Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
missblit
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
missblit
2y ago
Rationalism doesn't involve doing math, but _role-playing_ like you're doing math. There's lots of talk about updating priors and bayes; but in practice a lot of stuff isn't that quantifiable without running scientific s
2.
▲
by
missblit
2y ago
See this is why I once used moon-viewing-ceremony-seperated-values (MVCSV). The Moon Viewing Ceremony emoji was unlikely to show up in my dataset, and not only is the emoji visible, it's quite visually pleasing.
3.
▲
by
missblit
2y ago
Bugs: #1 if you spam the "add a new source" button you eventually get a JavaScript exception logged to the screen due to an array with a fixed max size of 128 elements overflowing. #2 this could be graphics card or driver specific
4.
▲
by
missblit
2y ago
Steam has supported native Linux games for a decade.
5.
▲
by
missblit
2y ago
C++ is a very slow moving language. There are various rumblings about making it memory safe, but if we get a proper memory safe C++ it'll probably be in the '30s.
6.
▲
by
missblit
2y ago
With "[sprintf] unexpected placeholder". This is presumably https://github.com/fengari-lua/fengari/issues/147 . You can workaround it by substituting "%.f" for "%.0f" in https:&#
7.
▲
by
missblit
2y ago
And it is a feature. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes...
8.
▲
by
missblit
2y ago
Hello, Your example paper has omitted non-English characters in the names of anyone who gets cited. Look especially at citation [5], where a lot of the authors have European characters in their names which get omitted. There is also possibl
9.
▲
by
missblit
2y ago
Encodings I have used or been exposed to in my career: ASCII, Latin1, Windows-1252, UTF-8, UTF-16, UTF-32, GBK, Zawgyi, Shift-JIS
10.
▲
by
missblit
2y ago
You are quoting Jia Tan [1]. The malicious actor wrote that comment when deliberately breaking the check in the first place. Fixing headers or extra tests would not have prevented this, as there is no indication the headers were broken in t
11.
▲
by
missblit
3y ago
I used a similar technique in a university class. We were doing a Connect 4 bot tournament, and I wanted mine to be as optimized as possible. But in the end I spent all my time playing around with bitwise operations, so had no time left to
12.
▲
by
missblit
3y ago
> I sometimes wonder how many of its 149,813 ‘characters’ any one human is likely to use, and suspect for most that’s in the low hundreds or less. Chinese sends it's regards. But also text interchange is useful even if most people o
13.
▲
by
missblit
3y ago
He's using the word as meaning "insert", not the JS function. He is saying he inserted a new row into a database to get admin access to a dashboard. 'splice" means to join two things as if by weaving them together.
14.
▲
by
missblit
3y ago
So this is pure speculation, but more people should be aware of parser differentials (same thing as that email thing the other day) so let me say what I mean... Hypothetically say a website has an internal service to index posts for keyword
15.
▲
by
missblit
3y ago
Well the text is HTML entities to escape ASCII text. "People being end with a person. Like everything in OUNASS ProMo CODE Onas OuNaS oNass cOuPOn DiscOUnt NoON SiVvl non toyou NaMshi" Here Sivvi, toyou, Namshi, noon, and OUNASS a
16.
▲
by
missblit
3y ago
The rationale for not wanting SQL solution feels a bit strained. If you don't want an SQL answer just say "Hey buster this is a C++ interview!"
17.
▲
by
missblit
3y ago
I only skimmed it, but it looks like they described this to me. The next sentence: > Although there are numerous ways to select subsets that would prove the initial position results in a draw, we used algorithm 1 to obtain a small subset
18.
▲
by
missblit
3y ago
Besides windows.open I'd wonder if iframes could also be vulnerable if they launch in the same process. Chrome and Firefox both support Out-Of-Process Iframes as part of their security setup; though I'm not sure if Firefox has it
19.
▲
by
missblit
3y ago
Be careful, since at least Chrome may choose a different charset if loading a file from disk versus from a HTTP URL (yes this has tripped me up more than once). I've observed Chrome to usually default to windows-1252 (latin1) for UTF-8
20.
▲
by
missblit
3y ago
The spec may disagree, but webservers do sometimes send bytes outside the ASCII range, and the most sensible way to deal with that on the receiving side is still by treating them as latin1 to match (last I checked) what browsers do with it.
21.
▲
by
missblit
3y ago
I just remove stickers because I hate all manner of visual distractions. If I could find a way to remove etched in / painted on logos from from computer hardware I'd do that too. Got a (pretty good) apron from William Sonoma but i
22.
▲
by
missblit
3y ago
My NUC Phantom Canyon is completely 100% silent after adjusting the fan curves to not turn on the fans until they're needed. It's awesome as an HTPC.
23.
▲
by
missblit
3y ago
Nights into dreams was my favorite game as a kid. The graphics were just mind-blowingly pretty at the time to the point where I had dreams about visiting dreamland. Though the whimsical fantasy setting of Spyro the Dragon on Playstation was
24.
▲
by
missblit
3y ago
The Dreamcast wasn't competing against the Playstation 1, the Sega Saturn was. And price and game library aside it had the hardware to back it up. You can see this in gameplay videos of, say, Nights into Dreams or Tomb Raider. If anyth
25.
▲
by
missblit
3y ago
Referer https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Re...
26.
▲
by
missblit
3y ago
The linked bug report has four examples of it being wrong. And the bug reporter mentions there's no workflow to submit corrections. Also hallutination was probably the wrong word to use for LLMs being incorrect since it might imply the
27.
▲
by
missblit
3y ago
> CSS has caught up to JavaScript ;-) Google CSS houdini (Holy Hell)
28.
▲
by
missblit
3y ago
I know I have accidentally followed like half a dozen people. Looks like the UI is a bit different now but it used to be way too easy to click that button.
29.
▲
by
missblit
3y ago
Measuring the length of text is easy. Now measuring the length of text before actually printing it / running the shaping engine, now that's hard.
30.
▲
by
missblit
3y ago
Hey this is a math fight, no computer architecture allowed!
More ›