I wonder how it handles pylint's plugins.
HN user
ishouldbework
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.
So, fork the action repository and pull from upstream at your own pace?
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.
Finding a licensed therapist, especially one covered by health insurance, who takes new patients, can be a challenge in some areas. So while it obviously is a bad idea, I can hardly blame people in a bad place looking for at least some help.
That should be prevented by dnssec no?
most of the population [..] can vote.
I mean, this is a solvable problem...
Fair. My "information" is based on what I heard in my network. :)
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.
Interesting, that number is much higher than I would expect.
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.Huh, I had no idea the <profile> argument to -P is optional (--help does not say), I was always using --ProfileManager instead. Nice quality of life improvement, thanks for the information!
I do not believe that is dang's point. He often posts comments like these under recurring posts, I assume in hope that the past discussions could also be of interest to the readers.
Well yes, but the complication is that Luca is both systemd developer and debian developer, so the passing of the baton did not really happen here.
Funny part is that it used to be a separate file system, before Luca decided to kill it. https://lwn.net/Articles/1041948/
I did not notice setHTMLUnsafe exists. That makes it (in my, unimportant, opinion) fine.
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.
Electricity is not a basic commodity required for life. It is convenient for sure.
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.
Oooh I see, thanks!
Word of the day, 吹き替える. TIL.
One question if you have a minute. Why is it アメリカだけに吹き替えされている instead of 英語だけに吹き替えされている?
Well, https://link.springer.com/article/10.1007/s10611-024-10144-y seems to claim there is a link for sexual crimes. This paper suggests that there is some delayed effect https://www.sciencedirect.com/science/article/pii/S092753712....
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.
"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.
Can you make the browser window smaller?
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.
If I was sure my code had no bugs, I would not need unit testing.
True, but if you are doing AI, money is mostly free.