Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Polycryptus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Polycryptus
4mo ago
I'd call crates the beginning, and those came with the Mann-conomy update in 2010.
2.
▲
by
Polycryptus
5mo ago
I really can't agree, there are so many great VNs out there and DDLC only really stands out in that it plays heavily to the English-speaking world's preconceived notions of VNs as "nothing more than simple dating simulators&q
3.
▲
by
Polycryptus
9mo ago
That's already an option, too.
4.
▲
by
Polycryptus
9mo ago
There is video of the accident floating around. I recommend against going looking for it...
5.
▲
by
Polycryptus
3y ago
For anyone curious, the video: https://youtu.be/xFKFoGiGlXQ
6.
▲
by
Polycryptus
3y ago
Agreed, I've been through something like this before and it was not legit. They'd compromised a Bangladeshi police email account and used it to try to get data out of us.
7.
▲
by
Polycryptus
3y ago
That's right, there's no guarantee the data hasn't been tampered with after encryption. The mechanics of the tampering you could do depend on the cipher mode you use. To give a simplified example (which doesn't match wha
8.
▲
by
Polycryptus
3y ago
Short for "voice (boi) changer (chen)"
9.
▲
by
Polycryptus
3y ago
Steam on Linux already uses LD_PRELOAD under-the-hood to load the overlay. Valve signs the overlay SO files, so they could be making an exception for Valve-signed-preloads in VAC, but it's also possible that VAC does something else to
10.
▲
by
Polycryptus
4y ago
This is a good way to go; also the affiliated wikis, forums, and subreddit can be a useful resource.
11.
▲
by
Polycryptus
4y ago
This could work for domestic requests, but the one example of this I've seen in the wild (and this was mentioned in the original post) involved a request (supposedly) coming from police internationally. Though, requests from foreign po
12.
▲
by
Polycryptus
5y ago
That's a matter of repository policy, but yes, Flathub (by far the largest and most popular repository) allows for this. I believe that they generally put a disclaimer that it's not an official package in the description, and allo
13.
▲
by
Polycryptus
5y ago
I've heard that it works fairly well on Proton already. In fact, perhaps even better than it does on Windows in some regards as a result of Valve having implemented some mitigations for things the engine does incorrectly in Proton. (Th
14.
▲
by
Polycryptus
5y ago
It's _very_ good at "learn by example" with some twists. It _does_ make mistakes, and I do double check it, but it still definitely saves time. I used it to write the bulk of a new implementation of a new audio backend for a
15.
▲
by
Polycryptus
5y ago
I've been using Wasabi for a project where cost is more important than anything (i.e. a side project with reasonable scale that can't accept income) and on that front it is great. (S3 costs have been atrociously high to us sometim
16.
▲
by
Polycryptus
5y ago
Sorry, I assumed (incorrectly) given we're downthread of a bunch of purposefully awful ideas.
17.
▲
by
Polycryptus
5y ago
You're joking, but I've read that Valve Software does/did something similar, every desk in their office is on wheels so you can move your desk to join up with whatever project you want. Maybe unsurprisingly, I've also re
18.
▲
by
Polycryptus
5y ago
I don't think it's currently possible for any cloud service to make this obsolete, at least in the ways that I'd want to use a portable gaming device. Which is to say, mostly in transit, which tends to have spotty (at best) i
19.
▲
by
Polycryptus
6y ago
> It's not like there were Wallmart exclusive games, right? It doesn't matter too much, but there actually have been... Nintendo's Chibi-Robo Park Patrol was a WalMart exclusive game in the US. (in 2007)
20.
▲
by
Polycryptus
6y ago
It does that for me even _in_ the app, so no, it's just broken...
21.
▲
by
Polycryptus
7y ago
> And the Known Fediverse timeline… Well, it's fun to browse but come on, imagine a timeline of all tweets on Twitter: mostly useless. I remember when I first used Twitter in 2006 or 2007 it actually had that as a feature. It was us
22.
▲
by
Polycryptus
7y ago
Rocket League is not (yet) available on the Epic Games Store, and has not been removed from Steam.
23.
▲
by
Polycryptus
7y ago
Erlang's VM runs a scheduler on top of a number of OS threads. If an actor blocks, that actor won't be scheduled to run until the blocking call is finished, but you won't consume a whole OS threads, and other actors will be a
24.
▲
by
Polycryptus
7y ago
Once you solve the first challenge it tells you to send an email to an @gov.il email address, which confirms it pretty well for me.
25.
▲
by
Polycryptus
8y ago
The use of Pickle isn't uncommon for session cookies in Python apps, from what I've seen. Pickle isn't really a problem unless you end up unserializing untrusted data... which a sign+encrypt scheme is supposed to ensure doesn