HackerTrans
トップ新着トレンドコメント過去質問紹介求人

bouchard

278 カルマ登録 7 年前
Research engineer working on rotorcraft aeromechanics.

投稿

Wisk, Boeing Sued over eVTOL Software Safety Claims

ainonline.com
9 ポイント·投稿者 bouchard·5 日前·0 コメント

Zotero 8

zotero.org
245 ポイント·投稿者 bouchard·6 か月前·58 コメント

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

space.com
7 ポイント·投稿者 bouchard·7 か月前·0 コメント

Engineering Design Optimization by Martins and Ning

mdobook.github.io
1 ポイント·投稿者 bouchard·7 か月前·0 コメント

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

cbc.ca
5 ポイント·投稿者 bouchard·8 か月前·3 コメント

Comments on "Glauert's optimum rotor disk revisited"

wes.copernicus.org
6 ポイント·投稿者 bouchard·8 か月前·2 コメント

UnPlotter: Extract numerical data from PDF figures

unplotter.com
2 ポイント·投稿者 bouchard·8 か月前·0 コメント

コメント

bouchard
·5 日前·議論
[dead]
bouchard
·5 日前·議論
The repository hasn't been made public yet it seems.
bouchard
·10 日前·議論
What field are you in that you'd actually wait two years, rather than retract your submission and go somewhere else?
bouchard
·10 日前·議論
Their "technical validation (CFD)" document looks like AI slop...
bouchard
·10 日前·議論
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.
bouchard
·10 日前·議論
> “It’s an unusual way of doing things,” says Kerstin Göpfrich, a synthetic biologist at Heidelberg University.

That's being kind; it's a complete overreaction, simply put.
bouchard
·5 か月前·議論
> 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 ;-)
bouchard
·5 か月前·議論
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.
bouchard
·7 か月前·議論
This is a about Groq, not Grok (Musk's chatbot).
bouchard
·8 か月前·議論
Comments on the claims made by Penn State's PR department in "Student refines 100-year-old math problem, expanding wind energy possibilities"

> https://news.ycombinator.com/item?id=43162544
bouchard
·9 か月前·議論
Meh, depends what's the goal. Exceeding predicted performance is not a screw up, it's just providing a minimum guaranteed performance aka playing it safe (under promise, over deliver).

Also, we don't know by how much the most optimistic predicions were exceeded.

Makes for nice marketing ;)
bouchard
·9 か月前·議論
Depends if you make overly conservative assumptions in your modeling...
bouchard
·10 か月前·議論
Using greek symbols as public-facing function arguments, etc. is definitely not recommended, and not that common (at least in my experience).

It's best used for internal calculations where the symbols better match the actual math, and makes it easier to compare with the original reference.