Live data from Hacker News

Viewing profile — projct

projct

HN member
Joined
Thu, Jan 15, 2009, 11:22 AM UTC
HN karma
156
Public activity
166 items

About projct

[ my public key: https://keybase.io/projct; my proof: https://keybase.io/projct/sigs/0o7MLFVjRhfFFMLK8YK5Z1MIQ0rEFyekq8_yORQVElo ]

Recent public activity

  1. comment
    Comment #48939658

    This is super slimy. What the code actually does is reproduce the exact same problems existing solutions have and claim it solves them. There is so much wrong with this I don't eve…

  2. comment
    Comment #48529728

    LiveView is perfect for that. one of the easiest to understand demos of it is actually something just like that. that said liveview is capable of 60fps server-rendered animation, s…

  3. comment
    Comment #48455294

    I get annoyed that existing tools have limitations so I fix them or build my own: - I didn't like that I can't use my newsreader on my laptop and my phone as easily so I built http…

  4. comment
    Comment #48213788

    Thanks for noticing this! I'm the author. It's supposed to wire into a phoenix app easily and give you lots of flexibility for how to handle what the client is doing - doesn't have…

  5. comment
  6. comment
    Comment #47966713

    This is a confusing thing to say, can you explain?

  7. comment
    Comment #35456430

    LiquidPiston addressed both of those issues.

  8. comment
    Comment #30768459

    > having to map my structured data into tables and rows and joins and schemas and primary keys You don't have to. You can just use JSONB.

  9. comment
    Comment #30199910

    Snopes: > While the sheriff's department said protesters at one point blocked entrances and exits at the hospital, no videos or photos confirmed that was the case. [snip, most of t…

  10. comment
    Comment #30111153

    Covid killed 3895 people yesterday, with a 7 day average of almost a 9/11 of people every single day this past week.

  11. comment
    Comment #30107240

    That's absurd. Spotify is not the only place you can publish a podcast.

  12. comment
    Comment #29812453

    I'm curious if you've found any GUI frameworks for any OS, in any language, that have ripped out all their legacy code and/or the design tradeoffs and hacks their legacy code requi…

  13. comment
    Comment #29812302

    Add a little line noise for the average 30-70y/o house wiring and you get 43 hours for 33.6 or 50 hours for 28.8. It took running a brand new line in order for me to get 56k. So, t…

  14. comment
    Comment #29811988

    There's a proxy polyfill. And if you really wanted there's at least one pcre2 wasm build you could wrap to make a polyfill, lol. Barely anyone uses lookahead/lookbehind even in pcr…

  15. comment
    Comment #29641365

    The key leak could just as easily be incompetence. Accidentally committed to git, or in their travis setup in such a way as to be easily obtainable, or a bunch of other options. Hi…

  16. comment
    Comment #29627451

    Blaster was a worm (self-transmitting and replicating without user interaction.) I was in IT when it came out. XP SP2 had the firewall enabled by default in 2001, which blocked inc…

  17. comment
    Comment #29627351

    We had a big hullabaloo about this in 2005 when Sony put a rootkit on audio CDs. https://en.wikipedia.org/wiki/Sony_BMG_copy_protection_rootk...

  18. comment
    Comment #29580145

    This is the most common slowdown I've seen in rails before. strict_loading mode can help, as can the bullet gem. That said, it is also quite slow when you actually do need requests…

  19. comment
    Comment #27786245

    What? You can turn on percentage in the menu bar, and there's several different usage graphs in multiple places. If you want the actual milliamp-hours, load cycles, battery tempera…

  20. comment
    Comment #27786151

    Docker is currently using qemu for x86-64 to arm translation so when I use it with an x86-64 container I only get 2-3 hours out of it, and the performance is atrocious bc of how sl…

  21. comment
    Comment #26020298

    this is like saying gasoline is bad because napalm.

  22. comment
    Comment #25708148

    I have no interest in defending this woman. However, it appears that onions are a home remedy for being tear gassed or experiencing other chemical irritants. https://www.snopes.com…

  23. story
  24. comment
    Comment #25636965

    "Your car does not have a roll cage" No but the crash structures are one of the areas where we are absolutely trying to recreate the effect of a rollcage without the weight. The we…

  25. comment
    Comment #25617138

    If you get rid of unwrap and use `if let` and `match`, this code will clean up nicely. If the code is supposed to be maintainable, you could also make something like a FromRegex tr…