Demand would go down, so meat companies would reduce breeding to reduce output. Or start an ad & lobbying campaign to increase demand again.
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…
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.
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,…
Most languages with macro or templating should be able to define this behavior as a library. Rust and C++ come to mind, for example.
is this satire? I honestly can’t tell.
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.
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…
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…
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…
> 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…
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…
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.…
You could probably use something like https://github.com/benbjohnson/litestream to backup your signal db.
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…
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("hello",…
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/_/busybox, it…
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 debian…
Docker on Mac and Windows both use virtual machines to run a Linux OS, which then runs Docker normally.
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?
- 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.…
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.
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
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.
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...
Demand would go down, so meat companies would reduce breeding to reduce output. Or start an ad & lobbying campaign to increase demand again.
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…
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.
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,…
Most languages with macro or templating should be able to define this behavior as a library. Rust and C++ come to mind, for example.
is this satire? I honestly can’t tell.
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.
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…
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…
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…
> 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…
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…
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.…
You could probably use something like https://github.com/benbjohnson/litestream to backup your signal db.
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…
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("hello",…
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/_/busybox, it…
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 debian…
Docker on Mac and Windows both use virtual machines to run a Linux OS, which then runs Docker normally.
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?
- 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.…
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.
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
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.
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...