Viewing profile — cfstras
cfstras
HN member- Joined
- Mon, Aug 04, 2014, 7:43 PM UTC
- HN karma
- 228
- Public activity
- 82 items
- HN profile
- View on Hacker News ↗
About cfstras
No profile information was provided.
Recent public activity
-
comment
Comment #47881330
Demand would go down, so meat companies would reduce breeding to reduce output. Or start an ad & lobbying campaign to increase demand again.
-
comment
Comment #46422288
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 be…
-
comment
Comment #43907416
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 th…
-
comment
Comment #41802749
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 moveme…
-
comment
Comment #37903366
Most languages with macro or templating should be able to define this behavior as a library. Rust and C++ come to mind, for example.
-
comment
Comment #37861367
is this satire? I honestly can’t tell.
-
comment
Comment #35464893
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.
-
comment
Comment #30532880
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…
-
comment
Comment #30532487
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…
- comment
-
comment
Comment #29917879
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 …
-
comment
Comment #29663783
> 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! …
-
comment
Comment #29359749
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!…
-
comment
Comment #27960760
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 …
-
comment
Comment #26293650
You could probably use something like https://github.com/benbjohnson/litestream to backup your signal db.
-
comment
Comment #26293624
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 cosmop…
-
comment
Comment #26142306
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 suffixed = Arrays.asList(…
-
comment
Comment #26100114
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 wi…
-
comment
Comment #26088717
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 coreuti…
-
comment
Comment #25080367
Docker on Mac and Windows both use virtual machines to run a Linux OS, which then runs Docker normally.
-
comment
Comment #25067731
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?
-
comment
Comment #25045453
- 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 publis…
-
comment
Comment #25045053
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…
-
comment
Comment #23735059
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
-
comment
Comment #23735047
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.