Viewing profile — FLT8
FLT8
HN member- Joined
- Wed, May 25, 2022, 9:43 PM UTC
- HN karma
- 359
- Public activity
- 102 items
- HN profile
- View on Hacker News ↗
About FLT8
echo "HN$(echo -n "2024FLT8" | md5sum | cut -c-8)@pm.me"Recent public activity
-
comment
Comment #46099417
It's not' impossible', it's economically unviable. There's a difference. We really should be mandating that companies that don't pay fair market prices for the data they use to tra…
-
comment
Comment #45639884
I have a (completely unscientific) theory that my tinnitus is a result of early exposure to CRT TV's and my brain trying to compensate for the noise. The reason I say that is that …
-
comment
Comment #44111374
I can't help but wonder whether the solution here is something like building a multi-resolution understanding of the codebase. All the way from an architectural perspective includi…
-
comment
Comment #43767108
If the tariffs are able to act as a sustained source of revenue then they're not working to bring manufacturing back to the US. If they work to bring manufacturing back then they'r…
-
comment
Comment #43047561
- Error correcting codes (viterbi, reed/Solomon, ...) - cryptography in general - data compression - a lot of DSP stuff is pretty magical in it's various applications - digital fil…
-
comment
Comment #42961472
I think it's probably about the timing. I'm not an expert, but I believe that opening the side borders requires cycle exact timing at both edges of the screen, and when you have ch…
-
comment
Comment #42514511
> The amount of effort to do a single 30 minute video of this sort when scaled out to a half or full year math class is significant. This is true if Grant is the only person doing …
-
comment
Comment #42504965
Start paying attention to the things that bog you down when working on code, and the things that your users (ought to) expect to be easy but that are inscrutably difficult to achie…
-
comment
Comment #42294625
Kung Fu flash is probably all you need, with a few caveats (eg. With KFF the drive is "emulated" by intercepting kernal vectors rather than acting as a 1541 on the serial bus, so s…
-
comment
Comment #42291081
I credit the C64 that I had as a kid and magazines like COMPUTE! / Compute's Gazette for my career in software. I taught myself 6510 assembler and started writing some simple demo-…
-
comment
Comment #42175177
This reminds of the corporate adage: "You can choose to invest in your people and run the risk that they leave, or you can choose not to invest in your people and run the risk that…
-
comment
Comment #42156019
Only you can decide where your moral compass points, and how far you're prepared to go in an opposing direction for wealth and/or fame. I think most people will feel better working…
-
comment
Comment #42151607
I'd love to hear about your recovery journey.. it seems like quite the gravity-well to have escaped from. Would you consider writing a blog post or sharing here?
-
comment
Comment #41994331
There are a lot of weird and wonderful tax breaks in Australia likely helping to drive up the sales of utes*. I don't think it's necessarily that Aussies love driving them as much …
-
comment
Comment #41975663
> You never add abstractions until you can’t avoid them. Whilst I accept that bad abstractions can really hold a codebase back, good abstractions and layering are what make code cl…
-
comment
Comment #41717991
20 years ago I worked on a mainframe system that, at the time, was said to have "18 months to live". Fast forward to today, the system is more entrenched than it ever was, and stil…
-
comment
Comment #41658181
> Monoliths are problematic because they are too large and unweildy; The idea that something could become less unwieldy or overall "smaller" by splitting it into separate codebases…
-
comment
Comment #41631790
> even just updating the dependencies might sometimes be impossible (in a reasonable timeframe). Consider the situation where you have a proliferation of micro-services all using a…
-
comment
Comment #41630848
It's 1000x easier to refactor the monolith into a more modular form when it's in a single repo. Wait until you want to try to refactor across service boundaries in a u-services wor…
-
comment
Comment #41544918
And anyone not on iOS stuck with webkit.
-
comment
Comment #41542982
They couldn't be, realistically, any more closed without being an essentially infinite money sink of the kind even nation states would struggle to fund long-term. It's the public u…
-
comment
Comment #41535114
Maybe they're working to tweak the chain-of-thought mechanism to eg. Insert-subtle-manipulative-reference-to-sponsor, or other similar enshittification, and don't want anything lea…
-
comment
Comment #41408718
Feel free to reach out, a few people from this thread seem to be doing similar things, including looking at the protocols involved and interop requirements. It would be good to com…
-
comment
Comment #41405402
The main trouble I have with mongo or document databases in general is that using them effectively requires a lot of design thinking up front. You need to really understand your do…
-
comment
Comment #41405332
Also, Postgres. It has built in support for json data types, can index on json fields, and do most of the stuff you'd want to do in mongo while not locking you into that paradigm f…