Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kijiki
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
kijiki
1mo ago
qemu used to use that technique, but as you note, it was pretty brittle. They switched to the more traditional TCG backend.
2.
▲
by
kijiki
5mo ago
Seconded enthusiastically. That dam tour is amazing. Did it in 2007 or so. Expect potential weirdness though. My wife was wearing a (not particularly short) skirt, and the lady at the office selling tour tickets made her step back and spin
3.
▲
by
kijiki
7mo ago
Everyone? Intel, at the time the unquestioned world leader in semiconductor fabrication was so unable to accurately predict the end of Dennard scaling that they rolled out the Pentium 4. "10Ghz by 2010!" was something they predict
4.
▲
by
kijiki
8mo ago
I arguably owe a successful career in tech to my dad seeing a $99 deal on a TI-99 after they were discontinued in the mid 80's and buying it just because he had had a shortwave receiver as a child and saw some weird similarity. Unbekno
5.
▲
by
kijiki
8mo ago
I've never understood why Intel didn't just soft-disable AVX512 on P-cores until the OS writes a value to some MSR that means "I understand that only some cores have AVX512". From the OS side, the change to support it is
6.
▲
by
kijiki
10mo ago
Lunar Lake Lenovo Carbon X1. If you get the IPS screen, you'll get even better than 12 hours.
7.
▲
by
kijiki
10mo ago
I run kodi via OSMC on a Vera V. It comes with a dedicated remote (though it does support CEC), which solves #1, at the cost of having an extra remote. I mainly hit #2 when scrubbing, often (worse on some compression types than others), it&
8.
▲
by
kijiki
11mo ago
Most of the Intel cache partitioning things were driven primarily by Google. The holy grail was to colocate latency-sensitive tasks with bulk background tasks to increase cluster utilization.
9.
▲
by
kijiki
1y ago
It's not common, but it absolutely happens: https://www.courthousenews.com/man-behind-s-f-system-lockout... Early in my career in the mid 2000s, the startup that was on the same floor as mine laid off a QA person, who
10.
▲
by
kijiki
1y ago
> How do these guys get the data in order and we dont? LAGs stripe traffic across links at the packet level, whereas QSFP/OSFP lanes do so at the bit level. Different sized packets on different LAG links will take different amounts
11.
▲
by
kijiki
1y ago
DACs are usually twin-ax, which is just 2 coax cables bundled. The shielding matters a lot, compared to unshielded twisted pairs. Faster parallel DACs require more pairs of coax, and thus are thicker and more expensive.
12.
▲
by
kijiki
1y ago
It has a client/server mode. I used to run the server on my wrt54g and the GUI client on my desktop.
13.
▲
by
kijiki
1y ago
There was this: https://www.servethehome.com/insane-48-port-2-5gbe-2x-25gbe-... But I have not been able to find a place to buy one.
14.
▲
by
kijiki
1y ago
A HRV or ERV, depending on how humid it is where you live will help immensely. Unfortunately hard to retrofit into existing construction.
15.
▲
by
kijiki
1y ago
This is really easy, just use Linux.
16.
▲
by
kijiki
1y ago
"German pharmaceutical firm Bayer was forced to give up its rights to the Aspirin trademark in the Treaty of Versailles, in 1919, which followed its defeat in World War One (it also lost the rights to Heroin, but in hindsight it's
17.
▲
by
kijiki
2y ago
> In other words, homeostatic feedback causes salt consumption to stay about the same by increased consumption of salty-tasting processed food. I'd imagine that McDonalds/Wendys/etc don't view that as a bad thing...
18.
▲
by
kijiki
2y ago
> want to play around with scraping LLDP data but our switch software stack has a bug It's written for Cumulus Linux, but it should be adaptable to other NOSes with some work: https://github.com/CumulusNetworks/
19.
▲
by
kijiki
2y ago
If the monitors are 3ft away from the musician, they're already looking at 3ms of latency just in the air between the monitor and their ear.
20.
▲
by
kijiki
2y ago
Thanks for the correction. I hadn't thought of 1bpp because it isn't interesting on VGA hardware. But you're absolutely right about 4bpp having been a thing.
21.
▲
by
kijiki
2y ago
320x200 at 256 colors. X doesn't support any depth lower than 8bit, so VGA 640x480 wouldn't work.
22.
▲
by
kijiki
2y ago
> you sure this is the best solution? No, but I've been using it without issues for close to 25 years.
23.
▲
by
kijiki
2y ago
I'm on Debian stable, not OpenBSD, but SpamAssassin + razor + pyzor works really well. Roughly 1 spam per month, and 1-2 false positives a year. This is for an email address that has been used and openly spread widely for 25+ years. Th
24.
▲
by
kijiki
2y ago
Apple's search is Google search. Google pays Apple $20 billion a year for that.
25.
▲
by
kijiki
2y ago
What? MacOS in 2000 was still old MacOS, with no compositing at all. The NeXT derived version of MacOS was still in beta, and I tried it back then, it was very rough. Even once OSX shipped in 2001, it was still software composited. Quartz E
26.
▲
by
kijiki
2y ago
As long as you relink with relocations preserved in the final ELF binary, it should.
27.
▲
by
kijiki
2y ago
MIPS had a fully classic RISC MMU, TLB only. TLB miss resulted in a fault which the OS handled to walk whatever data structure they chose for memory mapping. They had the KSEG regions which let the (virtual mapped) kernel easily access phys
28.
▲
by
kijiki
2y ago
What charger and battery did you use?
29.
▲
by
kijiki
2y ago
WoL relies on a special magic Ethernet frame being sent to the MAC of the sleeping computer. A normal ARP or TCP SYN from an incoming HTTP request won't do it. The wikipedia article has the exact frame format: https://en.wik
30.
▲
by
kijiki
2y ago
> on the Xbox Series X we found the same test marginally faster when we scheduled work for SMT too. This makes sense, the Series X has GDDR RAM, and so has substantially worse latency than DDR/LPDDR. SMT can help cover that latency,
More ›