HN user

bouchard

278 karma
Posts17
Comments55
View on HN
www.ainonline.com 16d ago

Wisk, Boeing Sued over eVTOL Software Safety Claims

bouchard
9pts0
www.zotero.org 6mo ago

Zotero 8

bouchard
245pts58
www.space.com 7mo ago

Former NASA chief says US needs to start over with moon landing plans

bouchard
7pts0
mdobook.github.io 7mo ago

Engineering Design Optimization by Martins and Ning

bouchard
1pts0
www.cbc.ca 7mo ago

F-35 beat Gripen fighter jet 'by a mile' in 2021 Defence Department competition

bouchard
5pts3
wes.copernicus.org 8mo ago

Comments on "Glauert's optimum rotor disk revisited"

bouchard
6pts2
www.unplotter.com 8mo ago

UnPlotter: Extract numerical data from PDF figures

bouchard
2pts0
www.flightglobal.com 1y ago

Bell advances to build phase of secretive DARPA high-speed VTOL contest

bouchard
2pts1
ottawacitizen.com 1y ago

Spare parts for Canada's F-35 fleet will be controlled by the U.S.

bouchard
12pts7
arxiv.org 1y ago

C-code generation considered unnecessary: go directly to binary, do not pass C

bouchard
2pts3
www.youtube.com 1y ago

Pixie: Blending Just-in-time and Ahead-of-time compilation – SciPy 2024

bouchard
1pts0
cascade.boeing.com 3y ago

The Boeing Cascade Climate Impact Model

bouchard
1pts0
www.reuters.com 4y ago

Canada tells Boeing its bid for fighter jet contract falls short

bouchard
28pts61
evtol.com 5y ago

Wisk sues Archer for theft of eVTOL design and other trade secrets

bouchard
3pts0
aviationweek.com 6y ago

Boeing Terminates Embraer Deal, Bitter Fight Begins

bouchard
3pts0
news.bellflight.com 6y ago

Bell Announces 360 Invictus for U.S. Army FARA Competition

bouchard
1pts1
aviationweek.com 6y ago

France Creates Space Command to Help Bid to Be Third Space Power

bouchard
1pts0

Rejections from journals are not uncommon and sometimes it's for somewhat questionable reasons.

Uploading the manuscript to a preprint server and/or submitting to another journal, which Adamala is doing/planning to do, is the normal response.

Sending it to journalists beforehand is what I consider an overreaction.

Yes 1-based indexing is a mistake. It leads to significantly less elegant code - especially for generic code - and is no harder to understand than 1-based indexing for people capable of programming.

Some would argue that 0-based indexing is significantly less elegant for numerical/scientific code, but that depends on whether they come from a MATLAB/Fortran or Python/C(++) background.

A decision was made to target the MATLAB/Fortran (and unhappy? Python/C++) crowd first, thus the choice of 1-based indexing and column-major order, but at the end of the day it's a matter of personal preference.

0-based indexing would have made it easier to reach a larger audience, however.

and is no harder to understand than 1-based indexing for people capable of programming.

The same could be said the other way around ;-)

The approach could be helpful for searching though large 3D model libraries like GrabCAD for some visual placeholder part by just describing it.

The generality of the part descriptions made me chuckle.

A bevel gear with a circular base and a series of angular, tapered teeth extending radially outward. The teeth are uniformly distributed around the circumference, allowing for meshing at an angle with another gear. The gear's face includes a set of holes, varying in size and symmetrically arranged around the central bore, likely for weight reduction or mounting purposes. The central opening likely acts as an axle or shaft attachment point. The design facilitates the transmission of rotational motion between intersecting shafts, typically at a 90-degree angle.

Looking at interview footage of Stockton Rush, it seems he really wanted to be a disruptor and accomplish something which everyone else (i.e., experts) deemed impossible. He thought he could do what SpaceX did for space, but for underwater exploration.

No, it's the standard procedure for F35 parts supplied to allied countries. Which is why it's a bit of an issue in the current political context.

But a U.S. Government Accountability Office report in 2023 revealed the rules governing the F-35 parts. The report noted that the parts are the property of the U.S. government until they are installed on another nation’s aircraft.

Airfoil 2 years ago

Understanding Aerodynamics: Arguing from the Real Physics by Doug McLean, a former aerodynamics Technical Fellow at Boeing Commercial Airplanes.

Airfoil 2 years ago

Not really, they're a nice first step though, or if you require something "good enough".

Airfoil 2 years ago

Which can be a bit of a challenge when trying to land, especially for aerodynamically efficient aircraft.

FWIW, I use numba's (experimental) jitclass pretty successfully in my projects.

(Actually a monkey-patched version to be able to set njit arguments)

From GitHub:

Some timings for the Shed Skin 'sieve' example (n=100000000) and several Python implementations/optimizers:

  cpython 3.10.6:     13.4 seconds
  cpython 3.11.0:     11.4
  nuitka 0.6.16:      11.4
  pypy 3.9.12:        5.8
  numba 0.56.4:       2.5
  shedskin (master):  1.9
> Note that Numba defaults to int64 as integer type, while Shed Skin defaults to int32. Performance is practically equal when using shedskin --long.
Ogre 14.1 3 years ago

GP is talking about the current homepage which shows the following text over a colored background:

Since 2001, OGRE has grown to become one of the most popular open-source graphics rendering engines, and has been used in a large number of production projects, in such diverse areas as games, simulators, educational software, interactive art, scientific visualisation, and others.

You can use mamba's much faster solver directly with conda.

  conda install -n base conda-libmamba-solver
  conda config --set solver libmamba

I get the sentiment, and there's definitely a lot of work to be done and actions to be taken by the right stakeholders.

But just to put things in perspective; all of aviation contributes up to only 2.5% of all global emissions (both direct and indirect).