Live data from Hacker News

Viewing profile — STRiDEX

STRiDEX

HN member
Joined
Fri, Jun 01, 2012, 11:18 PM UTC
HN karma
833
Public activity
211 items

About STRiDEX

No profile information was provided.

Recent public activity

  1. comment
    Comment #48995599

    classifying things, grouping things. We use it to help group issues at Sentry.

  2. comment
    Comment #48494525

    parking in my condo that i own is $200 because the parking spaces are not deeded, shit is crazy here in sf

  3. comment
    Comment #48240207

    Bun simplified the pain with the ecosystem switch to esm. deno, at the time, made it worse by doing stuff with url based packages that didn’t fully catch on

  4. comment
    Comment #48015880

    I don't think bun worked well before the acquisition. Don't get me wrong, i used it all the time for little scripts, but i would never ship a service at work on bun. Between memory…

  5. comment
    Comment #47794615

    I guess if they're big enough they should be working on moving off of amazon SES for emails and warming up ip addresses? Otherwise they need to keep a markup on top of amazon. Edit…

  6. comment
    Comment #47794152

    Dumb question but why are chemical weapons always addressed as a risk with llms? Is the idea that they contain how to make chemical weapons or that they would guide someone on how?…

  7. comment
    Comment #47355405

    aren't you describing what elon already did https://grokipedia.com/

  8. comment
    Comment #46769152

    I've found the memory limits to block more of my projects than cpu time. They seem to send multiple requests to a single node/process and if you're making some sort of remix app it…

  9. story
  10. comment
    Comment #46529776

    The other thing i've noticed about burritos is that more places take card or apple pay now. When I moved to sf in 2015 many of them were cash only, same with bars. I always assumed…

  11. comment
    Comment #46151209

    run your backend tests against this in memory and tests can be run in parallel instead of using a single real postgres instance

  12. story
  13. comment
    Comment #45396693

    Our HoA uses google groups. Mild spam, but overall pretty good for threads. Too many people spam everyone asking for a plumber or whatever

  14. comment
    Comment #45314905

    What are you doing that requires checking in the compiled version. Esbuild takes like one second

  15. comment
    Comment #45280215

    That's a good point, I would lose package provenance that way. I guess that is fine since it didn't prevent anything here. I can look into that.

  16. comment
    Comment #45279484

    Yes, exactly.

  17. comment
    Comment #45279276

    That's fair, I'm referring to the number of mistakes that happen with local publishing. Publishing the wrong branch, not building from latest etc

  18. comment
    Comment #45279048

    Sorry if that wasn't clear. This was a token with global publish rights to my npm packages.

  19. story
  20. comment
    Comment #42446445

    there's existing libraries in this space that are quite good. not sure why you would use this instead. storage for example: https://github.com/unjs/unstorage vs byojs storage https…

  21. comment
    Comment #42446138

    esbuild can bundle typescript files directly, you don't need tsc to strip types edit: nevermind i get what you're saying. check types with tsc and dev work with esbuild

  22. comment
    Comment #42334190

    I used vue 2 for work during the switch to vue 3. It was horrific to watch as the vue community had to relearn the worst parts of the class components and the massive shortcomings …

  23. comment
    Comment #41941877

    If you use webpack and haven't looked into rspack you should! Can drop it in and speed up large webpack apps, currently investigating it at Sentry.

  24. comment
    Comment #41698091

    the mission is one of the least foggy neighborhoods

  25. comment
    Comment #40746293

    I have to do "real" ssr every once in a while via the django jinja html files we have to send emails. It makes me want to die coming from our nice typescript react SPA frontend. Ev…