Viewing profile — justusthane
justusthane
HN member- Joined
- Tue, Dec 02, 2014, 10:19 PM UTC
- HN karma
- 3,106
- Public activity
- 933 items
- HN profile
- View on Hacker News ↗
About justusthane
https://www.justus.ws
Recent public activity
-
comment
Comment #49252330
The author’s take on this in the Mitigations section makes sense to me: > Remove the timeout, and a legitimately stuck core hangs the platform on the first SMI. Increase the timeou…
-
comment
Comment #49209426
I don't think was unkind, and I think that if you make something public, opinions are always warranted.
-
comment
Comment #48947520
When someone says "I nearly had a heart attack," it's _highly_ unlikely that they actually nearly had a heart attack. I don't think the chances are good that anyone actually had a …
-
comment
Comment #48936033
I really worry about AI leading to the information death of the internet. If everyone is getting their info from AI, rather than actually reading websites/blogs/forums, is there an…
-
comment
Comment #48935985
Is this what you're talking about? https://www.star.nesdis.noaa.gov/goes/conus_band.php?sat=G16...
-
comment
Comment #48920675
Apologies for my tardy response. I tried it and am disappointed to report that it does not, in fact, "just work", but migration is easy anyway - there's a "File to DB graph" import…
-
comment
Comment #48910440
This is a minor nit, but why is OP's script a Python script with a .sh extension? I know the extension doesn't "matter", but if I see a .sh extension I'm expecting a Bash script.
-
comment
Comment #48900881
I would assume that it “just works”. I’ll try it tomorrow and report back.
-
comment
Comment #48884255
I’ve found croc to be more reliable than MW in across different network architectures — croc has worked in places where MW has not. I’m not sure why.
-
comment
Comment #48868081
> then suggested I did get hired for my cybersecurity expertise, that I do take my obligations seriously, and he could just ask me to do whatever they were planning to do from the …
-
comment
Comment #48839000
Isn’t that already what DMARC does though? For DMARC to pass you need DKIM _or_ SPF alignment, not both. It’s designed that way because there are scenarios where SPF _can’t_ pass (…
-
comment
Comment #48831471
What is it about this that makes it particularly hard to OCR?
-
comment
Comment #48781506
Also very interested in this. I was playing around with doing the same thing with YaCY. I want the proxy aspect so that I can proxy my phone traffic through it as well.
-
comment
Comment #48774602
I've seen this solved in some platforms with localstorage, so that it automatically saves your "draft" as you type and seamlessly restores it if you re-open the page. It was a real…
-
comment
Comment #48685679
Really? I’d think more like chaotic good -> lawful neutral (at best).
-
comment
Comment #48630282
No, they're very different. Using webkitdirectory="true" on an element just allows you to select a directory to e.g. upload it to the server. It's a one-time operation. This API re…
-
comment
Comment #48630154
The article also contradicts itself halfway through: > There remains a clear penalty for being an open LLM user. The conversation here _around_ the article is interesting, but the …
-
comment
Comment #48618132
Parent commenter is saying that they do this _after rooting their phone_
-
comment
Comment #48507536
You could look into Podman as well - it's rootless by default, and often can be a drop-in replacement for Docker.
-
comment
Comment #48503168
That’s a really interesting and pretty neat approach. How do you communicate with it? Just su to that user? Or tmux? Although I can’t help but think that a VM is still more conveni…
-
comment
Comment #48113789
I have "Agree" and "No thanks" buttons on my cookie banner. Tested on FF and Chrome (Windows) and Safari (iOS). Maybe a UI bug for you?
-
comment
Comment #48078412
I was excited to see there's a Canadian one, but it's just a Wordpress blog?
-
comment
Comment #47974050
It's the cable that is supposed to reverse itself and not the device? I'm not entirely sure I buy that - seems like it would add a lot of unnecessary complexity to every cable.
-
comment
Comment #47973122
I wasn't either (insomuch as I had never thought about it), but it makes sense if you think about it for a second. If you have one end plugged in one way, and the other end plugged…
-
comment
Comment #47963289
His comment is _not_ wrong. He says "I agree with the article, FastCGI is better than HTTP for these things." "These things" being the communication between a proxy and the backend…