Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
psanford
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
psanford
10d ago
I wish the author provided some latency numbers for this. One issue with tpms is that they are slow relative to performing the same operation on a modern CPU.
2.
▲
by
psanford
29d ago
There are a bunch of these tools out there. I like curl-impersonate[0] as a quick way to make curl fingerprint as chrome or firefox. There's also CylceTLS[1] for a more programmatic approach. [0]: https://github.com/lwt
3.
▲
by
psanford
2mo ago
I agree, pocket-tts is quite good. It is also very easy to make new voices from small sample files with pocket-tts.
4.
▲
by
psanford
3mo ago
I got rid of my Alexa devices after they would not shut up. "Alexa what is the weather for today?" "The weather for today will be ... By the way, did you know that you can set alarms? Just say ..." I do not care about wh
5.
▲
by
psanford
4mo ago
I wrote a library[0] to let you concurrently update a sqlite db in s3 safely. It uses the little known sqlite sessions extension plus s3 compare-and-swap on a small metadata file to make this work reasonably efficiently and safely. I have b
6.
▲
by
psanford
4mo ago
I do not trust a free-tier VPS with my data.
7.
▲
by
psanford
4mo ago
I have also used lambda at scale in professional environments. I would not use a lambda for a webserver at scale, but having an s3 object trigger processing via a lambda function is a really nice flow.
8.
▲
by
psanford
4mo ago
> If you're using AWS Lambda then you have to work to keep convincing yourself this is better than your own web servers. Keep convincing yourself that using AWS Lambda is not a horrible mistake. lol ok. I have ~50 lambdas running in
9.
▲
by
psanford
7mo ago
The API is free. The statement in the article is not about corporate friction
10.
▲
by
psanford
7mo ago
> Developers routinely complain about Slack’s API costs and permissions What? What API costs is the op talking about?
11.
▲
by
psanford
7mo ago
Most of what I write in my journal I don't want to need to remember (that is why I am writing it down). I also don't know what will be important or not important later, so I want it all to be searchable.
12.
▲
by
psanford
7mo ago
This "it has to be handwritten" stuff is nonsense. Do that if you enjoy it, but also you should acknowledge the downsides to it. I started keeping a work journal a few years ago and it has changed how I work for the better. It is
13.
▲
by
psanford
7mo ago
I'm curious how asahi linux manages scheduling across e cores and p cores. Has anyone done experiments with this? Edit: It looks like there was some discussion about this on the Asahi blog 2 years ago[0]. [0]: https://asah
14.
▲
by
psanford
8mo ago
To follow up on this a bit, something that I really want is a way to build and launch apps from an llm really easily. I am imagining and environment with a database, object storage, and a publicly reachable webserver. I think this could be
15.
▲
by
psanford
8mo ago
Playing around with this for a small amount of time, it is very neat but also there are a bunch of things that are unclear / undocumented (I assume the documentation is coming so I'm not faulting them for it not being there yet).
16.
▲
by
psanford
8mo ago
What is the criteria for a sprite being "idle"? Is it no network activity or is it cpu based?
17.
▲
by
psanford
9mo ago
Those are not extensions. Not can you use them to talk to dbus.
18.
▲
by
psanford
9mo ago
What browser extensions? Why would I want websites to integrate with gnome or kde? What does that even mean?
19.
▲
by
psanford
9mo ago
Oh hey this is using my go sqlite vfs module[0]. I love it when I find out some code I wrote is useful to others! [0]: https://github.com/psanford/sqlite3vfs
20.
▲
by
psanford
10mo ago
This is great! I have been using Quickwit as a low cost search engine on Lambda. It works very well for my relatively small and infrequently updated dataset. Unfortunately Quickwit devs have decided to not support the Lambda deployment mode
21.
▲
by
psanford
10mo ago
The thing that killed perl was python. The reason that python won is because it was Google's blessed scripting language.
22.
▲
by
psanford
11mo ago
I had an M2 air running asahi that I loved and had similar worries. I ended up buying a maxed out refurbished M2 which I expect will last me a few more years.
23.
▲
by
psanford
1y ago
Yes. It is a nice report that does not engage with 1password's security model at all. 1password specifically says that they do not think it is feasible to defend against locally executing malware.
24.
▲
by
psanford
1y ago
I do hate the name ssh3. I was glad to see this at the top of the repo: > SSH3 is probably going to change its name. It is still the SSH Connection Protocol (RFC4254) running on top of HTTP/3 Extended connect, but the required chang
25.
▲
by
psanford
1y ago
I assume you were using Authy desktop for TOTP? You don't need a smartphone for storing TOTP seeds or generating TOTP codes.
26.
▲
by
psanford
1y ago
I found the "lets pretend like there is no input latency" thing to be more distracting than useful. As soon as something does not work as expected the illusion is broken. It made me more grumpy than not having it on in the first p
27.
▲
by
psanford
1y ago
You can run x86 steam games on asahi easily now. muvm makes it quite easy to run x86 binaries fairly transparently on arm.
28.
▲
by
psanford
1y ago
I'm comfortable with what I said. It is fascinating that some people are so afraid of negotiating that they make up excuses why they won't try, and then they try to convince everyone else that negotiating is too dangerous to attem
29.
▲
by
psanford
1y ago
There is no incentive for companies to do that. Its a thing that could theoretically happen in rare cases but essentially never does in the industry. Read patio11's article on why. I think its telling that you have to reach for a >1
30.
▲
by
psanford
1y ago
One of the key points to patio11's article is that there is only upside to negotiation with no downside. You are basically saying: negotiation doesn't work so why bother. Please stop. I once negotiated a large raise at a job where
More ›