Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
suncore
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
suncore
4d ago
Working on everything from 1G to 6G, I can tell you for sure there will be a 7G whether we need it or not...
2.
▲
by
suncore
20d ago
Not the right order if the optimization is a prerequisite for a positive business case. That happens more often than people think...
3.
▲
by
suncore
1mo ago
Not sure there is much actual profit in LLMs. It will be interesting to see promise meet reality, indeed.
4.
▲
by
suncore
4mo ago
How about an I-native org?
5.
▲
by
suncore
5mo ago
Marketing grab
6.
▲
by
suncore
5mo ago
If "dead" things look this much alive, imagine how hard it is to determine life on other planets. Real life could look much more dull than these things :-)
7.
▲
by
suncore
6mo ago
Cheap QLC drives become super slow when it is starting to get fairly full and starts garbage collecting (collecting SLC writes into QLC at maybe 10MB/s). IMHO this is not good enough for an OS drive.
8.
▲
by
suncore
6mo ago
Very easy to reproduce: 1. Buy cheap QLC drive. 2. Fill with Steam games. 3. Delete some steam games and download new games. 4. Watch write speeds tank to zero for long periods when downloading. It's due to garbage collecting on very s
9.
▲
by
suncore
7mo ago
About the Lobster language used: The first thing I do when encountering a new language is look at the memory management, since what I want to do with a piece of code is usually build and manipulate data in a safe and efficient manner, so th
10.
▲
by
suncore
7mo ago
Build what you know you need now. Refactor when things grow. Doesn't have to be rocket science.
11.
▲
by
suncore
8mo ago
According to https://www.youtube.com/watch?v=b66ZZ05wKC0 this might end very badly very soon.
12.
▲
by
suncore
9mo ago
I turned off HDR. Much happier now that I can see what's going on on the screen.
13.
▲
by
suncore
9mo ago
24 fps looks like shit. Hurts my brain. Ain't turning off smooth motion :-)
14.
▲
by
suncore
1y ago
There is an interesting discussion about the need for ray tracing in one of the later Digital Foundry videos. The argument goes that sometimes baked lighting is impractical due to the size of the maps and how much dynamic lighting you need.
15.
▲
by
suncore
1y ago
Maybe the buyers started migrating to IPv6 when they saw how expensive IPv4 addresses are and there is a delay before they actually migrate. IPv4 addresses are way more expensive than I thought, upwards of $60 per address, jeez...
16.
▲
by
suncore
2y ago
Splitting a piece of software into multiple pieces and shipping the pieces (dependencies) independently is sometimes a good idea, but it has its limits. Maybe the limit should be for dependencies which are very stable and used by many packa
17.
▲
by
suncore
3y ago
That should be 16 IPv6 /64 networks, right? Which means Azure gives you a /60 prefix, I guess?
18.
▲
by
suncore
4y ago
Data (state, context, whatever) is more important to structure than code. Make sure your programming language lets you structure data the way you feel is natural. The code comes later and the main function is to massage the data. At least t
19.
▲
by
suncore
4y ago
DPDK/SRIOV eats the interface so Linux kernel does not see it at all. The above diagram is kind of irrelevant as it would look like a giant bypass.
20.
▲
by
suncore
4y ago
I loved directory opus so much on the Amiga that I eventuelly wrote not one but three variants of it for Linux, albeit much simpler. The latest one I still use and maintain and you're welcome to try it at https://github.com&
21.
▲
by
suncore
4y ago
Email issued by your government, in addition to authentication services needed for online banking etc.
22.
▲
by
suncore
5y ago
Here's a few observations (after long time experience and involvement in research around technical debt): 1) It is impossible to avoid gathering technical debt. The code will deteriorate in one way or another. You need to prepare to fi
23.
▲
by
suncore
5y ago
Ok, I'm biased since I was a kid during the 80s but two things strike me: 1. I still love the design language of the Walkman with brushed colored metal. Why can't we have that today? 2. It strikes me that a lot more thought and en
24.
▲
by
suncore
5y ago
Sceptic here... VR goggles are too anti-social on the local scale. Have kids? Dog? Spouse? Hard to see they will accept that you shield yourself off completely for long periods of time. You won't even see them coming when they start to
25.
▲
by
suncore
6y ago
I think the main difference (benefit?) is that Nim has the convenience of a garbage collected language while retaining good and predictable performance (e.g. via ARC/ORC and thread-local GC). Rust has no GC so requires more from the pr
26.
▲
by
suncore
6y ago
What ZFS does here is not enough for me. I need to be alerted to changes done also above the file system layer, like by malware or accidental deletion etc. Only way I have found to solve that is to have checksum tool above the file system.
27.
▲
by
suncore
6y ago
After many years of being an architect I would suggest getting really familiar with two concepts: Separation of concern and (reduction of) Technical Debt. Both are important concepts that you will need to promote as an architect and the who
28.
▲
by
suncore
6y ago
I think it might actually succeed to replace TCP. There are a bunch of benefits. There is a great video here about it that you should also watch before passing summary judgement: https://www.youtube.com/watch?v=idViw4anA6E