Viewing profile — kuratkull
kuratkull
HN member- Joined
- Thu, Mar 06, 2008, 1:21 PM UTC
- HN karma
- 1,087
- Public activity
- 283 items
- HN profile
- View on Hacker News ↗
About kuratkull
Recent public activity
-
comment
Comment #48065931
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, uni…
-
comment
Comment #47918283
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.
-
comment
Comment #47088111
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.
-
comment
Comment #47088081
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 …
-
comment
Comment #47088034
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…
-
comment
Comment #47084570
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 wante…
-
comment
Comment #45745372
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 relia…
-
comment
Comment #45739526
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…
-
comment
Comment #45739427
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.
-
comment
Comment #45739394
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…
-
comment
Comment #44209540
Anything you want to share that raises it above all else? Especially as you agree that all other supplements are basically snake oil.
-
comment
Comment #44198205
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 tha…
-
comment
Comment #44109000
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 (…
-
comment
Comment #44108946
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 h…
-
comment
Comment #44108661
> 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 multi…
-
comment
Comment #44038629
I'd like to see mentions/confirmation that it has top-notch randomness so that nobody else can come up with the same keys.
-
comment
Comment #43923762
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 num…
-
comment
Comment #43821512
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…
-
comment
Comment #43818416
My experience from all the cars i have driven is that GPS shows 3-5km/h less than the car does. (In Europe)
-
comment
Comment #43810464
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 sh…
-
comment
Comment #43810460
UPS erroneously delivered the Thorium sample, not the plutonium, which was ordered many months earlier without being intercepted.
-
comment
Comment #43750539
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.
-
comment
Comment #43591775
If I have to do the "click on the motorcycle/traffic lights" captcha more than once I will instead click the back button.
- comment
-
comment
Comment #42151540
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 containe…