Viewing profile — qbane
qbane
HN member- Joined
- Mon, Jul 29, 2019, 6:01 AM UTC
- HN karma
- 371
- Public activity
- 115 items
- HN profile
- View on Hacker News ↗
About qbane
Recent public activity
-
comment
Comment #49212374
This is an important context: the site is more likely to be targeted by scrapers because it is a curated collection of scraped information.
-
comment
Comment #49211617
> And yes, my site gets its data by scraping those public documents. So I'm a scraper writing a blog post complaining about scrapers. I'm aware of how that sounds.
- story
-
comment
Comment #48719463
I pondered for a while, it IS the company I used to know
-
comment
Comment #48655432
> LLMs are as good as almost any security researcher, and anyone can run them. I wonder what the metrics are. Also, not "anyone", just the affordable.
-
comment
Comment #48646278
You could, but by targeting a specific Electron app the mindset would be much simpler. Just take a look of how many times does the dev behind VS Code decide to upgrade their Electr…
-
comment
Comment #48627940
I doubt the benefit. Practically every Electron app on a desktop uses different versions of Chromium and many are very out of date because of the risk of breaking when upgrading.
- story
-
comment
Comment #48115241
I wish Google can bring back the OG Pixelbook, where "AI" merely means Google Assistant.
-
comment
Comment #48068450
I realized that my mentioning UUID without v4 was misleading.
-
comment
Comment #48059332
Okay, sightly more bits than UUID v4. The whole article is merely reasoning "why at least 128 bits are required", and if you smuggle some non-random data inside these bits the entr…
-
comment
Comment #48051410
Note that when neither is supplied, the text mode is the default. This is why I said that it is the C library handling the "b" flag.
-
comment
Comment #48051282
tl;dr we reinvented UUID and it works well
-
comment
Comment #48044035
It's C library taking care of the "b" part for you according to the article.
-
comment
Comment #47816572
There is even a table copy-pasted into a paragraph without noticing. > What’s needed is something different: > Requirement ptrace seccomp eBPF Binary rewrite Low overhead per sysca…
-
comment
Comment #47755251
null hypothesis bot
-
comment
Comment #47737049
Reminding me of the Shoelace [0] project, which was rebranded as Web Awesome. The original (v2) repository was then archived. [0]: https://shoelace.style/
-
comment
Comment #47665476
The watch is interactive! Nice detail
-
comment
Comment #47509857
Productivity is finite. If you pivot entirely to the AI stack, you're going to lose bandwidth for everything else. It's an opportunity cost problem.
-
comment
Comment #47475152
A better example would be to use LLMs to generate passwords or secret keys. Then even if it looks random to human, the inherent bias would make it a security disaster.
-
comment
Comment #47346671
You can still obfuscate JS heavily and make a VM that executes also obfuscated code calling arbitrary browser APIs. At least In WASM everything is sandboxed so the attack surface i…
-
comment
Comment #47124220
cf. Kagi is a good take
- story
-
comment
Comment #46703284
Remember: It is a company that keep saying how much production code can be written by AI in xx years, but at the same time recruiting new engineers.
-
comment
Comment #46676352
The "source" link at the footer seems to point to the author's GitHub profile, not source repository. The repo under it contains no code either.