Viewing profile — mayli
mayli
HN member- Joined
- Tue, Mar 24, 2015, 6:07 PM UTC
- HN karma
- 168
- Public activity
- 158 items
- HN profile
- View on Hacker News ↗
About mayli
No profile information was provided.
Recent public activity
-
comment
Comment #48852591
The people benefit from all human knowledge, future human beings.
-
comment
Comment #48167040
fyi: https://telehack.com/
-
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.
-
comment
Comment #45906720
I feel the same way, it has to be priced in the range of gaming console rather than gaming PC.
-
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…
-
comment
Comment #45664100
Yeah, it's good for them to save money for fewer traffic.
-
comment
Comment #45444811
I use that cause it's pure user space, and doesn't require extra system feature.
-
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.
-
comment
Comment #45305592
This is also a proof where you can get cheaper and more perf/$ if you buy x86 based vps.
-
comment
Comment #45255139
That btop stream is lagging hard now, and jumping between full cpu and idle 0%. Is the service crashing and restarting?
-
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.
-
comment
Comment #44806745
Is this english only?
-
comment
Comment #44688916
Yeah, I learned that rencently, engineers are dumb on naming things and remember the namings.
-
comment
Comment #44566454
Cause the sqlite-lib that python ships isn't async, and sqlite itself usually doesn't give an async API.
-
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.
-
comment
Comment #44566435
Yeah, nice to have MLX-opencl or MLX-amd-whatever
-
comment
Comment #44564838
I am on it, still a little bit pricer than Comcast, but worth every penny.
-
comment
Comment #44517124
TLDR; Sharedx2 1 GB $38.00/mo A little bit expensive for hobby projects, will stay sqlite for now.
-
comment
Comment #44408468
That's pretty cool, I ways want Result/Option/Err types in python.
-
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
-
comment
Comment #44353251
Does that matter? The article is in PDF, as other latex generated PDFs.
-
comment
Comment #44334568
True, I have the same feeling. It's nice to limit my time spending on yt or other passive entertainment.
-
comment
Comment #44036661
Pretty cool, at least much more user friendly and doesn't lag when opening large files. And more features than notepad.
-
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…
-
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 …