Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zdimension
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
zdimension
2mo ago
Filip Pizło ( https://www.filpizlo.com/ ), according to his website: Director of Programmability and Data Model at Roblox. Previously, I worked at Epic Games (Senior Director of Language Engineering) and Apple (Manager of the
2.
▲
by
zdimension
3mo ago
Oh, so that's why JetBrains data thing is called DataLore. TIL
3.
▲
by
zdimension
5mo ago
Eli5: Haskell type classes are not classes (like Java or PHP classes); they are comparable to Rust traits -- which are different from PHP traits which are comparable to Java/C# interfaces (with default impls; if you just want contracts
4.
▲
by
zdimension
5mo ago
Works on all my servers. This is terrifying.
5.
▲
by
zdimension
6mo ago
Microsoft started as a programming language company (MS-BASIC) and they never stopped delivering serious quality software there. VB (classic), for all its flaws, was an amazing RAD dev product. .NET, especially since the move to open-source
6.
▲
by
zdimension
7mo ago
Off-topic, but this ongoing trend of brands getting TLDs is really starting to infuriate me. It's not what TLDs are for! Sony is a Japanese company, so it should use sony.com or sony.jp.
7.
▲
by
zdimension
8mo ago
Related: https://www.w3.org/Provider/Style/URI
8.
▲
by
zdimension
8mo ago
Well-written post. Very interesting, especially the interactive widgets.
9.
▲
by
zdimension
10mo ago
57 is 3 times 19. The standard divisibility rule for 3, 6 and 9 in base 10 is to sum the digits until you only have one left and check if it's one of those. Here, 5+7=12, 1+2=3, so 57 is divisible by 3.
10.
▲
by
zdimension
11mo ago
For anyone wondering, NonNull (along with other "constrained" types like NonZero integers) uses internal compiler attributes ( https://doc.rust-lang.org/src/core/ptr/non_null.rs.html#72 ): #[rustc
11.
▲
by
zdimension
1y ago
I think "blurry" was used here referring to the fact that they don't really pay attention to the differences between fonts, not to an aspect of the rendering.
12.
▲
by
zdimension
1y ago
Title is imprecise, it's Archiveteam.org, not Archive.org. The Internet Archive is providing free hosting, but the archival work was done by Archiveteam members.
13.
▲
by
zdimension
1y ago
Did not know that such things could be accomplished by registering a new file coding format. Reminds me of https://pypi.org/project/goto-statement/
14.
▲
by
zdimension
1y ago
By chance, do you happen to know if the Mindstorms NXT (the old one, before EV3) software was based on the same toolkit? I always wondered what UI framework it used, it had an unusual look.
15.
▲
by
zdimension
1y ago
> while offering real parsers (not treesitter) Honest question, what's wrong with treesitters?
16.
▲
by
zdimension
1y ago
About 90 millions rods vs 6 millions cones. Sometimes I'm surprised we can even see detail at all. Though it certainly helps that they're not uniformly distributed; most cones are in the macula, around the middle of the back of th
17.
▲
by
zdimension
1y ago
There is a very real risk of political candidates committing political fraud, getting elected thanks to it, and putting pressure on the judiciary branch to lower their chances of getting arrested. We're seeing this exact process happen
18.
▲
by
zdimension
2y ago
> But the animation actually shows that after step 2, Q = [a1, a3, b1, b3]. In other words, a3 didn't join the back of the queue but jumped in front of b1. This is what leads to the buggy behavior that is shown. This is my fault. Th
19.
▲
Everyone gets bidirectional BFS wrong
(zdimension.fr)
8 points
by
zdimension
2y ago
|
5 comments
20.
▲
by
zdimension
2y ago
Had a lot of fun making the animations for this one.
21.
▲
by
zdimension
2y ago
As I understand it, the moment you're processing someone's personally identifiable information, you're in the red zone, GDPR-wise. The users consented to publish their info on BlueSky, but not on OP's website. I get the
22.
▲
by
zdimension
2y ago
Yeah, but that doesn't solve the data privacy problem. Not that I care, I'd love to be able to do all sorts of stuff with scraped datasets.
23.
▲
by
zdimension
2y ago
Very nice. Modern GPUs really are fast as drawing points. It's pretty similar to a project I've been working on for the past year, scraping Facebook instead of BlueSky (which is a bit harder since FB doesn't expose an API for
24.
▲
The case of a program that crashed on its first instruction
(devblogs.microsoft.com)
107 points
by
zdimension
2y ago
|
19 comments
25.
▲
Infix formula compiler to x86 written in Sed
(github.com)
3 points
by
zdimension
2y ago
|
0 comments
26.
▲
by
zdimension
2y ago
> The Civil Rights movement succeeded because it was guided by leaders who had clear, specific, and realistic goals, and were able to negotiate to achieve them. Since neotoddlers “organize” mostly on social media [...] The author somehow
27.
▲
by
zdimension
2y ago
I had this question a few years back while working on a social network graph project and trying to render a multi-million node graph. Tried Ogma and it worked quite well but it became too slow when approaching the million. Ended up writing
28.
▲
Interactive Flight and Satellite Tracker
(react-flight-tracker.apoorva64.com)
4 points
by
zdimension
2y ago
|
1 comments
29.
▲
by
zdimension
2y ago
I think you might have replied to the wrong comment
30.
▲
by
zdimension
2y ago
See here: https://nicegui.io/documentation/section_configuration_deplo... I actually used that to build a Windows release: https://github.com/zdimension/elecanalysis/releases/tag/v0.
More ›