Readit News logoReadit News
skemper911 commented on On the cruelty of really teaching computing science (1988)   cs.utexas.edu/~EWD/transc... · Posted by u/torstenvl
sneed_chucker · 2 years ago
For those who don't know, the author is Edsger W. Dijkstra
skemper911 · 2 years ago
Took 2 paragraphs for me to guess the author ;)
skemper911 commented on Rust vs Zig Benchmarks   programming-language-benc... · Posted by u/alonp99
skemper911 · 3 years ago
B->C->C++->D->Rust->Zig->ZZtop?
skemper911 commented on OpenCore Legacy Patcher – Use new macOS versions on old hardware   dortania.github.io/OpenCo... · Posted by u/frereubu
mynameisvlad · 3 years ago
I mean, you have an 8-year old computer. What did you realistically expect would happen here? For Apple to support your computer until the end of time even if you’re the only person using that model? In the tech world, 8 years is already practically a lifetime.

At a certain point, it’s no longer profitable for a company to continue supporting old systems. And that rarely has to do with power and almost entirely due to it being 8-year old devices with practically no remaining user base.

skemper911 · 3 years ago
Seems like apple themselves had a good solution to this with one model of the iMac that supported use as an secondary monitor. Imagine if every laptop / iMac supported use as a secondary monitor.
skemper911 commented on Rust in the 6.2 kernel   lwn.net/SubscriberLink/91... · Posted by u/biorach
pjmlp · 3 years ago
Will use after free with Zig code also bring a smile?
skemper911 · 3 years ago
Of course it would a big oops simile, but use after free isn't something that has happened to me in 40 years but I keep testing for it in other peoples code ;)
skemper911 commented on Rust in the 6.2 kernel   lwn.net/SubscriberLink/91... · Posted by u/biorach
recuter · 3 years ago
The way C is written in the kernel is really unlike the C you typically encounter in the wild. Try reading it and tell me how comprehensible you find it and how easily people ramp up into kernel contributions.

  and we have yet to see tangible benefits of using Rust
Is that the royal we? Have you actually (successfully) tried writing something in it?

  I am surprised Linus agreed to this given that he doesn’t like C++
Maybe Linus has lost the plot after decades of careful stewardship. Or maybe it is an opportune moment for a closer second look. Who knows.

Sometimes that is what I try to do when my expectations are subverted if I care enough about the subject.

skemper911 · 3 years ago
Macros, the ugly side of C, Rust. Shame Zig didn't come before rust, imagining kernel data structures written in Zig, brings a smile.

Right on point that kernel style C is its own unique world, with a steep learning curve, so lets add Rust with its own steep learning curve. Rust readability isn't any better than kernel C, guess I'm missing the 10,000 hours of reading Rust.

./KISS

skemper911 commented on New Ghostscript PDF interpreter   ghostscript.com/blog/pdfi... · Posted by u/diskmuncher
petilon · 4 years ago
I don't know the current team, but I have met its founder: L. Peter Deutsch [1].

James Gosling, inventor of Java, once described him as the "greatest programmer in the world". They both used to work at Sun Microsystems.

[1] https://en.wikipedia.org/wiki/L._Peter_Deutsch

skemper911 · 4 years ago
Three of the greatest programmers I've experienced worked there, Peter, Tor, Raph. Hats off.
skemper911 commented on Ask HN: What are the best-designed things you've ever used?    · Posted by u/whitepoplar
idontwantthis · 4 years ago
Been using an aero press for years, but the seal wears out. Need to press very carefully or the air goes out the top instead of the bottom.
skemper911 · 4 years ago
replacement seals are cheap $6
skemper911 commented on 'New car smell' is the scent of carcinogens   sciencealert.com/a-20-min... · Posted by u/samizdis
skemper911 · 5 years ago
Convertible car, let in the fresh smog.
skemper911 commented on Ditherpunk 2 – beyond 1-bit   makeworld.gq/2021/02/dith... · Posted by u/makeworld
Macuyiko · 5 years ago
The matrices for clustered dot halftoning should not be too hard to generate. I think it boils down to which approach take to generate the thresholds matrix:

https://dl.acm.org/doi/pdf/10.1145/127719.122727?casa_token=...

> (ordered dither): This algorithm is generally identified as a dispersed-dot technique [Limb 69], but if the intensity threshold levels are spatially concentrated it results in a clustered-dot dithering.

You want to know something cool? Here's a tech report from HP that describes a stenography approach based on halftoning:

https://www.hpl.hp.com/techreports/2010/HPL-2010-136.pdf

skemper911 · 5 years ago
Digital Halftoning by Robert Ulichney
skemper911 commented on Show HN: Starboard – Fully in-browser literate notebooks like Jupyter Notebook   starboard.gg... · Posted by u/protoduction
kbouck · 6 years ago
How does this compare with Observable?

https://observablehq.com/

skemper911 · 6 years ago
https://github.com/fonsp/Pluto.jl A julia notebook using observablehq underneath. Reactive with a git compatible file format, looks very promising.

u/skemper911

KarmaCake day7March 9, 2018View Original