It's so naive to think that US companies won't do (or aren't already doing) the exact same thing but for money.
HN user
skupig
I have a less powerful PC in my living room that's connected via ethernet
Nope! That's just how a normal conversation works.
I'm looking at the performance stats streaming a game to my living room PC right now, and total latency is about 4-5ms, which would be unnoticeable even on a 120hz TV.
Maybe you're out of touch, they pretty much look like the typical young nerd from Seattle.
If you already have a powerful desktop PC in your house, streaming via Sunshine/Moonlight is pretty much perfect these days.
We call them "jokes"
The article glosses over this, but it looks like the next variable in the struct is conveniently the first parameter to the function, so you can run arbitrary code with system() or whatever. But, yeah, you would need some other exploit to defeat ASLR.
You would also need some sort of ASLR leak to make this exploitable
I'm not really sure what your point is. That was just the most recent paper linked on that repo, which is a convenient list of some relevant papers. There are probably a lot more recent studies, but it does convincingly show that models are still absorbing bias in a way that can affect prediction.
There has been plenty of research that shows LLMs encode social biases. It seems pretty obvious even before looking at the research that training on the whole internet will end up encoding widely-held social biases and stereotypes.
It's not OK, but it's a fact.
That "opt-in" is going to be a vaguely-worded auto-filled checkbox and the "consent" will be stretched far beyond what any user thinks they're agreeing to.
That doesn't make any sense. The US enjoys its position of economic power because it has the reputation and wealth to attract skilled people and keep them here.
You can automatically be a citizen through descent of most countries in Europe and Asia, and everywhere in North America.
https://en.wikipedia.org/wiki/Jus_sanguinis#Jus_sanguinis_st...
I don't think that's necessarily true, I think companies are lazy and highly invasive anticheat is an easy win they can license from a 3rd party. Algorithmic security, server-side heuristics, and human review can get you far. I have very, very rarely seen a blatant cheater in Overwatch (maybe 3 times in 10 years?), for example, and yet it's been playable via WINE for almost its entire lifetime.
I think the effect the author is talking about is definitely caused by atmospheric scattering, but the painted effects are different. Those are more likely inspired by overexposure, aberration, HDR, etc. Makoto Shinkai specifically is a filmmaker and often emulates camera effects like lens flare.
People are definitely trying to make HN bots because I have seen several get flagged. No idea to what end though.
Ever heard of Dota 2? PUBG? Team Fortress 2?
This is totally unrelated so I have to assume that you didn't realize your post looks like it has a random Nazi dog whistle in it, if you were wondering what that other person's comment means.
You can use yabai without any of the tiling functionality (set the default mode to "float"), I have actually been using it with BTT to fix this exact problem. Thanks for letting me know that a fix has been added directly to BTT though!
This was downvoted so I'm not sure people realize that no, literally, the police have no obligation to help you:
https://en.wikipedia.org/wiki/Town_of_Castle_Rock_v._Gonzale... https://en.wikipedia.org/wiki/Maksim_Gelman_stabbing_spree#L...
The share button doesn't show up on Firefox for some reason?
Fun stuff! It would be nice to be able to make longer patterns. Maybe by having triggers that play randomly or every nth loop, like a lot of drum machines do.
https://beats.lasagna.pizza/?name=hakkernuse&bpm=141&i0=K100...
Yeah, I had the same experience. I had an embedded project where I would need to use C libraries, and it seemed like a great excuse to try Zig, but it spat out a ton of esoteric errors I couldn't be bothered to figure out and I went back to Nim.
The USB host code is in fs/drv/usb: https://git.sr.ht/~vdupras/duskos/tree/master/item/fs/drv/us...
Not that I can read any of it... Forth looks unlike any other language I've ever seen o_O
Every single one of these sections sounds like it should take 3x as long
Some people choose to have principles and live by them. Self-hosting email isn't really worth the hassle IMO, but switching to a smaller provider is (I moved to Fastmail).
CS has a concept of "trust factor" which groups people more likely to be cheating in the same game. If you ever queue with a friend with a low trust factor (which happens a lot if they're on a smurf account), there are cheaters in pretty much every game... seeing that many blatant cheaters has really made me think there must be a lot of smarter cheaters flying under the radar in regular games. It's basically impossible to tell whether someone is wallhacking or if they have really good game sense.
Nice UI, but I think someone needs to say it: there's no novel concept here, I've seen the exact same game printed in magazines and on kids' menus. If you're trying to catch people's attention, you need a clever gimmick that they haven't seen before.
There's still not much reason to recurse using the program's own call stack rather than having your own stack structure that can live in dynamic memory and be handled in a context-appropriate way (e.g. returning an error at some depth limit rather than being killed by the OS).