HN user

arrakeen

433 karma
Posts2
Comments214
View on HN

i feel like using GNU stow to manage your dotfiles has always been a hack.. has it ever been a supported usecase?

stow is an indispensable tool for me to manage /usr/local for manually installed software. my workflow goes:

  ./configure --prefix=/usr/local/stow/myapp
  make && make install
  stow myapp
now, myapp and all its supporting files are in the right place in /usr/local. if i want to "uninstall", i just run
  stow -D myapp
Claude Opus 4.7 3 months ago

so even with a new tokenizer that can map to more tokens than before, their answer is still just "you're not managing your context well enough"

"Opus 4.7 uses an updated tokenizer that [...] can map to more tokens—roughly 1.0–1.35× depending on the content type.

[...]

Users can control token usage in various ways: by using the effort parameter, adjusting their task budgets, or prompting the model to be more concise."

Cursor 3 4 months ago

so just like how every chat app has to look like slack, every ide has to look like vscode, now every agent workspace has to look like the codex app? codex app, antigravity, and now this all have the exact same UI design...

i randomly stumbled upon the connection as well while reading about the St. Bride's School. such a random connection between two completely different interests of mine that i joked the universe is a simulation with limited RAM and reuses assets

Cure Dolly has _some_ connection to this group which, to me, just adds even more mystique to an already fascinating story[1]

[1] https://if50.substack.com/p/1992-silverwolf

since nothing will happen to them except a slap on the wrist, and all our employers will continue to force this crapware on our machines, i think we should make a point to start using their name as a pejorative (similar to the 'santorum' neologism). any when they inevitably try to rebrand, use that term too

poptimism was a movement to end the critical dismissal of "pop" music in and of itself. that is, music CRITICS and writers not fans. its goal wasn't to kill or devalue rock, it was to recognize and appreciate so-called "low art" of pop music. it won and that's a good thing.

what we have now is not poptimism, because that already won and pop music has been re-evaluated critically. with the internet having more or less killed real music criticism, all that's left is clickbait reviews/articles that attract the most eyeballs. unsurprisingly, the stuff that attracts the most eyeballs is the most popular music and the stuff with the most money behind it.

i don't have a problem with pop music, i quite like pop music. i have a problem with the uncritical acceptance of all pop music being necessarily "good". i like to say i'm not a rockist, i'm a popessimist

java:

    Optional<String> result = returnsAnOptional();
    if (result.isPresent()) {
        log.info("result is {}", result.get());
    }

    // and

    returnsAnOptional().map(r -> log.info("result is {}", r);

Killer “Apps” ... What would you add to this list?

use-package, hands down. my decades old rat's nest of a config actually became organized and emacs starts instantly now

similarly, being able to configure emacs with a real programming language was a game changer compared to vim with vimscript. this is not so much an issue now with neovim, but i still prefer elisp :P

My working theory is one of culture...

my theory is that because most of the bands are writing lyrics in english and it's not their native language, they don't quite grasp just HOW ridiculous their lyrics tend to be.

please don't take this as a negative, because to me it's a positive. they sing those ridiculous lyrics with full passion without a hint of irony-- and that's why i love them. american power metal is a bit too wink-wink-nudge-nudge-amirite-guys?

    AS incomprehensible && \
       as nix can be && \
       i would take it && \
       any day over && \
       configuring a desktop OS && \
       with the horrible && \
       Dockerfile syntax

Use symbols and emoji where it makes things clearer.

for the love of god please don't. the yubikey-agent example provided exemplifies everything i dislike about github READMEs and whimsical user interfaces.

on the technical side, symbols and emojis can render inconsistently among terminals, leading to potentially confusing messaging. on the artistic side, personal tolerances towards whimsy and playfulness vary wildly and should only be used very sparingly and ONLY if you know what you're doing (if you have to ask, you probably don't)

The Bun Shell 3 years ago

if you're writing "await" before every function call maybe that should be the default.