Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zwegner
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
zwegner
4y ago
You can choose to get text messages instead for ride notifications. I do that and don't get any spam from them. Still get the stupid "try 1 month free trial" popups whenever I book a ride though, can't see how to turn th
2.
▲
by
zwegner
4y ago
They also sent seventeen emails saying I had a new notification on the day I registered (whereas the web portal said I had zero).
3.
▲
by
zwegner
4y ago
There's a method entirely based on group theory, a version of the original computer algorithm created to solve the cube (the Thistlewaite algorithm) simplified for use by a human [1]. It iteratively solves the cube into simpler groups
4.
▲
by
zwegner
4y ago
Quite a few jazz tunes have chords here: http://songtrellis.com/changesPage Some of the chord charts are machine readable (available as just plain text), while others are images, but looks like all/almost all of them a
5.
▲
by
zwegner
4y ago
> On a modern x86 cpu the ‘xchg’ instruction performs a swap and can do so entirely in the front-end via register renaming. It doesn’t even require a micro-op. This is only true for AMD cpus, on Intel xchg is 3 uops. Still better than th
6.
▲
by
zwegner
4y ago
This maybe isn't what you're referring to, but here's an old Scott Alexander post on this topic, "Epistemic Learned Helplessness": https://web.archive.org/web/20170329000721/http:/
7.
▲
by
zwegner
5y ago
It's not quite what you're talking about, but this comment is a great HN parody that could provide a lot of ideas: https://news.ycombinator.com/item?id=23003595
8.
▲
by
zwegner
5y ago
Yeah my MoYu also has a face or two that sometimes desync. Really annoying. I have a basic case recognition feature, though no statistics are tracked there yet. I also have some code for tracking splits (only CFOP), though I haven't in
9.
▲
by
zwegner
5y ago
Cubeast looks pretty awesome, but it only works in Chrome, which is a non-starter for me. So a few months back I started my own Python/Qt app, which is roughly similar to Cubeast, but less features as of now: https://github.
10.
▲
by
zwegner
5y ago
I think I was a bit lucky, but solved today's (#8) optimally in a minute or two. Pretty cool puzzle, reminds me of this: https://blog.plover.com/math/24-puzzle.html
11.
▲
by
zwegner
5y ago
For a case like that, I'll use rectangular block mode--it's really fast and intuitive, so I'll usually pick that over :s/a/b/g if it's applicable. The whole thing would be something like <ctrl-v>5jec
12.
▲
by
zwegner
5y ago
So an X-shaped straw would have six holes?
13.
▲
by
zwegner
5y ago
The solution partitions the solution space exactly the way I want it to: it was designed for the site this thread is about. Obviously it doesn't work against an arbitrary adversary. My solution is static and doesn't take any clues
14.
▲
by
zwegner
5y ago
This uses different word lists than Wordle/Adversarial Wordle, but still has a 4-guess optimum, no 3-guess is possible. My solver's found about a thousand so far, here's a good one: "abyes choup donut dingo" (note t
15.
▲
by
zwegner
5y ago
I posted this on Twitter last night, but here's my (purported) proof that 4 guesses is optimal: https://gist.github.com/zwegner/508cc183ab94dd27686a40384783... ...and a bit more explanation in the Twitter thread:
16.
▲
by
zwegner
5y ago
In case anyone is still reading this thread, I think four is now proven optimal. Short explanation: https://mobile.twitter.com/zwegner/status/148011092775217561... ...and my code: https://gist.github.co
17.
▲
by
zwegner
5y ago
Four is possible in many ways: aiery canst dolma offal realo tings dampy humph raine scold bulgy ought ureas gilpy cyton conic lutea prosy canid cigar leary ungot camis humph stale groin dampy humph If you&#
18.
▲
by
zwegner
5y ago
Ha, looking at the pictures, I thought "that looks just like the records building in the middle of season 3 of Mr. Robot", and it's the same building. BTW this is unrelated to the thread, but Mr. Robot is an incredible show,
19.
▲
by
zwegner
5y ago
Yeah, I see how the quoting complications make CLMUL pretty hard to use (or just useless). I have a few ideas about how to deal with the quoting/escaping, and if I get some free time in the near future I'll try and code something
20.
▲
by
zwegner
5y ago
Thread's getting a bit old, hope you see this :) Referring to the OP, I'm not sure what exact dialect of csv they're using, but its quoting rules are nothing like Excel's: quotes are escaped with a separate character (po
21.
▲
by
zwegner
5y ago
Good points all around. Not sure what the OP's requirements are, but judging by their current code, CLMUL should do nicely (or they have a bug). And also, thanks for that example. Clearly I don't know CSV well enough--are quotes i
22.
▲
by
zwegner
5y ago
CLMUL in general is a bit weird to wrap your head around, but a CLMUL with -1 isn't too tricky: it's like a running 1-bit sum, or in other words, each bit in the result is the parity of all the bits up to that point in the multipl
23.
▲
by
zwegner
5y ago
Pretty similar article from very recently: https://nullprogram.com/blog/2021/12/04/ Discussion: https://news.ycombinator.com/item?id=29439403 The article mentions in an addendum (and Bee
24.
▲
by
zwegner
5y ago
Is the performance difference of PEXT vs. the classic 64-bit magic bitboards actually close to 50%? The very slight latency increase of and/multiply/shift instead of pext should be somewhat offset by somewhat smaller tables (since
25.
▲
by
zwegner
5y ago
> If exceptions are being logged with any level of detail, and an attacker has the ability to provoke exceptions while varying error message content, then the thing that seems safe was just made quite unsafe. Right, I would certainly inc
26.
▲
by
zwegner
5y ago
I don't think that's necessarily (or even probably) true in this case, since the vulnerability only exists where attacker-controlled data gets logged. If a library is just using log4j for some diagnostic messages with no user data
27.
▲
by
zwegner
5y ago
zelda64.com was also the official website when Ocarina of Time came out, presumably because, at the time, the zelda.com domain was already taken by a porn site. That was an interesting discovery for 10-year-old me.
28.
▲
by
zwegner
5y ago
Or even without using any such new technology, it could at least take advantage of the fact that almost all human communication is mediated by computers, and coerce virtually the entire human race into helping it. I think the GP wasn't
29.
▲
by
zwegner
5y ago
I enjoyed DK64 as a kid, but after replaying it recently, IMO it doesn't hold up too well. The collecting isn't bad (though the character switching makes it much worse). My main issue is the core gameplay/controls. Moving aro
30.
▲
by
zwegner
5y ago
I really don't think being accessible to non-programmers is the cause of my issues. If anything, I'd say that targeting non-programmers might exacerbate these issues, because those users would be less likely to realize how unintui
More ›