Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zgs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
zgs
2mo ago
I don't the fanaticism around memory safe languages. We've had memory safe languages for a very long time. Algol-60, the granddaddy of many modern languages, had it sixty-five years ago. Algol-60 also had other safety features tha
2.
▲
by
zgs
3mo ago
I've still got mine. It's been well used but is hanging together still.
3.
▲
by
zgs
1y ago
Seems like another way to deliver nukes to targets...
4.
▲
by
zgs
1y ago
Under uClinux, executables can be position independent or not. They can run from flash or RAM. They can be compressed (if they run in RAM). Shared libraries are supported on some platforms. All in all it's a really good environment
5.
▲
by
zgs
1y ago
Out by a factor of five or more. A $1 Linux capable ARM: https://www.eevblog.com/forum/microcontrollers/the-$1-linux-... I'd expect that there were even cheaper processors now since it's eight years late
6.
▲
by
zgs
1y ago
I used decNumber in the WP 34S project ( https://sourceforge.net/projects/wp34s/ ) and more recently in the C47 project ( https://47calc.com ). You are correct in that the decNumber library doesn't su
7.
▲
by
zgs
1y ago
It might be shorter to do some multiplications: 0x08C0C166 = 2⁴ × 3 × 5⁵ × 11 × 89 + 1 = 10⁴ × 3 × 5 × 11 × 89 + 1 Plenty of values that can be reused (11 = 10 + 1 and 89 = 10² - 11). Still, there is quite a bit of manipulation required and
8.
▲
by
zgs
1y ago
The initial XOR instruction isn't required, registers are zeroed as per the problem statement.
9.
▲
by
zgs
2y ago
Better check his pockets on the way out :)
10.
▲
by
zgs
2y ago
I think there is a spurious "and H" in the title :)
11.
▲
by
zgs
2y ago
Later uClinux was available on m68k platforms without memory managers. The approach taken doesn't seem close to the one in the article. I managed to put in shared execute in place library support, the limitation being the number of sh
12.
▲
by
zgs
2y ago
My favourite mathematical problem looks to have been solved.
13.
▲
by
zgs
2y ago
There is a second issue with the code. The calculation of the mean isn't numerically stable. Instead use: mean_power = mean_power + (power - mean_power) / count
14.
▲
by
zgs
2y ago
Algol 68 was to Algol as C++ is to C: trying to do too much resulting in over-complexity. The two page spread showing a graph of the implicit type conversions was a masterpiece.
15.
▲
by
zgs
2y ago
Kind of like the "install this software" as part of the interview process. "My hourly rating for figuring out your bug is $X".
16.
▲
by
zgs
2y ago
A division free integer in a range RNG has been developed: https://github.com/apple/swift/pull/39143
17.
▲
by
zgs
2y ago
What a crazy idea. Cost to orbit is huge. Power availability will depend on pushing enough solar up there. Data centres use lots of power. Getting rid of excess heat is a major problem in space and data centres generate lots of it. Terre
18.
▲
by
zgs
2y ago
Every time I've seen similar done in the past, it has come back to hurt the instigator.
19.
▲
by
zgs
2y ago
We're all upside down here and the blood rushes to our heads. While living in the antipodes gives most of us genius level intelligence, it also prevents interpersonal relationships. It's a trade off unfortunately. If you live down
20.
▲
by
zgs
2y ago
This is the easiest way to go but it's only obscuring the GUID. Format preserving encryption (FPE) would be another possibility if it's not simply a byte string.
21.
▲
by
zgs
2y ago
Is California one of the more progressive states with regards to reductions? This does not bode well for the world we share.
22.
▲
by
zgs
3y ago
As a career programmer, I'm not in the least concerned that LLMs will replace me. At least not in the near to mid term future. The key is to have skills that LLMs aren't good at replicating. Writing secure code, numerically sta
23.
▲
by
zgs
3y ago
It would also be extremely inaccurate. The x^n numerators grow very quickly and digits get lost because unlimited precision isn't available. Likewise, the n! denominators also grow rapidly. Then the series is alternating which means
24.
▲
by
zgs
3y ago
18 Indians have signed up with Russia. More US citizens have been killed already: https://taskandpurpose.com/news/americans-killed-ukraine-rus... . This isn't a news story, it's propaganda.
25.
▲
by
zgs
3y ago
I was far more used to the MacsBug screen of despair.
26.
▲
by
zgs
3y ago
The programming language Beta took this way further many years ago: https://beta.cs.au.dk It's syntax didn't help it's spread unfortunately.
27.
▲
by
zgs
3y ago
I wrote the boot loader for HP's StrongARM 1110 based calculator line. Sadly the ACO was shut down before it's release. Even though it was never released to the public a few escaped the labs and I've still got the dev kits th
28.
▲
by
zgs
3y ago
The only possibility is to cryptographically sign all videos using a White House private key. Using a digest or MAC is not sufficient: it has to be asymmetric (i.e. public/private key).
29.
▲
by
zgs
3y ago
Yes :) Oh you want a reference. Sadly, I don't remember the text book we used three or so decades back. It was good. The title was simply: "Time Series Analysis". This is kind of a counterexample for Betteridge's law.
30.
▲
by
zgs
3y ago
A life?
More ›