Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
auxym
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
auxym
2mo ago
I get the feeling that labview was very big in the 00s but has been losing a lot of steam in the last 10 years or so, maybe because of failure to modernize. Labview today feels and looks like a 90s app, contrary to eg. modern Simulink. FWIW
2.
▲
by
auxym
5mo ago
There are ocasionally Nim talks at FOSDEM.
3.
▲
by
auxym
6mo ago
They had stopped for a while because they were transitioning away from using Paypal as a processor. A few weeks, maybe a month or so tops? I had to switch to JLC PCB for an order back in January, because they didn't support any viable
4.
▲
by
auxym
7mo ago
In case anyone is interested, I enjoyed the book "Turn the Ship Around!" by L. David Marquet, about management lessons applied by the author who was a US Navy submarine captain. It does very much emphasize giving trust, responsibi
5.
▲
by
auxym
8mo ago
Agreed. Tex/Latex is very old tech. Error recovery and messages is very bad. Developing new macros in Tex is about as fun as you expect developing in a 70s-era language to be (ie probably similar to cobol and old fortran). I haven'
6.
▲
by
auxym
8mo ago
uv has mostly solved the python issue. IME it's dependency resolution is fast and just works. Packages are hard linked from a global cache, which also greatly reduces storage requirements when you work with multiple projects.
7.
▲
by
auxym
8mo ago
I mean, he absolutely knew it was going to burn up. But I have no trouble believing that such a circuit was designed by AI.
8.
▲
by
auxym
8mo ago
It's because aluminium has a higher coefficient of thermal expansion. It expands and shrinks more as it heats, and as those cycles add up it tends to loosen electrical connections. Loose connections have higher resistance, heat up and
9.
▲
by
auxym
8mo ago
Just an idea but Nim seems to have the features you mentioned. Nim "transpiles" to C, and can even be compiled via `zig cc` (which is an interace to clang). If you really want to, maybe you could make a zig backend for Nim?
10.
▲
by
auxym
8mo ago
As long as you keep the module and pressure angle the same, the gears should be compatible.
11.
▲
by
auxym
8mo ago
This is great! Any chance you could add STEP export also? It would facilitate importing into CAD software to customize the gear, eg to add a custom hub.
12.
▲
by
auxym
9mo ago
Typically, company would pay for a week or so of training if you don't have previous experience with the software. Once again, this isn't a huge expense compared to the license cost + the engineer's salary. Then for ongoing s
13.
▲
by
auxym
9mo ago
uv uses a global cache but hardlinks the dependencies for your script into a temp venv that is only for your script, so its still pretty fast.
14.
▲
The Death of the Draftsman
(tecnetinc.com)
14 points
by
auxym
9mo ago
|
1 comments
15.
▲
by
auxym
9mo ago
Ansys also costs 5 digits per seat per year. My experience working at large size company that paid those sort of sums for a different FEA software is that we got an "application engineer" assigned to us to answer any questions we
16.
▲
by
auxym
9mo ago
Also this Nim library: https://github.com/nim-works/loony Which is based on: https://ieeexplore.ieee.org/document/9490347
17.
▲
by
auxym
9mo ago
Also wasn't the D compiler proprietary and a paid product for a long time after its initial release? No judgement against trying to monetize valuable work, but in this day and nearly everyone expects free and OSS compilers/interpr
18.
▲
by
auxym
10mo ago
> it is like C in that you can fit the whole language in your head. Sure, you can fit all of C in your head, including all the obscure footguns that can lead to UB: https://gist.github.com/Earnestly/7c903f481ff9d29a3
19.
▲
by
auxym
10mo ago
Scoop ( https://scoop.sh/ ), a package manager for windows that is essential to make Windows usable for me. Sourcegit is my new favorite git client. Git in general, of course. Linux and also the people behind RT_PREEMPT, I am
20.
▲
by
auxym
10mo ago
Unless things have changed, Amazon is the official and only reseller for Anker products in Canada and probably many other countries.
21.
▲
by
auxym
10mo ago
I've had a lot of fun using Nim for AOC for many years. Once you're familiar with the language and std lib, its almost as fast to write as python, but much faster (Nim compiles to C, which then gets compiled to your executable). T
22.
▲
by
auxym
10mo ago
Just as a fun fact, some of the largest tractors made these days actually rival F1 cars in horsepower output. John Deere 9RX goes up to 913 HP for example.
23.
▲
by
auxym
11mo ago
FWIW, I agree that Araq is an abrasive character and probably not a great community leader for an open source project. But I disagree with your take on the moderation team. I don't know if you have specific names to call out, but PMunc
24.
▲
by
auxym
11mo ago
@[] is syntax for a "seq", which is similar to a C++ vector, ArrayList in Java/C#, or a python list. It's a heap-allocated array that automatically resizes. In contrast with [], which is mostly identical to a C array: fi
25.
▲
by
auxym
1y ago
The Netherlands Bach Society has actually started a huge project to produce high quality video recordings to all of Bach's catalogue. You can find the videos on their YT channel ( https://www.youtube.com/bach ) or www.al
26.
▲
by
auxym
1y ago
Rechargeable headlamp is another one.
27.
▲
by
auxym
1y ago
Do you mean Hyundai Sonata, or another Kia model?
28.
▲
by
auxym
1y ago
It took a long time for Canon CR3 raw format to be supported by darktable because, although the format itself had been reverse engineered, there was a fear from the developers that it was covered by a patent and that they risked a lawsuit b
29.
▲
by
auxym
1y ago
zfs/btrfs snapshot and then rclone that snapshot?
30.
▲
by
auxym
1y ago
It seems you're talking about about self-hosting a website or web-app that you are developing for the public to use. My vision of self-hosting is basically the opposite. I only self-host existing apps and services for my and my family&
More ›