HackerTrans
TopNewTrendsCommentsPastAskShowJobs

frou_dh

no profile record

Submissions

One engine, many tools – Introducing Rubydex

railsatscale.com
1 points·by frou_dh·7 hari yang lalu·0 comments

Emacs 31 is around the corner: The changes I'm daily driving

rahuljuliato.com
471 points·by frou_dh·23 hari yang lalu·285 comments

Mumbai's famed dabbawalas fed millions for over 100 years

bbc.co.uk
7 points·by frou_dh·bulan lalu·6 comments

Don't create .gitkeep files, use .gitignore instead (2023)

adamj.eu
202 points·by frou_dh·5 bulan yang lalu·94 comments

Deno Deploy Is Generally Available

deno.com
3 points·by frou_dh·5 bulan yang lalu·0 comments

AdGuard rolls out in Japanese schools to tackle distractions and improve safety

adguard.com
4 points·by frou_dh·9 bulan yang lalu·0 comments

comments

frou_dh
·9 hari yang lalu·discuss
IMHO the persistence of Model M (now Unicomp) worship is a meme. Yes a chunky Buckling Spring mechanism is a very unique and "fun" feel, but that doesn't mean it's actually good to do a lot of typing on in terms of ergonomics or speed. So what of it? It's a novelty item, not the ultimate keyboard.
frou_dh
·13 hari yang lalu·discuss
Grasping at straws, it's kinda convenient that ( and ) match literally if the text being searched is Elisp code!
frou_dh
·14 hari yang lalu·discuss
I remember these guys from the glory days of the CrankyGeeks video podcast. John C. Dvorak and Sebastian Rupley had a great double-act hosting that show.
frou_dh
·18 hari yang lalu·discuss
Back when I was following Swift, I was a bit confused by there being 2 distinct sites that seemed to be pretty much the same thing:

- https://swiftpackageregistry.com

- https://swiftpackageindex.com
frou_dh
·19 hari yang lalu·discuss
Even the later JavaFX was a tasteless exercise. I opened some apps and you could tell within 1 second that something was wrong because all the text was using fugly non-platform-native (or somehow screwed up) text rendering.
frou_dh
·22 hari yang lalu·discuss
> Any body who saw a Perl programmer do over a weekend, what they would take a year to do in their language(especially Java and Python)- had a deep rooted seething envy at Perl and Perl programmers. So they went around almost on religious crusade to have Perl gone. This was done entirely to crush competition. They just didn't want other people to wield a power they didn't have. Lisp has had a similar arc of development over the decades.

Isn't that the fate of the archetypical loser? To end up on the sidelines thinking "I'm actually the smartest and most powerful, the wider world just isn't capable of appreciating it".

I saw someone recently say something like... they wished contemporary Lisp people put anywhere near as much effort into creating lots of great software with Lisp as they do extolling Lisp.
frou_dh
·25 hari yang lalu·discuss
The tapestry of share buttons were certainly novel and interesting like 20 years ago. They may be lame and 99+% ignored now but it's been a slide to this state of affairs.
frou_dh
·bulan lalu·discuss
Real text lovers have an appreciation of typography and don't ignore the whole field and stay in the dirt with crude "monospace everything" approach.
frou_dh
·2 bulan yang lalu·discuss
IIRC it seemed like that pilot was having some kind of nervous breakdown because he surreptitiously held back on the stick all the way from 38,000ft until the crash.
frou_dh
·2 bulan yang lalu·discuss
There's something disgusting about the use of characters for graphs/charts on a bitmapped monitor. Trust nerds to find a way to make stuff ugly!
frou_dh
·3 bulan yang lalu·discuss
He's so charming:

https://www.youtube.com/watch?v=B8-ZmuJixIg
frou_dh
·4 bulan yang lalu·discuss
AFAIK that setting is opt-in, at least in Bash.
frou_dh
·4 bulan yang lalu·discuss
We have to settle for the smiley face changing slightly.
frou_dh
·4 bulan yang lalu·discuss
It's got to be somewhat depressing working on a household name product in its trashy downturn. Surely you can't have the pride in your work that an equivalent employee once would have.
frou_dh
·4 bulan yang lalu·discuss
I wonder about the timing in relation to the OpenAI acquisition of Astral this week. Was it a two-horse race to be acquired and then Deno got word that they were not the chosen one, and so said oh well, mass layoff it is?

BTW the Deno architects would contend that "mastering Deno" could never be a waste of time, because what you're mastering is to a large extent standards-based JS (in comparison to the APIs that came before).
frou_dh
·4 bulan yang lalu·discuss
Yeah, that's pretty much tailor-made to be the official resource for an experienced programmer to get an overview of C++ as it stands. Fairly slim book so it's approachable.

https://www.stroustrup.com/tour3.html
frou_dh
·4 bulan yang lalu·discuss
It's abject hackery because such "comment" directives don't even necessarily have to be a comment to be active:

    const x = `This whole thing is
    a
    //go:generate worse-is-better
    multiline
    string literal`
A lot of people in this discussion are beating up Go for using syntactical comments for directives, but in reality the implementation is even less principled than that!
frou_dh
·4 bulan yang lalu·discuss
You really gotta wonder how much value the "Digg" brand actually has, because the number of people that remember/care about the site from its original glory days is ever dwindling.
frou_dh
·4 bulan yang lalu·discuss
See also all the programmer blogs that feel the need to use a monospaced font for prose, to signal that they're a programmer.
frou_dh
·4 bulan yang lalu·discuss
Safari's devtools has a visual <canvas> debugger. I remember using it, seeing all the CanvasRenderingContext2D calls that affected the canvas listed, and scrubbing left and right through time to see how a frame was built up.