Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
alanning
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
alanning
5d ago
Is the intended use to improve automation by agents during verification? To make it easier to drive Godot apps during e2e tests, for example?
2.
▲
by
alanning
6d ago
I think the most interesting part of this story is actually the Playwright-style “driver” that they built into their new apps to support faster verification by the agents. Hopefully they will write more about that in the future.
3.
▲
by
alanning
1mo ago
Not sure if they edited the article after you read it but this is the 3rd paragraph now: “Taking antiviral tablets for 8 to 12 weeks can cure more than 95% of cases.”
4.
▲
by
alanning
5mo ago
Node v22.7.0 added support for TypeScript syntax that requires transformation: `node --experimental-transform-types example.ts` As for whether this matches your definition of "native support" or not... Source: https://n
5.
▲
by
alanning
5mo ago
Off-topic but is there an effort to test AI models against code versions with major historic bugs (Heartbleed, GHOST, log4j, etc)? Seems like the kind of thing that would be relevant in security-related AI benchmarks.
6.
▲
by
alanning
6mo ago
For those looking for help with SOC2 compliance, I had a good experience with another YC company, Vanta. That was some years ago so not sure if anything has changed since then but I would recommend checking them out.
7.
▲
by
alanning
6mo ago
This is a great example for educating devs on the dangers of “set” operations vs. “pull/delete” in contexts where data can be edited concurrently. I would say that the audit log was accurate, though, even though the bad UI design cause
8.
▲
by
alanning
6mo ago
One tool I've found useful in low-power/low-bandwidth situations is the Lynx web browser [1]. Used to be installed by default in most Linux distributions but I think that's probably not the case anymore. Wikipedia says its
9.
▲
by
alanning
6mo ago
The Temporal Cookbook on TC39's site provides examples of how using the new API looks/feels: https://tc39.es/proposal-temporal/docs/cookbook.html For example, calc days until a future date: https:/
10.
▲
by
alanning
7mo ago
I appreciate the time and effort they put into writing that. Interesting to see not only their own art but also the examples from other artists. Any recommendations for getting exposure to other on-the-way-to-being-popular artists like the
11.
▲
by
alanning
8mo ago
My wife and I got a kick out of your “Games at Dave's house” example. Thanks for sharing
12.
▲
by
alanning
8mo ago
Thank you for sharing this. Regarding feedback on whether sandboxing would be useful, yes, please! Including something like Docker sandboxes would make isolating the agent env’s much less of a hassle. As an aside, I’m curious how others ar
13.
▲
by
alanning
2y ago
Google’s efforts there seem laudable. They have an internal db for tracking issues that employees identify, resolve them promptly (according to the notes in the db and their response to the article authors), and generally seem to be taking
14.
▲
by
alanning
3y ago
That is incredible
15.
▲
by
alanning
4y ago
I didn't know what you were referring to since I use FF with NoScript. Enabled javascript for the domain and whoa, that is really hard to read. Very strange choice, the article is much easier to read with the default browser fonts.
16.
▲
by
alanning
4y ago
Which extensions would you recommend for this?
17.
▲
by
alanning
4y ago
For those new to bitshifting, here are the results of the "stuff" operation that @dahfizz describes: 'a' - 'a' = 0, so take 1 and shift it left 0 times: 00000000000000000000000000000001 = 'a'
18.
▲
by
alanning
4y ago
One of the commenters on the blog post stated that the bypass did not work on their Samsung device.
19.
▲
by
alanning
4y ago
“Modern mariners can tack against the wind by setting the sails at sharp angles. That wasn’t feasible 2,400 years ago because sails were fixed then.” From the picture it seems the sail on the replica can pivot around the mast but looks like
20.
▲
by
alanning
4y ago
Yes, that was one of the issues they mentioned in the post. Not that they didn’t have a staging/testing environment but that it didn’t include the specific type of new architecture configuration, “MCP”, that ultimately failed. One of
21.
▲
by
alanning
5y ago
We are seeing errors related to DNS when our lambda services in us-east-1 and us-west-2 try to query SQS. Downdetector reporting more than 1000 user reports in last 15 minutes.
22.
▲
by
alanning
5y ago
Just wanted to add my recommendation for checking into Davidson as well. They offered a summer academy that hopefully will start back up again after covid and also have an online program that may be a good alternative to full home-schooling
23.
▲
by
alanning
5y ago
Ah, the code example doesn't work. User ptx clarified in a separate comment that the author meant it as just psuedo-code; it's value will be different in the next function invocation: https://news.ycombinator.com/
24.
▲
by
alanning
5y ago
Yes, my feelings exactly. :-) Any idea how useState accomplishes the mutation of the n-1 element mechanically? Seems to violate the by-value and by-reference rules in my mental model of how javascript works. I was originally guessing it wa
25.
▲
by
alanning
5y ago
To help clarify for purposes of continuing the discussion the original research did address the issue of minimizing the time of the reviewers [1] [2]. Seems the maintainers were OK with that as no actions were taken other than an implied r
26.
▲
by
alanning
6y ago
Should be noted that NIST’s current recommendations are meant to be part of a number of mitigation’s including checking passwords against known-breach databases, rate-limiting, etc. Without those other mitigations, pw rotation may still hel
27.
▲
by
alanning
6y ago
Vertical-alternating seems very clear to me. Also consider allowing vertical-alternating to “compact“. Reducing blank space may be of value for some designs.
28.
▲
by
alanning
7y ago
Do you happen to have a library/tool you could recommend that helps with this or did you develop something in-house? My startup is implementing most of the NIST rec’s with the help of projects like zxcvbn but we would like to also star
29.
▲
A New Chapter for Meteor
(blog.meteor.com)
2 points
by
alanning
7y ago
|
0 comments
30.
▲
by
alanning
7y ago
The end of the article sums up the repossessors' argument quite nicely: “If you take all the BS that they’ve thrown out, and you take our BS, and you take it down, it’s a very simple concept,” Heinkel says. “They have taken their stuff
More ›