Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
veyh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
veyh
14d ago
Use a cargo workspace. Helps with both compilation speed and disk usage.
2.
▲
by
veyh
2mo ago
I'm working on better UI for my app AutoPTT [1]. It's probably going to look somewhat similar to Discord's settings, except I won't be using Electron. I refuse to use bloated stuff like that, so I'm going to keep us
3.
▲
by
veyh
3mo ago
If you're exporting more than a few commits, I suggest using local repos (/path/to/.git) for both the source and destination. Otherwise it'll be quite slow.
4.
▲
by
veyh
4mo ago
This could be an opportunity for another xz-utils incident.
5.
▲
by
veyh
6mo ago
Oh, that actually explains a lot. I used to offer a 7-day free trial for one of my apps that you could sign up for with an email, and the vast majority of the licenses were never used. The app wasn't even downloaded that many times. I
6.
▲
by
veyh
7mo ago
I wonder if you could take advantage of the fact that the LLM is more likely to follow instructions that humans might miss. For example include instructions somewhere in the repo that says you must use a certain phrase in all pull requests,
7.
▲
by
veyh
7mo ago
Back when I ran a WoW guild, the first sentence in our recruitment post emphasized the importance of reading the whole post (because the way to access the application form was to click the only smiley in the post, and this detail was mentio
8.
▲
by
veyh
7mo ago
97 Twitch streams (and Youtube VOD uploads) + 32 shorts on Youtube, TikTok and Instagram. Best short got 5k views on YT, most got about 1k. I didn't say I quit completely, I still stream when I play games because it doesn't cost m
9.
▲
by
veyh
7mo ago
Well, even if Jitsi doesn't have Push-to-Talk, you can still easily get it by using a hotkey to mute/unmute the mic system-wide. For exampple, if you're on PC, MicMute [1] can be used for free, or if you want more customizati
10.
▲
by
veyh
7mo ago
I've noticed similar issues with the web version of MS Teams. You can actually see what tabs are hogging CPU by pressing SHIFT-ESC to open the task manager (about:processes) inside Firefox.
11.
▲
by
veyh
7mo ago
Four years in, I suppose you could say I'm still "launching," so I eagerly jumped right to the marketing part to see if there was any good insight. Uh-oh. My experience has been pretty much the same. Paying for ads feels like
12.
▲
by
veyh
8mo ago
Of course, sometimes people realize that what they asked for wasn't actually what was needed.
13.
▲
by
veyh
8mo ago
I have 13 years of professional experience, and I work in a small company (15 people). Apart from one or two weekly meetings, I mostly just work on stuff independently. I'm the solo developer for a number of projects ranging from embed
14.
▲
Implementing FakerInput
(autoptt.com)
1 points
by
veyh
8mo ago
|
0 comments
15.
▲
by
veyh
11mo ago
> Windows generally treats running binaries as locked. Any attempt to overwrite a running binary should throw an exception. Again, the Zed source provides a reasonable solution. While it's true that you can't overwrite a runnin
16.
▲
by
veyh
1y ago
It was definitely a problem with their database but I suppose it's possible that the customers were also expecting 32 bit signed ints.
17.
▲
by
veyh
1y ago
Well, I'd imagine that before returning the value through their API they could just check that if the number is negative, then add 2^32 to it, which would make it look like an unsigned 32 bit integer.
18.
▲
by
veyh
1y ago
That's pretty harsh. It works fine for me. But even if it didn't, I'd still use it just for uBlock Origin.
19.
▲
by
veyh
2y ago
I wonder how many people realize you can use the whole 127.0.0.0/8 address space, not just 127.0.0.1. I usually use a random address in that space for all of a specific project's services that need to be exposed, like 127.1.2.3:30
20.
▲
by
veyh
2y ago
I've been trying to sneak into some relevant discussions on Twitter lately. Too early to say whether that helps at all but at least my posts haven't (yet?) been deleted as self-promotion like on Reddit.
21.
▲
by
veyh
2y ago
We used Riak at $dayjob at around 2014-2017 (iirc). I don't exactly remember it fondly. It was slow and unreliable. You could make it freeze/crash with the wrong SOLR query. (I was pretty good at that...)
22.
▲
by
veyh
2y ago
Some time ago I noticed that my side project (with a domain that is not haunted) shows up fine on Google but not Bing/DuckDuckGo. So I checked the Bing Webmaster Tools. URL Inspection says "Discovered but not crawled - The inspect
23.
▲
by
veyh
2y ago
They probably want you to buy the book to find out.
24.
▲
by
veyh
2y ago
I have a small side project called AutoPTT [1]. It's a Windows app for voice communications, mostly aimed at gamers. It can press and/or release your push-to-talk key automatically based on voice activity because not all software&
25.
▲
by
veyh
2y ago
And now, you are manually breathing.
26.
▲
by
veyh
2y ago
I was running a lot of small tasks. With 3000 queued tasks my state file was around 25 MB. zstd compressed that down to 5% of the size. I have the code still if you want to look at it but it was just a quick experiment so I didn't add
27.
▲
by
veyh
2y ago
AutoPTT lets you customize how push-to-talk works in apps like Discord or online games. It can even press the button for you based on voice activity, in case the program does not support voice activation natively. https://autoptt
28.
▲
by
veyh
2y ago
Pueue dumps the state of the queue to the disk as JSON every time the state changes, so when you have a lot of queued jobs this results in considerable disk io. I actually changed it to compress the state file via zstd which helped quite a
29.
▲
by
veyh
3y ago
If it's just files, lnav [1] is pretty good. [1] https://lnav.org/
30.
▲
by
veyh
3y ago
There is https://hnreplies.com/
More ›