Live data from Hacker News

Viewing profile — mayli

mayli

HN member
Joined
Tue, Mar 24, 2015, 6:07 PM UTC
HN karma
168
Public activity
158 items

About mayli

No profile information was provided.

Recent public activity

  1. comment
    Comment #48852591

    The people benefit from all human knowledge, future human beings.

  2. comment
    Comment #48167040

    fyi: https://telehack.com/

  3. comment
    Comment #47568095

    Bro, not every guy/girl is a regex master, multi-cursor is a much better UI/UX wysiwyg editor for everyday users.

  4. comment
    Comment #45906720

    I feel the same way, it has to be priced in the range of gaming console rather than gaming PC.

  5. comment
    Comment #45905535

    Yeah, gemini gives $649 - $699 for BOM, $749+ if they want some margin from the hardware. Which is cheaper than most "Gaming PC", but still more expensive than Switch/PS5, and lack…

  6. comment
    Comment #45664100

    Yeah, it's good for them to save money for fewer traffic.

  7. comment
    Comment #45444811

    I use that cause it's pure user space, and doesn't require extra system feature.

  8. comment
    Comment #45305617

    Yeah, it's only competitive as a toy for under $35, anything beyond that you can get a cheap x86 with much better performance, a much compatible architecture and much more IOs.

  9. comment
    Comment #45305592

    This is also a proof where you can get cheaper and more perf/$ if you buy x86 based vps.

  10. comment
    Comment #45255139

    That btop stream is lagging hard now, and jumping between full cpu and idle 0%. Is the service crashing and restarting?

  11. comment
    Comment #45118354

    So that means it's possible to reduce the DB size under 1TB, your recovery time would take less than 1 hour, rather >17hours.

  12. comment
    Comment #44806745

    Is this english only?

  13. comment
    Comment #44688916

    Yeah, I learned that rencently, engineers are dumb on naming things and remember the namings.

  14. comment
    Comment #44566454

    Cause the sqlite-lib that python ships isn't async, and sqlite itself usually doesn't give an async API.

  15. comment
    Comment #44566447

    FYI, I've once had few long-lived connection with wal, and wal file just goes exploded. Turns out sqlite won't truncate the wal if there are open connections.

  16. comment
    Comment #44566435

    Yeah, nice to have MLX-opencl or MLX-amd-whatever

  17. comment
    Comment #44564838

    I am on it, still a little bit pricer than Comcast, but worth every penny.

  18. comment
    Comment #44517124

    TLDR; Sharedx2 1 GB $38.00/mo A little bit expensive for hobby projects, will stay sqlite for now.

  19. comment
    Comment #44408468

    That's pretty cool, I ways want Result/Option/Err types in python.

  20. comment
    Comment #44371484

    you are welcome cat ~/.local/bin/uve #!/bin/bash temp=$(mktemp) uv export --script $1 --no-hashes > $temp uv run --with-requirements $temp vim $1 unlink $temp

  21. comment
    Comment #44353251

    Does that matter? The article is in PDF, as other latex generated PDFs.

  22. comment
    Comment #44334568

    True, I have the same feeling. It's nice to limit my time spending on yt or other passive entertainment.

  23. comment
    Comment #44036661

    Pretty cool, at least much more user friendly and doesn't lag when opening large files. And more features than notepad.

  24. comment
    Comment #43726378

    I am not sure why there isn't a even lightweight sentry endpoint that does - save post body to folders (use uuid as folder name to avoid spam) - dir listing, and count number of en…

  25. comment
    Comment #43522179

    I have my own ugly uve script $ cat ~/.local/bin/uve #!/bin/bash temp=$(mktemp) uv export --script $1 --no-hashes > $temp uv run --with-requirements $temp vim $1 unlink $temp Hope …