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…
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.
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…
Steam has supported native Linux games for a decade.
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.
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://fennel-lang.org/fennel/fennel.lua. However…
And it is a feature. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes...
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.…
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
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…
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…
> 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…
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. If…
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…
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,…
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!"
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…
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…
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…
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…
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…
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.
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…
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…
Referer https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Re...
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…
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.
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…
Steam has supported native Linux games for a decade.
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.
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://fennel-lang.org/fennel/fennel.lua. However…
And it is a feature. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes...
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.…
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
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…
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…
> 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…
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. If…
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…
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,…
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!"
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…
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…
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…
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…
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…
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.
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…
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…
Referer https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Re...