Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kuratkull
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
kuratkull
15d ago
I have rewritten several things from eg. Python to Rust, Rust to Go very recently. The 400 USD is pretty arbitrary as you could rewrite several big projects pretty comfortably with the Claude ~100 USD subscription tier. In my experience it
2.
▲
by
kuratkull
16d ago
But which one is mine? :S
3.
▲
by
kuratkull
4mo ago
Define a random 128 bit key that you will never change. Use that key to encrypt 128 bit integers in sequence using AES-128, each one comes out as a, for all practical purposes, unique unpredictable ID.
4.
▲
by
kuratkull
5mo ago
The best answer so far. It describes exactly what was going on. LLM users should read it twice, especially if "confession" didn't make your brain hurt a bit.
5.
▲
by
kuratkull
7mo ago
Yeah the tutorial I linked was from Mango Jelly for FreeCAD 1.1 :) He seems to have a perfect balance of getting it done, and you understanding what you are doing.
6.
▲
by
kuratkull
7mo ago
Yeah I still consider Solid Edge very good. Easy to work with, does not require internet, no stupid limitations (like the 10 model limitation for Fusion). Many tutorials, etc. But still, they might revoke their free license at any moment an
7.
▲
by
kuratkull
7mo ago
Yeah I actually have. I really liked the concept, but I designed a cylinder with many holes (think a robust sieve) and it just crashed when the number of holes grew too great. Even the OpenCL/MP version. I felt it being unstable in oth
8.
▲
by
kuratkull
7mo ago
I'm a occasional hobbyist maker and i've used Autodesk Fusion, Solid Edge, OpenSCAD and other niche parametric programs, but always felt FreeCAD was too complex. But I really wanted it to work for me because it's FOSS and 100
9.
▲
by
kuratkull
11mo ago
Because stocks have a tendency to go up even when they should be going down. And when you decide that it probably isn't going down, it will go down. Timing the market isn't a reliable way of wealth generation. Long term investing
10.
▲
by
kuratkull
11mo ago
Currently it seems that Google is pushing for hardware attestation, so you might be able to install Graphene/Lineage if your phone manufacturer allows you to unlock your bootloader, but many Play Store apps won't work as they'
11.
▲
by
kuratkull
11mo ago
I have never seen people in the EU talk about the bubble colours. Texting is virtually dead in the EU as I know it, it's all in messaging services.
12.
▲
by
kuratkull
11mo ago
That's also a large part of the issue IMO. I currently _have_ root on my rooted and Lineaged Poco F3. But as hardware attestation is becoming the norm I am deeply worried about the future. I have been a pretty eager Android fan due to
13.
▲
by
kuratkull
1y ago
Anything you want to share that raises it above all else? Especially as you agree that all other supplements are basically snake oil.
14.
▲
by
kuratkull
1y ago
People are free to rip their purchased media. He even says that he buys blurays/dvds in the article. One can assume anything, but a completely legal setup can look exactly like that. Especially as most of those are relatively old movie
15.
▲
by
kuratkull
1y ago
I hope I didn't come off as angry or anything, I was just very surprised by the behaviour :) I am talking from some experience as I had to convert circa 40k lines of untyped code (dicts passed around etc) to fully typed. IIRC this beha
16.
▲
by
kuratkull
1y ago
Because to me this seems like a fantastic example of a highly possible mistake that a typechecker _should_ catch. Without defined types in this situation a couple of things could happen: 1) it gets printed or passed to some other Any method
17.
▲
by
kuratkull
1y ago
> my_list = [1, 2, 3] > pyrefly, mypy, and pyright all assume that my_list.append("foo") is a typing error, even though it is technically allowed (Python collections can have multiple types of objects!) > If this is the
18.
▲
by
kuratkull
1y ago
I'd like to see mentions/confirmation that it has top-notch randomness so that nobody else can come up with the same keys.
19.
▲
by
kuratkull
1y ago
Example with smaller numbers: 2^10 / 2 = 512 512 is 2^9 So when dividing powers like this you decrement the exponent. So no it's not 2^64 but more like 2^127 Dividing a loooong number with a small number has virtually no impact on
20.
▲
by
kuratkull
1y ago
The graph seems a bit too much. It says that GPS 110 means ~125 on the odo. Although from personal experience I'd say it's more around a delta of 5 at those speeds, and 3 for lower speeds.
21.
▲
by
kuratkull
1y ago
My experience from all the cars i have driven is that GPS shows 3-5km/h less than the car does. (In Europe)
22.
▲
by
kuratkull
1y ago
Border Force looked into a later order of thorium, and that caused them to go over all his past imports which contained the plutonium. The plutonium had been sitting on the guys shelf for months at that point.
23.
▲
by
kuratkull
1y ago
UPS erroneously delivered the Thorium sample, not the plutonium, which was ordered many months earlier without being intercepted.
24.
▲
by
kuratkull
1y ago
14 and 15 when doing it relatively quickly. 20/20 when i looked away from the screen for circa 5-10 seconds after each difficult set from 10th one onwards.
25.
▲
by
kuratkull
1y ago
If I have to do the "click on the motorcycle/traffic lights" captcha more than once I will instead click the back button.
26.
▲
by
kuratkull
2y ago
For posterity, there have been some issues when destroying containers. Errors about "inconsistent state of container" or such. But these have always been about non-running containers, so the answer has been destroy/recreate,
27.
▲
by
kuratkull
2y ago
AFAIK docker-compose is a an older utility, and `docker compose` is the new-way to do things.
28.
▲
by
kuratkull
2y ago
yeah, basically verbatim `DOCKER_HOST=unix:///run/user/1000/podman/podman.sock`
29.
▲
by
kuratkull
2y ago
I'm your average skilled introverted engineer. But after more than a dozen years of experience and problem solving, I'd go with #2. I feel i'd be able to explain myself much more easily, have to do much less work, and probabl
30.
▲
by
kuratkull
2y ago
> When was the last time you had to debug an ancient codebase without documentation or help from a team? I wonder why the author thinks this is something unthinkable and unrealistic. Small teams with strict ownership and skilled engineer
More ›