Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cfstras
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
cfstras
5d ago
That’s my point, it’s different for each distro & partitioning setup, so I wouldn’t know what to share here. Having a swap partition makes it as easy as adding `resume=/dev/sdXYZ` or `resume=UUID=…` to your kernel parameters.
2.
▲
by
cfstras
6d ago
swap files make setting up hibernation a bit more complicated - in most cases the file has to be contiguous, e.g. you have to defragment it once after allocating. Then, you need to tell the bootloader the byte offset of the file on the part
3.
▲
by
cfstras
10d ago
It‘s going to be a godsend for people with M1 macs when Apple or App vendors decide to drop support for them. The hardware is super capable and will make a great fileserver, TV box or HomeAssistant instance once I‘m done using it as daily d
4.
▲
by
cfstras
5mo ago
Demand would go down, so meat companies would reduce breeding to reduce output. Or start an ad & lobbying campaign to increase demand again.
5.
▲
by
cfstras
9mo ago
A couple years ago, I was at a station waiting for a (delayed) ICE train. I couldn't buy a ticket at the machine or with the app, since the train had already departed (if it had been on schedule). The ticket machine also wouldn't
6.
▲
by
cfstras
1y ago
If my math is right, that gives you 83 clock cycles to calculate a single sample. on a 16 core, theoretically 1333 cycles. that‘s not a lot, considering you don‘t nearly 100% of the cpu all the time.
7.
▲
by
cfstras
2y ago
That same graph had me jump towards the sampling theorem - playing back an animation with linear interpolation creates hard edges, e.g. frequency spikes. I‘m not sure if the movement space is comparable to audio here, but I can‘t see why no
8.
▲
by
cfstras
3y ago
Most languages with macro or templating should be able to define this behavior as a library. Rust and C++ come to mind, for example.
9.
▲
by
cfstras
3y ago
is this satire? I honestly can’t tell.
10.
▲
by
cfstras
3y ago
Fellow German here, I’ve experienced a total of ~2 hours, in one single outage, about 20 years ago. Not even a single brownout since.
11.
▲
by
cfstras
5y ago
Hmm… That makes sense. Though if you are building from source, the only gain you have over regular go tooling is downloading from your favorite mirror rather than github&co. I hope it doesn’t install these source-packages for prebuilt b
12.
▲
by
cfstras
5y ago
What are the golang- packages about in OpenSUSE? Go doesn‘t support dynamic linking (except for non-go-pieces like glibc or via cgo). Do they contain source-code? Or pre-built .a‘s? Both would have a hard time not conflicting with go‘s own
13.
▲
by
cfstras
5y ago
If you want to use this as a toy, sure. But please don’t rely on it for messages you want to actually get delivered: These gateways frequently drop messages for random reasons, or block your IP if you send more than a few messages at a time
14.
▲
by
cfstras
5y ago
> The price for a replica starts at 0.001 ETH. Each time a particular NFT piece is replicated, its next replication cost will double. So be sure to replicate popular pieces early! So who gets the replication fees? Is this just a cash gra
15.
▲
by
cfstras
5y ago
I cannot stress this enough: -webkit-font-smoothing: antialiased Looks _horrible_ on non-retina (read: most external) monitors with macOS. Browsers have sane defaults for every OS! Please retain them rather than making me install T
16.
▲
by
cfstras
5y ago
I'm not convinced congestion pricing will actually fix the problem. Once public transit exists and is more useful than your own car, people will use it. I consistently notice this when visiting larger cities in Germany. Good public tra
17.
▲
by
cfstras
6y ago
You could probably use something like https://github.com/benbjohnson/litestream to backup your signal db.
18.
▲
by
cfstras
6y ago
Yes, as they require a significantly less amount of stuff you need to deal with. WINE needs to implement vast amounts of Windows APIs to make something like .net work, while cosmopolitan limits you to low-level C (and things built on it, li
19.
▲
by
cfstras
6y ago
Java has this since 8: Arrays.asList("hello", "world").parallelStream() .forEach(s -> System.out.println(s)); If you want to calculate stuff, you can List<String> suffixed = Arrays.asList(
20.
▲
by
cfstras
6y ago
ah, that makes sense. Looks like the gdate I'm using only links against libsystem, and I don't have a glibc anywhere. So it's the darwin libc that doesn't have this bug. Testing with https://hub.docker.com
21.
▲
by
cfstras
6y ago
The part about "using the text of the invalid timezone" seems to be fixed in latest GNU date (8.32): $ TZ=EDT gdate Wed Feb 10 13:22:23 UTC 2021 $ gdate --version date (GNU coreutils) 8.32 ... 8.30 (shipped in debia
22.
▲
by
cfstras
6y ago
Docker on Mac and Windows both use virtual machines to run a Linux OS, which then runs Docker normally.
23.
▲
by
cfstras
6y ago
Since the 10,1 is not selling yet, where are these numbers coming from? Are Apple employees publishing benchmarks? Or are randos on the internet just uploading fake numbers?
24.
▲
by
cfstras
6y ago
- I was looking for "desktop-solutions" comparable to Zoom, so WhatsApp and Telegram are out of the question (Telegram doesn't do group calls AFAICS). Some notes: - Wire has published a detailed whitepaper on e2ee. https:
25.
▲
by
cfstras
6y ago
What other popular group video meeting tools are e2e? I know of none. I remember reading a while back that Zoom claimed a few times they were e2e-encrypted, but what they meant was transport encryption.
26.
▲
by
cfstras
6y ago
People have also found that you used to be able to discover the other routers in your „Carrier-Grade-LAN“: https://media.ccc.de/v/32c3-7133-beyond_your_cable_modem
27.
▲
by
cfstras
6y ago
CG-NAT, more specifically DS-Lite, is being used by lots of ISPs in Europe. In Germany, it has been the default for new consumer contracts for ~6 years now.
28.
▲
by
cfstras
6y ago
The mumble protocol is a nicely documented example for using encrypted Opus (OCB-AES128) over UDP: http://mumble-protocol.readthedocs.io/en/latest/voice_data.h...
29.
▲
by
cfstras
6y ago
If the qualifying process is long and expensive, doing a one-off fix does seem more logical. This is assuming you can be sure the fix really is isolated. I do feel like a lot of companies over-exaggerate the need for multiple supported rele
30.
▲
by
cfstras
6y ago
This is an entirely different problem - your customer doesn’t install releases, but they do install fixes? What is the reason for that?
More ›