HN user

ishouldbework

70 karma
Posts0
Comments30
View on HN
No posts found.

Is it possible South Koreans edge in RTS games is from their compulsory military service?

Unlikely, most players postpone their service as long as possible, and majority does not play professionally again after completing it.

Rebasing in Magit 4 months ago

While faster Emacs would always be nice, I think the idea is you just keep it running. Hence emacsclient program. So startup time is not such a big deal.

Well, speaking just for central Europe, it is pretty average. Sure, entry-level positions are different story, but anyone with at least few years for work experience can find reasonably payed job fairly quickly.

Look, I get that some pages require javascript, but

    <style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style>
which is then unset by JS, with no <noscript> anywhere, is just... I just get white page.

Changing it to

    <style class="fallback">body{white-space:pre-wrap;font-family:monospace}</style>
gives perfectly readable web, so it seem bit... pointless.

It then removes any HTML entities that aren't allowed by the sanitizer configuration, and further removes any XSS-unsafe elements or attributes — whether or not they are allowed by the sanitizer configuration.

Emphasis mine. I do not understand this design choice. If I explicitly allow `script` tag, why should it be stripped?

If the method was called setXSSSafeSubsetOfHTML sure I guess, but feels weird for setHTML to have impossible-to-override filter.

Well, anything POSIX or GNU does support the --. I think most golang libraries as well? And if the program does not, you can always pass the files as relative paths (./--help) to work around that.

For sure though, this can get tricky, but I am not really aware of an alternative. :/ Since the calling convention is just an array of strings, there is no generic way to handle this without knowing what program you are calling and how it handles command line. This is not specific to xargs...

Well, I guess FFI would be a way, but it seems like a major PITA to have to figure out how to call a golang function from bash shell just to "call" a program.

So, uh, this part "Here's the kicker: the URL died exactly 24 hours later. These guys weren't messing around - they had their infrastructure set up to burn evidence fast." was completely made up by the AI or did you provide the "exactly 24 hours later" information out of band in some chat with the AI?

It is not possible for xargs to be used securely

Eh... That is taken out of context quite a bit, that sentence does continue. Just do `cat "$HOME/changed_files" | xargs -r editorconfig-checker --` and this specific problem is fixed.

Gem.coop 10 months ago

Cannot speak for the US, but in Europe immigration is connected to crime increase in general. The Ukraine refugees are one of few statistical exceptions.

Gem.coop 10 months ago

"will put me into a torture camp" for sure, but "devalues my life or personhood" is pretty vague. So, for example, if I value guns and consider them necessary for my well being and personal safety, should I refuse to work with anyone who votes for increased gun control? This sounds like a recipe for very fragmented, unstable society.

We do not have DUI checkpoints in my country, but I would assume they delay the travel due to being, you know, checkpoint. So it might be desirable to take alternative route if you do not want to spend time waiting for the check. I guess?

I strongly doubt this was a reason for the app though.