Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chungy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
chungy
3d ago
The thing is that Windows is actually UCS-2, a consequence of the OS predating UTF-16 by a few years, and coming into existence when Unicode originally thought 16 bits was going to be enough. For backwards compatibility with old file system
2.
▲
by
chungy
3d ago
Money is created all the time. It is not a zero-sum game.
3.
▲
by
chungy
6d ago
Have an IPv6 connection.
4.
▲
by
chungy
6d ago
Not that it counters any point you're making, but ZFS displays the number of contained entries of a directory in the directory's size field; mind that . and .. are included, so you usually need to subtract 2 to get the count you a
5.
▲
by
chungy
28d ago
http://archive.today/3ql6b
6.
▲
by
chungy
1mo ago
Sneakernet was common also. Say you have a class of 30 kids, and one of them has access to Usenet to grab qcrack.zip. He'll put it on a floppy disk and share ;)
7.
▲
by
chungy
1mo ago
Mind that every Quake release includes the same soundtrack, it's not just the shareware version ;) There's millions of such CDs in the wild, both shareware and fully purchased copies.
8.
▲
by
chungy
1mo ago
I guess they could have done a public/private key pair in 1996, but doing that over a phone call was going to be painful. A simple password read over the phone and verified by the software was the best solution at the time. Mind, this
9.
▲
by
chungy
1mo ago
the SQLite archive format (it's probably worth linking to the main documentation[1], instead of the very old experimental repository) may not really be a good fit for something like GIMP's native file format. (To be clear, "
10.
▲
by
chungy
2mo ago
> Seriously though, why still publish CD formats when a usb-stick is far more ubiquitous and much easier to actually write. You can make ISO images that boot fine from both CD and USB sticks, when written to either format. Why "Fix
11.
▲
MAME 0.289
(mamedev.org)
13 points
by
chungy
2mo ago
|
0 comments
12.
▲
by
chungy
3mo ago
Guix solves the same problem in similar ways, though it uses Scheme as its configuration language.
13.
▲
by
chungy
4mo ago
Different use cases than QEMU, honestly, to the point that there's not much overlap. QEMU is extremely good at running modern operating systems, and not so much at older ones (DOS and Win9x are pretty sore points in QEMU). 86Box is e
14.
▲
86Box v6.0
(86box.net)
58 points
by
chungy
4mo ago
|
6 comments
15.
▲
MAME 0.288
(mamedev.org)
4 points
by
chungy
4mo ago
|
0 comments
16.
▲
Linus Torvalds Is Unhappy About the AI Influence in Linux Kernel Development
(ostechnix.com)
17 points
by
chungy
4mo ago
|
6 comments
17.
▲
by
chungy
4mo ago
Files in Git don't have timestamps, only commits do. It got swept up when `git commit --date=...` was run.
18.
▲
by
chungy
4mo ago
Funny part is, that NFSv4 supports SIDs for user authentication, but the Linux implementation leaves it out (among all the other ACL features) simply on the basis that Linux doesn't support them at all. The FreeBSD, Solaris, Mac OS X,
19.
▲
by
chungy
4mo ago
Related: Fossil has a `fusefs` subcommand: https://fossil-scm.org/home/help/fusefs The DIRECTORY/checkins/ directory doesn't list out anything by itself, but you can look things up by any of the sup
20.
▲
by
chungy
4mo ago
Consider Fossil[1], which packages the entire repository state—code history, wiki, tickets, forum—into a single file, and that state gets cloned. When/if you need to change hosting providers, you get to lose zero data in Fossil because
21.
▲
OpenZFS deduplication is good now and you shouldn't use it (2024)
(despairlabs.com)
2 points
by
chungy
4mo ago
|
0 comments
22.
▲
by
chungy
4mo ago
It was actually part of Microsoft Plus! for Windows 95. It wasn't directly available for Windows 98 at all, but the Windows 98 install disc does include an INF file so you can install it, provided you have a copy of Plus! for Windows
23.
▲
by
chungy
4mo ago
Delphi and Lazarus are still kicking, the latter is free and open source. I know you asked for "the language", but Object Pascal really ain't that bad to get around. If you were proficient in VB6, you should be fine adapting
24.
▲
by
chungy
4mo ago
Too vague of a question to give you an answer you'll likely sound satisfactory :) You probably just needed to create indexes over your data to speed things up.
25.
▲
by
chungy
4mo ago
> "Right joins are just left joins in the wrong direction, you don't need that crap" SQLite has supported all types of joins since version 3.39 in 2022.
26.
▲
by
chungy
5mo ago
I have bad news for you: Zip supports storing extended attributes as well.
27.
▲
by
chungy
5mo ago
Is Radicle an alternative to Fossil?
28.
▲
by
chungy
5mo ago
This is a current architectural limitation, manifests (defining check-ins) and tickets are different types of artifacts and you cannot combine the card types into the same artifact. Changing this would likely break backwards compatibility
29.
▲
by
chungy
5mo ago
> (Of course Fossil actively opposes "pull requests", separate issue) Not opposition, but very little incentive for the primary developers to implement the feature. Fossil's own developers happen to be the same as SQLite&
30.
▲
by
chungy
5mo ago
> Other VCSes like fossil store issues alongside the repo. Technically the issues in Fossil are part of the repository, along with the wiki, code, forum, etc. They come along with every clone and (mostly) cannot be deleted from the hi
More ›