Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
80x25
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Grit
(grit.io)
1 points
by
80x25
3y ago
|
0 comments
2.
▲
CSRFing VS Code's Debug Adapter Protocol
(mcnulty.blog)
2 points
by
80x25
3y ago
|
0 comments
3.
▲
The excellent Arc browser is now available for anyone to download
(theverge.com)
6 points
by
80x25
3y ago
|
2 comments
4.
▲
Hacking Auto-GPT and escaping its Docker container
(positive.security)
2 points
by
80x25
3y ago
|
0 comments
5.
▲
by
80x25
3y ago
https://www.mcnulty.blog/ Posts about the Web and the software that powers it. Light on content right now but will hopefully change that soon.
6.
▲
by
80x25
3y ago
Interesting idea. I signed up. I noticed that the email confirmation links are using http:// vs. https:// . Chrome has started to flag http:// links with a full-page speed bump, saying it is insecure. Perh
7.
▲
Mark Zuckerberg: “VR / AR strategy” (2015)
(techemails.com)
1 points
by
80x25
4y ago
|
0 comments
8.
▲
Bill Gates Tries to Install Movie Maker
(techemails.com)
8 points
by
80x25
4y ago
|
1 comments
9.
▲
Do Users Write More Insecure Code with AI Assistants?
(arxiv.org)
1 points
by
80x25
4y ago
|
0 comments
10.
▲
by
80x25
4y ago
Here's the researcher's write-up of the issue with more details: https://spyclub.tech/2022/12/14/unusual-cache-poisoning-akam... Interesting research and super useful write-up! My observations: - Th
11.
▲
Forming a W3C Solid Work Group
(lists.w3.org)
2 points
by
80x25
4y ago
|
0 comments
12.
▲
by
80x25
4y ago
This is spot on. I'm very glad to see this post mention the "No Silver Bullet" essay. Despite being written in 1986, it continues to provide a relevant, skeptical view on the impact of these LMMs on software. It even has a se
13.
▲
The Arc browser is the Chrome replacement I’ve been waiting for
(theverge.com)
3 points
by
80x25
4y ago
|
1 comments
14.
▲
by
80x25
4y ago
I find myself returning to this blog post about once a year. It think it has aged pretty well in the decade since it was written. One thing that definitely did not pan out is being able to understand the source of a website/web app bec
15.
▲
Learn to Read the Source, Luke (2012)
(blog.codinghorror.com)
1 points
by
80x25
4y ago
|
1 comments
16.
▲
by
80x25
4y ago
"Use OSS" is very close to if not the same as "Build". To adopt an OSS approach for SSO, the startup still needs to dedicate resources to researching the OSS options, deploying the OSS, integrating it, and most important
17.
▲
by
80x25
4y ago
This post seems to suggest that a SaaS startup would consider creating their own SAML implementation. If a SaaS startup is considering creating a homebrew SAML implementation, they are doing it wrong. When it comes to SSO, "buy" i
18.
▲
Dancing in the Debugger – A Waltz with LLDB (2014)
(objc.io)
1 points
by
80x25
4y ago
|
0 comments
19.
▲
What is Web 2.0 (2005)
(oreilly.com)
2 points
by
80x25
4y ago
|
0 comments
20.
▲
by
80x25
6y ago
The rust+wasm story is quite nice these days. I've been working on a rust+wasm SPA for a few months and I have yet to run into issues with the tooling (wasm-pack, wasm-bindgen, etc).
21.
▲
by
80x25
7y ago
clang-cl seems promising: https://clang.llvm.org/docs/UsersManual.html#clang-cl
22.
▲
by
80x25
7y ago
Perhaps your comment was meant to be tongue in cheek, but it sounds like this data exchange is a replacement for the World Wide Web? It's not IPFS is it?
23.
▲
by
80x25
8y ago
> This bubble is worsening unemployment. By what measure?
24.
▲
by
80x25
9y ago
These mitigations feel like a half measure. To quote the Spectre paper: "Even code that contains no conditional branches can potentially be at risk." "long-term solutions will require that instruction set architectures be upd
25.
▲
by
80x25
9y ago
That's 200 resources per CF template. That's a massive CF template :)
26.
▲
by
80x25
9y ago
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuid... Am I a missing something? Nothing in these docs about a 100 resource limit
27.
▲
by
80x25
10y ago
PMD and FindBugs really complement each other: http://stackoverflow.com/questions/4297014/what-are-the-diff...
28.
▲
by
80x25
10y ago
tokio-curl uses libcurl internally
29.
▲
by
80x25
10y ago
*db is common nomenclature for debuggers: gdb, lldb, cdb, pdb
30.
▲
by
80x25
10y ago
The issue with that approach is that it allows man-in-the-middle attacks, because all of the characteristics you are suggesting the browser validate can be faked if the root is untrusted.
More ›