Live data from Hacker News

Viewing profile — masto

masto

HN member
Joined
Mon, Dec 13, 2010, 1:38 PM UTC
HN karma
2,111
Public activity
339 items

About masto

Spent a decade in big tech. I'm trying to be better.

Recent public activity

  1. comment
    Comment #47771827

    So management can cancel all of last week’s projects when they told us all we had to be using skills because the CEO read about them in the in flight magazine. Routines are the fut…

  2. comment
    Comment #47635028

    First I went to the Claude web site, because we've all been trained not to click on links promising things, right? Couldn't find anything there so I checked the domain carefully an…

  3. comment
    Comment #46898968

    When I was in my 20s I was an insufferable know-it-all who found fault with everything. I still spot problems and “push back”, but I have the experience now to know how to get peop…

  4. comment
    Comment #46898821

    “Cloud to butt” was popular in the early cloud days. It went around Google internally, and caused some… interesting issues.

  5. comment
    Comment #46505562

    I’ll express my personal preference for VS Code with Cline. I don’t know exactly why, but its workflow feels right even though they’re all almost the same interface. I do like the …

  6. comment
    Comment #46311644

    I enjoy reading about other people’s approaches to motivation and creativity. But I very much dislike when they phase it as “you need to” or “this is how it works”. Thinking everyo…

  7. comment
    Comment #45899267

    I found a tiny bug in a library. A single, trivial, “the docs say this utility function does X, but it actually does Y”. I’m not even allowed to file a bug report. It took me some …

  8. comment
    Comment #45654536

    LED matrix panels are tons of fun! I strung a bunch of them together to make a marquee across my basement soffit: https://youtu.be/W0_3rzvq9Ks?si=aTT_uOZfOYh9NLUi I have to resist …

  9. comment
    Comment #45595127

    On rare occasions, I use it for the virtual display; it's actually usable to sit outside and work with a giant display on the deck, or to dial myself onto the beach. But it's not e…

  10. comment
    Comment #45395901

    I've been using Clerk and it seems fine. I'm sure there's some drama, because everything comes with drama, but I just want to get on with building stuff.

  11. comment
    Comment #45114458

    Sometimes I spend half an hour writing a prompt and realize that I’ve basically rubber-ducked the problem to the point where I know exactly what I want, so I just write the code my…

  12. comment
    Comment #45101610

    I don’t know if this counts as experienced, but I’ve spent about a year exploring Next.js, the last 6 months of which transitioning from exploring to building a serious project. I …

  13. comment
    Comment #44281844

    This is literally the same mistake that has been made many times before. Of course it will be made again. “New feature is rolled out carefully with a bug that remains latent until …

  14. comment
    Comment #44263573

    First some feedback (I see the author is interested), and then a personal take on how I deal with this stuff. As someone who has spent decades procrastinating, reading about system…

  15. comment
    Comment #44026348

    I jumped in to the TypeScript deep end a few months back. I build a lot of web applications back in the 2000s, then disappeared onto a big tech island where everything was a little…

  16. comment
    Comment #43950301

    Teaching myself BASIC on a Commodore 64 in elementary school made me a programmer and set the direction for the next 40 years. Different strokes I guess.

  17. comment
  18. comment
    Comment #43887182

    I remember RPI had something like this in the 1990s. I can't remember what it was called though. But I do remember how impressed everyone was: if you call this phone number, they c…

  19. comment
    Comment #43848639

    I think it is the permanent end of American economic/political/cultural dominance, which is a long-term gain for the world, but it's going to put the hurt on a lot of people (mysel…

  20. comment
    Comment #43832814

    Python is in a category of things you can't just use without being an expert in the minutiae. This is unfortunate because there are a lot of people who are not Python developers wh…

  21. comment
    Comment #43824980

    Adding `-p 3.12` made it work. Leaving that here in case it helps someone.

  22. comment
    Comment #43824783

    Ran it and it crapped out with a huge backtrace. I spotted `./build_bundled.sh: line 21: cmake: command not found` in it, so I guessed I needed cmake installed. `brew install cmake…

  23. comment
    Comment #43722405

    Ours is a Fisher & Paykel dual dishdrawer, which does exactly that, in the space of a single unit.

  24. comment
    Comment #43722319

    I'm surprised this Jon Richardson bit hasn't been posted already. It's an incredible piece of comedy, even moreso given that it's about loading the dishwasher. https://www.youtube.…

  25. comment
    Comment #43707040

    The C64 starts up straight into BASIC from ROM. Unlike some other contemporary computers, it doesn't attempt to boot from any external devices (except the cartridge port). There is…