Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dpwm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
dpwm
1y ago
It's a 32-bit unsigned integer, so that should give us until Feb 2106. > A time field is an unsigned 4-octet number containing the number of seconds elapsed since midnight, 1 January 1970 UTC.
2.
▲
by
dpwm
2y ago
There don’t seem to be any challenges there yet, and the page states it doesn’t begin until December 9th.
3.
▲
by
dpwm
2y ago
From the PEP: > A tool will be provided to automatically update code to replace bare except: with except BaseException:.
4.
▲
by
dpwm
2y ago
Yeah that's the normal way in physics in my experience, certainly from undergrad level up.
5.
▲
by
dpwm
2y ago
As used on HN. It just works, even today.
6.
▲
by
dpwm
2y ago
The article links to Mozilla’s press release / blog entry about the acquisition of Anonym [0]. It’s pretty dystopian reading. The last three paragraphs and the summary of Anonym are more worrying than anything else I’ve read on this so
7.
▲
by
dpwm
2y ago
In England and Wales, at least, there’s even a legal principle that information produced by software is correct unless it is proven otherwise. [0] [0] https://openaccess.city.ac.uk/id/eprint/32105/
8.
▲
by
dpwm
2y ago
About 1.8e20 US cups according to Google.
9.
▲
by
dpwm
2y ago
Well, that's the first time I've seen cubic miles used as a unit. For reference it's about 4.4e19 litres or 4.4e16 cubic metres.
10.
▲
by
dpwm
3y ago
Can confirm Bard is available in France and the UI has been translated to French.
11.
▲
by
dpwm
3y ago
For those interested in using AES with reduced rounds as a PRNG, it is covered in the paper "Parallel Random Numbers: As Easy as 1, 2, 3" by John Salmon et al. https://www.thesalmons.org/john/random123/pa
12.
▲
by
dpwm
3y ago
Interesting article. Probably better to link directly to where it was originally published, because there are pictures: https://theconversation.com/if-the-first-solar-entrepreneur-...
13.
▲
by
dpwm
3y ago
> When the FreeBSD kernel boots in Firecracker (1 CPU, 128 MB RAM), it now spends 7% of its time running a bubblesort on its SYSINITs. It’s a 100x speed increase on 7% of the boot time, so it should be approximately a 7% decrease in boot
14.
▲
by
dpwm
3y ago
If you look up a data sheet for any 7483 variant, it is immediately notable: the first lines are something like "4-bit binary full adder" and the description says "…accept two 4-bit binary words" If you skip to the next
15.
▲
by
dpwm
3y ago
For garbage collection, which operates at runtime. Integers are unboxed; every other type requires additional data.
16.
▲
by
dpwm
3y ago
> We designed our initial solution as a distributed system using serverless components (for example, AWS Step Functions or AWS Lambda), which was a good choice for building the service quickly. The message seems more that they outgrew AW
17.
▲
by
dpwm
3y ago
I’ve been asking questions about F# after a while of using OCaml. I’ve found GPT-4 to hallucinate syntax that doesn’t exist, such as being able to do open <modulename> in a function. It’s actually something I assumed too, because you
18.
▲
by
dpwm
3y ago
Had to admit I came to the same conclusion when I read this part of the readme: > The NC license permits "use by any charitable organization, educational institution, public research organization, public safety or health organizatio
19.
▲
by
dpwm
3y ago
I have the kernel and zfs modules in IgnorePkg in /etc/pacman.conf. This way I have to update them explicitly. I usually have to manually install a kernel from archive.archlinux.org/packages but I find this much less fragile
20.
▲
by
dpwm
3y ago
I have found Blender more than competent for my relatively simple video editing needs.
21.
▲
by
dpwm
4y ago
Here is an example in ocaml, where |> is the pipeline operator: https://cs3110.github.io/textbook/chapters/hop/pipelining.ht...
22.
▲
by
dpwm
4y ago
That post is dead, so by my understanding that will be why you can't comment on it.
23.
▲
by
dpwm
4y ago
If you were to have an array of such sensors, perhaps you'd be able to estimate direction of travel.
24.
▲
by
dpwm
4y ago
Having just recently played with astro, I can confirm it's got some really nice qualities. Things I liked about Astro: - It can use front-end js frameworks like Svelte and Vue as components (and it can load the JavaScript only once the
25.
▲
by
dpwm
4y ago
I'm actually in France, but I agree with travel being great. I haven't traveled as much as I'd have liked to, and I have committments that make travel more difficult than when I was in my twenties. For me, personally, volunte
26.
▲
by
dpwm
4y ago
> 1. Take time off, like a month or more. [1] Use it to do anything other than coding. Hone a hobby, travel, volunteer, etc. I really recommend the volunteering, especially if in a field unrelated to your career and more aligned with you
27.
▲
by
dpwm
4y ago
I came to say the same thing. The video editing features were very usable in Blender in 2015. Given the open short movies they do are used to drive development, I would be surprised if the video editing hasn't been improved since.
28.
▲
by
dpwm
4y ago
"much worser", perhaps?
29.
▲
by
dpwm
5y ago
Interesting to compare it to my preferred keyboard layout, BÉPO [0][1]. In Halmak, the vowels are clustered around the right hand rather than the left. Like BÉPO, the punctuation is reachable with index fingers. There is some difference wit
30.
▲
by
dpwm
5y ago
> Well... turns out, I had rotated the CPU 180 degrees from it's required position. OMG... here I am a teenager and now I am going to have to pay for a $1200+ part? I did something similar with an i486 DX4-100; I wasn’t so lucky: th
More ›