HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ishouldbework

no profile record

comments

ishouldbework
·22 hari yang lalu·discuss
I wonder how it handles pylint's plugins.
ishouldbework
·3 bulan yang lalu·discuss
> 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.
ishouldbework
·4 bulan yang lalu·discuss
So, fork the action repository and pull from upstream at your own pace?
ishouldbework
·4 bulan yang lalu·discuss
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.
ishouldbework
·7 bulan yang lalu·discuss
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.
ishouldbework
·7 bulan yang lalu·discuss
That should be prevented by dnssec no?
ishouldbework
·7 bulan yang lalu·discuss
> most of the population [..] can vote.

I mean, this is a solvable problem...
ishouldbework
·8 bulan yang lalu·discuss
Fair. My "information" is based on what I heard in my network. :)
ishouldbework
·8 bulan yang lalu·discuss
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.
ishouldbework
·8 bulan yang lalu·discuss
Interesting, that number is much higher than I would expect.
ishouldbework
·8 bulan yang lalu·discuss
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.
ishouldbework
·8 bulan yang lalu·discuss
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!
ishouldbework
·8 bulan yang lalu·discuss
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.
ishouldbework
·9 bulan yang lalu·discuss
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.
ishouldbework
·9 bulan yang lalu·discuss
Funny part is that it used to be a separate file system, before Luca decided to kill it. https://lwn.net/Articles/1041948/
ishouldbework
·9 bulan yang lalu·discuss
I did not notice setHTMLUnsafe exists. That makes it (in my, unimportant, opinion) fine.
ishouldbework
·9 bulan yang lalu·discuss
> 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.
ishouldbework
·9 bulan yang lalu·discuss
Electricity is not a basic commodity required for life. It is convenient for sure.
ishouldbework
·9 bulan yang lalu·discuss
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.
ishouldbework
·9 bulan yang lalu·discuss
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?