Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tda
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
tda
12d ago
Was it possible to build it for $60 when you built it though? As for the idle dray, a lot of PC's have Wake On Lan so you can power it on via a special IP packet. I could't get it to work on mine, so i pus an esp32 based power mon
2.
▲
by
tda
1mo ago
Yep, everything is lacking. No version control, ladder diagrams instead of written code, goto statements as primary control flow in code. A $500 PLC with less processing power than a 1985 086 and 1 whole MB of memory. Upgradable with a $200
3.
▲
by
tda
2mo ago
Nice, but not sure I agree with your use of voxels. It appears more like pixelated height map, not the use of 3d pixels. From what I see every position on the globe can only have a single elevation
4.
▲
by
tda
2mo ago
Best would be to capture CO2, and then solidify the carbon to a compact stable stable state by taking away the oxygen. Then we have a highly concentrated pure carbon form that we can just bury underground. Or add some hydrogen and get this
5.
▲
by
tda
2mo ago
Reminds of Digital Logic Sim by Sebastian Lague, which I really like as you start with just a NAND gate and go from there. https://sebastian.itch.io/digital-logic-sim
6.
▲
by
tda
2mo ago
To me (EU) that seems like a pretty generous limit. A normal house connection here is limited to 8kW single phase or 17kW for a 3 phase connection. You can get more, but that is very uncommon and gets expensive quickly
7.
▲
by
tda
2mo ago
What is seen, cannot be unseen
8.
▲
by
tda
2mo ago
I wonder if and how you can use this for steganography, hiding data in plain sight. I bet most automated image analysis programs would only consider the final image. I sure some highschooler can use this to bypass their schools contentfilte
9.
▲
by
tda
2mo ago
I installed Claude Code on the Mac Studio, and gave it access over ssh to a Linux box. I instructed Claude to first compile on Linux, create reference artefacts, and only then start the work on mac. And then to make sure the Linux version s
10.
▲
by
tda
2mo ago
I ported a decades-old piece of scientific software (Delft3D — Deltares' Fortran hydrodynamics engine) to run natively on Apple Silicon. From my phone, mostly, because I could (and because AI could). Runs pretty decently on a Mac Studi
11.
▲
by
tda
2mo ago
Nice use of civic tech! Have you ever showed this to open state foundation? https://openstate.eu/
12.
▲
by
tda
2mo ago
Record the audio, transcribe it later. Your AI note taker will mangle some of the details in a subtle but wrong way. Or not, who knows? But if you have ever transcribed anything with whisper, it is both amazing how well it works, and how it
13.
▲
by
tda
3mo ago
> ... oxygen generation mechanism of diving suit for cyborg cockroaches An actual quote from a Nature article
14.
▲
by
tda
3mo ago
Though I fully agree a passive heat prevention solution is better, for my house the number were: nice shades (that open and close electrically): 7K, AC unit that also functions as heater in winter allowed the central heater to remain off fo
15.
▲
by
tda
3mo ago
I was using fargate, route 53, managed postgres. Also the container registry i think. Not nothing, not too complicated
16.
▲
by
tda
3mo ago
I literally migrated last week, and saved 8x by ditching AWS for Hetzner.
17.
▲
by
tda
3mo ago
I run Nextcloud at home with 1.5TB of files and 2 users, on a reasonably sized server. It is painfully slow. Still better than OneDrive, but only just: synscing takes forever, never reaching a fraction of available bandwidth. Upload from my
18.
▲
by
tda
3mo ago
You might want to add a filter to the colorings page. Under the "realistic" category, it is filled with images of Hitler: https://www.coloringsai.com/en/coloring-page/hitler-doing-a-...
19.
▲
First Drone Tree Harvest in a Real Forest
(dronewatch.eu)
5 points
by
tda
4mo ago
|
0 comments
20.
▲
by
tda
4mo ago
The filament handling is part of the printer to me. You wouldn't want a car without a gas tank (just strap a jerrycan on the roof), or a table saw without dust collection. Ok, bad examples but to me the filament handling is part of the
21.
▲
by
tda
4mo ago
But what does Prusa offer for dust and moisture free filament storage? Why doesn't Prusa copy the "enclosed filament storage on top of printer' solution that is so much better then spools dangling on the side? I don;t want to
22.
▲
by
tda
4mo ago
https://archive.org/details/psychopathcode/psychopathcode deserves a mention here
23.
▲
by
tda
5mo ago
Nice model, but also a great notebook. Really like this "literal coding" style for CAD in a notebook. I still sometimes prefer GUI cad for simple stuff, CadQuery is not always that easy to write. But when iterating over something
24.
▲
by
tda
6mo ago
I think the comparisons were referring to land area, but I agree this is not that clear from from the comment
25.
▲
by
tda
6mo ago
Ome advantage of python is that it is so slow that if you choose the wrong algorithm or data structure that soon gets obvious. And for complicated stuff this is exactly where I find the LLMs struggle. So I make a first version in Python, an
26.
▲
by
tda
6mo ago
Is there a video somewhere of the one inch microdrive with acrylic display shown in the article?
27.
▲
by
tda
6mo ago
One thing with python is that usually I will use one of the many c based libraries to get reasonable speed and well thought out abstractions from the start. I architect around numpy, scipy, shapely, pandas/polars or whatever. So my cod
28.
▲
by
tda
6mo ago
Some operations (downsizing already heavily compressed video with the latest and greatest compression techniques) are CPU or GPU bound, but others, like bunching thousands of high res jopg into a lightly compressed timelapse are more likely
29.
▲
by
tda
6mo ago
The best thing about the average speed cameras is that between the checkpoints all cars drive at almost exactly the same speed. No one trying to overtake, just 5 lanes of traffic at 1km/h below the speed limit
30.
▲
by
tda
7mo ago
I love these kind of stories, and I appreciate the effort to write these histories down. I do think the interview could use a bit more editing, it now reads more like a literal transcript and that is somewhat exhausting to read. Take this e
More ›