HackerTrans
トップ新着トレンドコメント過去質問紹介求人

wps

no profile record

投稿

Persona Fails on Vertical IDs

mketab.org
2 ポイント·投稿者 wps·10 日前·0 コメント

Why the KeePass format should be based on SQLite

mketab.org
151 ポイント·投稿者 wps·5 か月前·114 コメント

コメント

wps
·15 日前·議論
I believe they are much faster to scan, as you don’t need to identify the corners.
wps
·21 日前·議論
This is the guy who created Zpaq btw. Super interesting but niche backup/archive software.
wps
·25 日前·議論
This seems pretty accurate to me. But like other commenters, the psychological closure of any message at all is better than nothing.

Also, what company nowadays doesn’t use an ATS? I’ve seen a few startups that take applications via email or discord but those are few and far between. Most are using Workday/Indeed/Linkedin or what have you.
wps
·25 日前·議論
I never understood how anyone could write more than 40 pages of “self help”. Especially not for a general audience. All self help boils down to the very foundation of your worldview, all other advice stems from it.
wps
·25 日前·議論
In the same way that credit card companies are required to tell you the exact reasons your score has changed, companies should be required to give at least any sort of notice of rejection. Something as simple as: we have proceeded with another candidate (if and only if the role was actually filled). I know this opens up a lot of questions about enforcement and employer discrimination, but something has to be done.
wps
·26 日前·議論
> A single document can now contain multiple bibliographies

I have been waiting on this one for years now. Great work.
wps
·先月·議論
I agree. I might swap over to a TUI mail client on my desktop. Don’t even get me started on the iOS Mail app.
wps
·先月·議論
Completely misunderstood your phrasing lol, disregard that. But yeah I agree the avocado armchair was definitely a milestone. I used it as one of the exemplary first steps in what we now consider Gen image AI.
wps
·先月·議論
Nvidia GauGAN and deep-daze amused me immensely at the age of 14 or so. I've had "a man painting a completely red image" saved for a long time.

It is insane how primitive modern inpainting and txt2image make these two projects look.
wps
·先月·議論
Thats insane! I cited your image in a humanities paper during one of my freshman year classes.
wps
·先月·議論
Fossil does all of this, and has a better VCS for my use case than git does. https://fossil-scm.org
wps
·先月·議論
This really reminds me of Damselfly: https://github.com/Webreaper/Damselfly
wps
·先月·議論
The real solution is to allow users to own their push solution, and for it to become more commonplace among apps to support alternative push providers such as Unified Push. Molly, the FOSS Android Signal client supports this configuration.
wps
·2 か月前·議論
I've sat in classes where people at my table genuinely took pictures of the exam while the professor's back was turned (being kind to us and giving us useful information on the board) and uploaded the entire exam to the Gemini app.

Cheating is all around disheartening and is now incredibly easy with all the free multi-modal models around. Real active proctoring is needed and devices need to be confiscated during exams. This is common practice in many other countries.
wps
·2 か月前·議論
This website is actually gorgeous. What do you call this style?
wps
·2 か月前·議論
Those screenshots and videos are taking up space SOMEWHERE, whether it be your inbox or your filesystem, why not have them as unversioned artifacts in your db? (Fossil supports this). Of course if you have multiple people working on it and many assets, other solutions would be better (shared cloud drives, etc). But for my use case of a storing textual information only (and perhaps a demo video, which many Git users often keep a video in their source and link it in the readme), Fossil works great to keep all my stuff together in the same context.

I explicitly dislike the idea of using Git as the backing store. Forget the fact that Git is not native on Windows and is immensely bloated; the actual .git folder is a mess for backup systems when working locally compared to a single database file.
wps
·2 か月前·議論
I am still so salty that Git won out for the average project over Fossil. Sure Git has some performance advantages for massive codebases like the Linux Kernel, but the vast majority of projects will never run into performance limits from their VCS. Fossil’s internal tools (wiki, forum, tickets<issues>, etc) are just so useful to have versioned with your code in one file.

I use Fossil for all my freelance work and it so easily allows me to get right back into the context of a project, niche details and agreements had with a client, etc. No need to pollute the codebase or gather together a million emails or notetaking software just to get back up to speed.

It can still change, I hate the notion that because Git is so culturally embedded we couldn’t ever switch. Fossil makes it super easy to switch and the workflow is actually easier coming from Git.
wps
·3 か月前·議論
Has anyone here used https://pikchr.org/ from the creator of SQLite?
wps
·3 か月前·議論
Hello. You missed the point I was making drastically. Of course for software that I build personally I can do all that, but not for all the random stuff in my system that I’m trusting maintainers to package for me, or otherwise good PKGBUILDS in the AUR. You physically cannot have the bandwidth to be on top of these supply chain issues all the time.

Also, semantic versioning is not some golden goose that fixes this issue, update embargoes help, but that doesn’t require semver. Vendoring dependencies is not a scalable solution for all the software people use.
wps
·3 か月前·議論
Genuinely how are you supposed to make sure that none of the software you have on your system pulls this in?

It’s things like this that make me want to swap to Qubes permanently, simply as to not have my password manager in the same context as compiling software ever.