Viewing profile — retropragma
retropragma
HN member- Joined
- Thu, Apr 11, 2024, 10:53 PM UTC
- HN karma
- 19
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About retropragma
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #49221083
[flagged]
-
comment
Comment #49167581
That's why you only rebase when you actually need to in such cases. Another trick is to keep as few touch points into the original code as possible, preferring to keep most custom …
-
comment
Comment #47865740
I'm in love with everything about this. An oxfmt plugin would be appreciated!
-
comment
Comment #47865719
What is the point of stating your opinion if you're not going to explain why you believe that?
-
comment
Comment #47765719
Reminded me of RJSON: https://github.com/rome/tools/issues/13 In MAML, are comments preserved when reserializing?
-
comment
Comment #47407563
If anyone's curious what the malware does: https://pastebin.com/raw/KiuwueMU Looks like it's pilfering Solana wallets that don't belong to Russians.
-
comment
Comment #47407473
likely a compromised github API token
-
comment
Comment #47112374
Someone could make a backup script wrapped in a GUI, but then people would have to see the "need" in order to start using it. The bigger danger would be AT Protocol losing its bigg…
-
comment
Comment #47062681
The lack of composability makes this a hard no for me
-
comment
Comment #46792437
Just don't mistake prototyping for doing the thing. Good enough is a self limiting fallacy. A prototype failing to attract fans doesn't prove a lack of a market for the job the pro…
-
comment
Comment #46533701
I found Altcha just recently. I'm curious what people think of it. Are there caveats compared to Google Recaptcha or Cloudflare Turnstile? Please share your thoughts.
- story
-
comment
Comment #46304547
That's more of a flash-lite thing now, I believe
-
comment
Comment #46286047
when I had this idea, I knew I had to make it. launched it back in November to family & friends. 10 new questions each day. predict the most popular answer. one miss and you're out…
- story
-
comment
Comment #46237506
It's too easy to "cheat" by panning around until a word toggles in the list, effectively telling you which corner of the screen the word can be found in
-
comment
Comment #44694493
That doesn't sound right. Have you seen documentation on this?
-
comment
Comment #43822430
Important to note that it's not a dichotomy as long as you're not an "extremist" of either side. Build for yourself and a big market. Take pride in competing at a high level. If yo…
-
comment
Comment #43779381
Tangential: I was recently wishing that bitwise flags had better support in Postgres. For now, bools are just easier to work with
-
comment
Comment #43718184
Delegate your thinking to HN comments at your own peril
-
comment
Comment #43718163
The content isn't difficult. People are just lazy
-
comment
Comment #43670356
If you use a proper framework, you don't have to manage the socket lifecycle and it doesn't complicate your server.
-
comment
Comment #43670347
Every time I work with XML data, I hate it. Just use JSONC imo.
-
comment
Comment #43670336
As a TypeScript developer, my answer is to use unconfig [1]. Support for JSON, JavaScript, or best of all, TypeScript. Or wire up your own utility function with bundle-require [2],…