Live data from Hacker News

Viewing profile — gbuk2013

gbuk2013

HN member
Joined
Mon, Dec 23, 2013, 12:22 PM UTC
HN karma
1,209
Public activity
510 items

About gbuk2013

comrade/comrade

IN is the only way OUT - https://www.amazon.co.uk/Inner-Engineering-Yogis-Guide-Joy/dp/0143428845/

Recent public activity

  1. comment
    Comment #49179832

    > every living member of it's military, has never seen a single real battle How I wish for a world where the same could be said for every other army!

  2. comment
    Comment #49020696

    I run Qwen3-Coder-Next-UD-Q4_K_XL and other than the initial wait to initialise context (which takes less than 2 minutes) subsequent prompts return in less than a minute, usually l…

  3. comment
    Comment #48999297

    Leaving aside the fact that there are not enough octogenarians in the Commons to pass any legislation, there’s no need to for ageist statements like that.

  4. comment
    Comment #48641683

    Not really, more like succeed without having to do anything. The key is the perspective of what success is: it’s the state where the resource does not exist, or is the action havin…

  5. comment
    Comment #48621508

    > Then you'd return 202 on a request to delete any invalid element, which really doesn't sound right It depends on your use-case if you care about this or not. If you do care you w…

  6. comment
    Comment #48619674

    Response is implementation detail: a 404 on second request is one way to do it, a 202 would be another, or 200 with some sort of response to distinguish (e.g. { changed: boolean })…

  7. comment
    Comment #48618728

    You’re right - it’s not a campaign as such - it’s a set of scenarios (currently 22) in increasing difficulty. I haven’t played for a while after getting stuck but checking now I go…

  8. comment
    Comment #48618465

    I used to play the original TA a lot and BAR is very well done. Much harder than the original though - I had no trouble with TA campaigns but I have not even made it halfway with B…

  9. comment
    Comment #48442282

    Sound like it’s time for yoga :) https://m.youtube.com/watch?v=txNkzlJ0tc4

  10. comment
    Comment #48357041

    I mean there’s nothing stopping you from committing node_modules to git (after running something like https://github.com/timoxley/cruft on it) and reviewing code changes on depende…

  11. comment
    Comment #48356827

    I came across this interesting rant the other day: https://github.com/uNetworking/uWebSockets.js/blob/master/mi... It does make sense that the right way would be to fork every depe…

  12. comment
    Comment #48356709

    It’s not the async loop - it’s interfacing with the system. JS is designed to run in a sandbox and the only way out in say Node.js is to write C++ addons. For example you don’t get…

  13. comment
    Comment #48356537

    I am well aware it supports Linux but the vast majority of work still involves being in Windows-only shops which is a circle of hell I am keen to tread only when I absolutely have …

  14. comment
    Comment #48356509

    Sure but that runtime is much more general purpose - JS runtimes are focused on network apps. For example you can write an app like Calibre in Python and QT and it is much lighter …

  15. comment
    Comment #48356096

    I’m a JS/TS dev (and fan) I don’t think either is a replacement for Python. They are not standalone languages but require some runtime to interact with the world (DOM or Node.js et…

  16. comment
    Comment #48310000

    An interesting tangent on this is: how many answers to these (or any number of factual questions) do you (as in anyone) actually know. Not believe you know, but actually know. Know…

  17. comment
    Comment #48277546

    I led a project to (successfully) migrate a Vue 2 to 3 app and while that was painful and expensive, I still find Vue more pleasant to work with than React once it was done. But TB…

  18. comment
    Comment #48190416

    Random indeed - I’m also just down the road. :)

  19. comment
    Comment #47749111

    Me too except I just use rye malt instead of the bread and without making any dough with it. The malt is cheap and easy to get in UK thanks to home brewing suppliers whereas rye br…

  20. comment
    Comment #47736736

    If by tourist track you mean several cities each with a population count greater than London then sure. :) But it is true I was there as a tourist to see a few places and China is …

  21. comment
    Comment #47725475

    I’m currently travelling in China and the total absence of graffiti and the wide availability of public toilets as well as the general cleanliness of the place is a stark contrast …

  22. comment
    Comment #47698562

    As someone who runs a such a VPS this is all a non-issue. Running HTTP service is so trivial that once I set it up I don’t even spend an hour in a year maintaining it. Especially w…

  23. comment
    Comment #47677385

    From the article > Analysts concluded that 23 sailors survived the initial blasts and took refuge in the small ninth compartment at the rear of the submarine. > Evidence suggests t…

  24. comment
    Comment #47677165

    It is a specialised instrument but a useful one: batch processing and query pagination are first class use cases for generators that can really simplify business logic code. Stream…

  25. comment
    Comment #47393057

    I kid you not a few jobs ago I found several race conditions in my code and tests by running them at the same time as a multi threaded openssl burn test. :)