Viewing profile — projct
projct
HN member- Joined
- Thu, Jan 15, 2009, 11:22 AM UTC
- HN karma
- 156
- Public activity
- 166 items
- HN profile
- View on Hacker News ↗
About projct
Recent public activity
-
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…
-
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…
-
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…
-
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…
- comment
-
comment
Comment #47966713
This is a confusing thing to say, can you explain?
-
comment
Comment #35456430
LiquidPiston addressed both of those issues.
-
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.
-
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…
-
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.
-
comment
Comment #30107240
That's absurd. Spotify is not the only place you can publish a podcast.
-
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…
-
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…
-
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…
-
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…
-
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…
-
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...
-
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…
-
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…
-
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…
-
comment
Comment #26020298
this is like saying gasoline is bad because napalm.
-
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…
- story
-
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…
-
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…