Viewing profile — nostoc
nostoc
HN member- Joined
- Mon, Mar 29, 2010, 3:30 PM UTC
- HN karma
- 566
- Public activity
- 121 items
- HN profile
- View on Hacker News ↗
About nostoc
No profile information was provided.
Recent public activity
-
comment
Comment #43771759
Instead of catching the `StopIteration` exception, you can simply provide a default case to `next` : next((c for c in candidates if predicate(c)), default)
-
comment
Comment #42408938
AES is kinda useless for securing communications without assymetric crypto, unless you want to be sending keys by courrier.
-
comment
Comment #42078288
It's very much the "how", what were you looking for that's not explained in the blog post?
-
comment
Comment #37998921
It's "Bob" all the way down
-
comment
Comment #37559369
Yeah, because statically typed language never had any kind of deserialization vulnerabilities.
-
comment
Comment #37513371
That ambiguity only lives in the article's title, the queries themselves are all quite clear.
-
comment
Comment #36955301
> . It would be enormous, tedious to build (couldn't use modern lithography), and also consume tons of power. Sounds to me like you're saying that Transistors are more efficient th…
-
comment
Comment #36069952
Just to clarify : What's not true is that Canada jails people for criticizing islam, not that it was claimed : https://news.ycombinator.com/item?id=36061407#36064645
-
comment
Comment #35530691
I suspect AI went that way in radiology not because of the chances of False Negatives, but because radiologist are entrenched in the system and will not yield an insanely lucrative…
-
comment
Comment #35157718
Kali was running everything as root up to a few years ago, I'd be very surprised if this had application sandboxing.
-
comment
Comment #34427373
This project is a boon to all reverse engineers, especially when reversing malware that uses undocumented features of windows.
-
comment
Comment #34358014
I also don't know anyone who refers to it as wolfram, but wolfram is all over the tungsten wikipedia page.
-
comment
Comment #33420518
Powershell is powerful because of the deep integration with the .NET ecosystem, and by extension, the OS. This new shell lacks that, I agree. But I think it's a way harder problem …
-
comment
Comment #31537373
The trucker's hitch is usefull because you get a mechanical advantage to tension your line. Typically, I'd do a bowline on one end first, and tension it with a trucker's hitch. If …
-
comment
Comment #30909587
Still is a fully integrated and mature programming language though. And I do believe you wouldn't have any issue finding people who think the same of J.
-
comment
Comment #30798287
> Sushi: Mostly no (the carbs don't protect you from the insides, the seaweed does) If you wrap seaweed around a sandwich, is it no longer a sandwich?
-
comment
Comment #30798280
It is unnacceptable that what is preached as a universal food categorization system doesn't even attempt to categorize rice.
-
comment
Comment #30798249
True, and while the title is somewhate clickbaity, I think your point was pretty clear in the article.
-
comment
Comment #30722017
Going down the "Some quacks were right, therefore all quacks are right" path will not lead you to a healthy place. Yes, there is inertia in the scientific community, and sometimes …
-
comment
Comment #30614822
I assume by limit OP means the remote system's bandwidth. at 4 billion to 1, there's in practice very little difference between CVE-2022-26143 and what you describe. Both will be c…
-
comment
Comment #30119772
Transitioning was hard, especially with all the libraries in various state of support between 2 and 3, I had a similar experience. But I disagree with you about the separation of b…
-
comment
Comment #29907484
The "OPSEC fairy" as referenced in previous post is typically a random coworker, so no, they generally not have a broad license do tinker with your workstation. An actual OPSEC per…
-
comment
Comment #29849141
Both of your solutions are great but don't fully cover the use case. They are useful for multiline strings, but implicit concatenation is also often used to break long strings that…
-
comment
Comment #29839867
you want to delete a file called '-rf' ? rm ./-rf If you have some weird characters in the filename, you can also let your shell escape whatever character is problematic by using a…
-
comment
Comment #29839774
For anyone who reads this and think it's funny, it is, but do this in the wrong workplace and you'll be the unemployed OPSEC fairy.