Live data from Hacker News

Viewing profile — franticgecko3

franticgecko3

HN member
Joined
Wed, Aug 23, 2023, 7:28 AM UTC
HN karma
93
Public activity
23 items

About franticgecko3

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #47138365

    You've been copying and pasting directly from Claude to reply to comments that ask how this works. You also realise you've been caught and are now replying in a completely differen…

  3. comment
    Comment #47136907

    OP seems to self promote this project and other similar vibe coded works every few weeks under two different HN handles. Edit: for me this post appears on the front page of HN. OP …

  4. comment
    Comment #46190864

    Tab complete is completely broken on Firefox mobile (Android)

  5. comment
    Comment #45844764

    They have nothing to do with mathematics but everything to do with being extremely popular books. Most people that have read a mathematics textbook have also read and enjoyed Harry…

  6. comment
    Comment #45371093

    I've long suspected it's got to do with office real estate. You spent $10m or $100m on a building that's now half empty. Either you downsize or commit to enterprise scale sunk cost…

  7. comment
    Comment #45290638

    I've started learning (in 2025!) and using Perl lately as shell++ It's extremely stable, installed almost everywhere, and has much fewer insane idosyncrasies than shell. I can writ…

  8. comment
    Comment #44745353

    > Have a nightly job that runs unit and integ tests Not enough IMHO. We run all tests on developer machines and CI with -race. Always. It's probabilistic, so every developer 'make …

  9. comment
    Comment #44280777

    Assuming OP is in the UK, they're talking about hackney carriages which are subject to more stringent regulation than other private hire vehicles https://en.wikipedia.org/wiki/Hack…

  10. comment
    Comment #44184345

    >Why Elixir + Erlang are not more popular for high concurrency projects is a mystery to me. I work at an Erlang shop. For Erlang to be useful you need to have massive scale, millio…

  11. comment
    Comment #43832361

    I agree with most of your points but this one >I find it useful for some coding tasks but think LLMs were overestimated and it will blow up like NFTs No way. NFTs did not make any …

  12. comment
    Comment #43735503

    I'm from West Yorkshire, the dialect is slowly fading. My grandfather would speak with a strong accent and with spatterings of Norse words. I notice now that, yes, dialects in the …

  13. comment
    Comment #43675569

    >The biggest mistake I see people make with Go channels is prematurely optimizing their code by making channels buffered. This is almost always a mistake. It seems logical. You don…

  14. comment
    Comment #43675015

    > How often are you reaching 10^14 goroutines accessing a shared resource on a single process in production? We mostly use short-lived small AWS spot instances so I never see anyth…

  15. comment
    Comment #43674842

    > Since CSP is mentioned, how much would this apply to most applications anyway? If I write a small server program, I probably won't want to write it on paper first. With one possi…

  16. comment
    Comment #43674787

    I have replied to another comment with more details: the channel mutex is not the same one that sync.Mutex is using. The article that the OP article references does not show the co…

  17. comment
    Comment #43674735

    > Do you have any benchmarks for the pattern you described where channels are more efficient? https://go.dev/play/p/qXwMJoKxylT go test -bench=.* -run=^$ -benchtime=1x Since my cri…

  18. comment
    Comment #43672972

    And implying I don't understand toy examples and responding with this is apparently above the bar for serious discussion.

  19. comment
    Comment #43672638

    I'd like to refute the 'channels are slow' part of this article. If you run a microbenchmark which seems like what has been done, then channels look slow. If you try the contention…

  20. comment
    Comment #43661558

    If you write an Erlang function in C you can actually call a function that lets the scheduler know you are willing to yield.

  21. comment
    Comment #42448862

    I'm worried readers of this article will be horrified and believe this kind of DIY error handling is necessary in Go. The author has attempted to fix their unidiomatic error handli…

  22. comment
    Comment #39726410

    Why are technologists trying so hard to make themselves redundant? This is like the Luddites themselves creating milling machines, eager for the foreman to show them the door. What…

  23. comment
    Comment #37233053

    I'm not a graybeard, I'm 28 and I've been using Emacs since I was 15. In that time, in my circle, I've seen notepad++, sublime, atom etc. all come and go. Of course everyone at wor…