Live data from Hacker News

Viewing profile — TheFlyingFish

TheFlyingFish

HN member
Joined
Fri, May 31, 2019, 5:25 PM UTC
HN karma
281
Public activity
119 items

About TheFlyingFish

No profile information was provided.

Recent public activity

  1. comment
    Comment #49143373

    Feed aggregators (inoreader, feedly) make this difficult, though. One request may end up serving any number of end users, so you can't personalize ads the same way. Good, you might…

  2. comment
    Comment #48225268

    Are you suggesting that AI-written code tends to be more secure than human-written code? Because there are many examples to the contrary, starting with MoltBook.

  3. comment
    Comment #48087782

    Tangent: Much like PHP, "modern" CF isn't actually that bad to work with these days. In particular the superset-of-html syntax has been superseded for pure logic by "CFScript" whic…

  4. comment
    Comment #47280820

    The linked article isn't describing a form of input sanitization, it's a complete separation between trusted and untrusted contexts. The trusted model has no access to untrusted in…

  5. comment
    Comment #47226422

    He's living the hacker dream. Made a billion bucks, then went right back to writing code. People upvote because they wish they were him.

  6. comment
    Comment #47216219

    The HN zeitgeist has something of a love/hate relationship with the web, I've noticed. HN in general seems to skew a little older than a lot of online communities, so a lot of HN u…

  7. comment
    Comment #47194453

    If you're crazy then I am too. 50% odds it was written by a human, 50% bot.

  8. comment
    Comment #47146538

    I imagine offloading a lot of the heavy lifting to Vite helps cut down on the code size.

  9. comment
    Comment #47131222

    I once managed to trigger what I think was a race condition in a microwave's beep routine. It was one of the type that does a single long beep rather than individual beeps, and lik…

  10. comment
    Comment #47105944

    I've never used a Lisp either, but I get the impression that "forcing you to write the AST" is sort of the secret sauce. That is, if your source code is basically an AST to begin w…

  11. comment
    Comment #46416581

    Technically native selects do have a very rudimentary form of filtering: start typing text with the select focused and it will auto-select the first matching option. E.g. if the se…

  12. comment
    Comment #46231804

    That works if you're dealing with a known set of keys (i.e. what most statically-typed languages would call a struct). It falls down if you need something where the keys are unknow…

  13. comment
  14. comment
    Comment #46124685

    I haven't used Deno, but I do use Bun purely as a replacement for npm. It does the hard-linking thing that seems to be increasingly common for package managers these days (i.e. it …

  15. comment
    Comment #46034504

    Requests is a great example of my point, actually. Creating a brand-new Python venv and running `uv add requests` tells me that a total of 5 packages were added. By contrast, creat…

  16. comment
    Comment #46032873

    I've worried about this for a while with Rust packages. The total size of a "big" Rust project's dependency graph is pretty similar to a lot of JS projects. E.g. Tauri, last I chec…

  17. comment
    Comment #45758354

    uv helps a lot with the first problem. Not so much with the second, though.

  18. comment
    Comment #45758297

    SPy looks really interesting! I've run across projects like MyPyc before, but as you say they kill a lot of the "joy" of Python by removing things like decorators and operator over…

  19. comment
    Comment #45554292

    Reader mode is based on a whole slew of heuristics including tag names, class names, things like link-to-text-content ratio, and other stuff I can't recall. IIRC it considers seman…

  20. story
  21. comment
    Comment #43824791

    I've used Python a lot over the last ~10 years. It's probably my favorite language, although I'm not immune to its weak points. To answer your questions in order, a) I haven't done…

  22. comment
    Comment #43353739

    After playing around for a while, a few things come to mind: * Being able to specify a db at startup would be pretty cool. I'm teaching a class on SQL this summer and I'm already e…

  23. comment
    Comment #42488254

    Lots of people here mentioning reasons to both use and avoid the cloud. I'll just chip in one more on the pro-cloud side: reliability at low scale. To expand: At $dayjob we use AWS…

  24. comment
    Comment #42070960

    Isn't the problem with deflation that it de-incentivizes investment (why accept risk when you can just stuff your mattress with money and grow your wealth risk-free), which tanks t…

  25. comment
    Comment #41928584

    I think it might actually be patents rather than copyright restrictions that are in play here.