Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
madamelic
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
madamelic
7d ago
That is either an old story or you are on v12 because mine used to do it often and I haven't seen it in at least a year from my recollection. The newest versions are really good. Waymos aren't without fault either, they smash the
2.
▲
by
madamelic
7d ago
It really radicalized me on the "Programmers don't understand [x]" series of articles. A lot of problems would just be solved by trust-but-verify information. If a user wants to put non-sense in a text box, that should be a &
3.
▲
by
madamelic
7d ago
FSD avoiding a deer at night at highway speeds: https://www.youtube.com/watch?v=eWAmZBEK2Wk FSD driving in decently heavy rain (this is mine): https://www.youtube.com/watch?v=uKePEavEhv Both of the above ar
4.
▲
by
madamelic
7d ago
You are correct but I think previous comment hung on specific word you used: "semi-autonomous". What that would mean is a system that still requires attention / supervision. What I believe you meant is an AV that still has hu
5.
▲
by
madamelic
7d ago
> Haven't wealthy people spent most of history paying someone else to drive for them? My understanding is that it is a legal and safety liability for them to drive. The driver is employed by and the car is owned by a company that th
6.
▲
by
madamelic
7d ago
Another consideration that needs to be made before tossing out private transit because "public transit is better" is not all people are able bodied, able, or willing to use public transit. If it is 2am and you need to get home as
7.
▲
by
madamelic
7d ago
I have been playing with something similar and I see these types of projects all the time. My criticism of things like this is that they seem to rely heavily on the ~*~magic~*~ of LLMs to do everything and try to paper over gaps with major
8.
▲
by
madamelic
7d ago
When I lived in Jersey City, I committed the crime of living at a 1/2 address. Literally nothing could get delivered to me if they used a Google Maps address bar. My address just didn't exist at all to that search bar. It could be
9.
▲
by
madamelic
15d ago
I do sometimes wonder if we are all writing more than we would if we just wrote the code ourselves. I am asking that partially as a rhetorical question but also wondering your thoughts on when to deploy 'loop engineering' versus &
10.
▲
by
madamelic
1mo ago
Shouldn't you instead envision large payments hitting the business account and a yearly dividend first? That will happen before you sell the company.
11.
▲
by
madamelic
1mo ago
I mean sure, if you can convince whoever holds it to sell and also have at least a few million dollars to burn.
12.
▲
by
madamelic
1mo ago
That's a fair point. I knew I was going to popped for the comment about it being an infinite space, haha, because it definitely isn't but domain names don't necessarily have the physical constraints land does. There's no
13.
▲
by
madamelic
1mo ago
Domain names are a mess in my opinion. Even though we have over a thousand TLDs only a very small handful are considered for commerce or even thought to be valid. I have a domain name with the TLD of "today". Many people think my
14.
▲
by
madamelic
2mo ago
<not asking in a mean way> Not enmeshed in game development and have only done it very lightly: what takes a game like this 1.5 - 2 years to finish? Like at a minimum, it's art, sound, graphics, and programming. If they are re-us
15.
▲
by
madamelic
3mo ago
Hmm. That's an interesting idea. I have never distinguished between playwright and chrome MCP, I generally just tell it "use a browser MCP" but I do have different ones installed on different computers.
16.
▲
by
madamelic
3mo ago
Nope, it's done it tons of times before without problem. I will tell it almost verbatim "use [email] / [password] as credentials and log in to test your changes" and this is being done explicitly on localhost on a server
17.
▲
by
madamelic
3mo ago
Today I told Sonnet (!) to use a browser MCP to enter a username and password for the project it is working on, it told me that it can't do that because it violates its security protocol. This worked fine before. I love Claude, I have
18.
▲
by
madamelic
3mo ago
Not sure the panic. I get that it doesn't seem great to target China-based users but makes perfect sense when you consider why Fable was taken down from public access. I doubt Anthropic is cackling maniacally behind the scenes, this wa
19.
▲
by
madamelic
3mo ago
> Ultimately the only protection is to limit the powers we grant to any given LLM to reduce the fallout when (not if) things go wrong (much like we do with people). I have been working on something like that: https://clawband.
20.
▲
by
madamelic
4mo ago
> we are looking for is a portal or protocol that has the model and harness and the actions tunneled, like ssh, to some fixed scoped and limited shell along side the assets then, the user and LLM can the negotiate assets and actions as n
21.
▲
by
madamelic
4mo ago
It's true. I think most people would be horrified about how I run. I just have a hook that blocks obviously unsafe commands (removals, reading secrets, etc) but other than that, the agent is free to do whatever it wants on my machine.
22.
▲
by
madamelic
4mo ago
Super dumb question as someone who has been using some form of AI for dev since 2023: How does having an AI audit external code help? Can they not be prompt injected to ignore a malicious change? I guess I am sort of concerned that they are
23.
▲
by
madamelic
4mo ago
An interesting experiment could be re-wording some of these and seeing how different the rankings are. So have an alternate card titled "Promoting your country" rather than "Propaganda" or "Personal Safety" rat
24.
▲
by
madamelic
4mo ago
> Places I've worked that actually seem to have inclusion as a core value I am not sure if you had implied it but that would align with my experience as well: places that tout diversity were the worst places to work (as someone who
25.
▲
by
madamelic
4mo ago
Neat idea. I am more curious about your AI workflow as I stay away from other's tools because I don't trust vibe-code related tools. What is the workflow difference between `fragments/` and `plans/`. They seem logically
26.
▲
by
madamelic
5mo ago
Maybe I am veering into NIH or becoming a tech boomer but it absolutely shocks me the amount of people who will execute a random program off the internet on their computer nowadays. I don't even really use non-mainstream tools anymore,
27.
▲
by
madamelic
5mo ago
Ah ok! Thanks for digging up info that I didn't go looking for myself. That's fantastic news.
28.
▲
by
madamelic
5mo ago
The problem I feel with federated solutions is basically the 'cold start' problem. When you are wanting to join a federated network, you have two choices: join a pre-existing server thereby creating the exact same problem you are
29.
▲
by
madamelic
5mo ago
Hooks are meant to be 'deterministic' because they are only used for executing scripts on a specific step. So, for instance, you can execute your lint on PostEdit so every time it edits a file in your project, the harness runs you
30.
▲
by
madamelic
5mo ago
At least it isn't Bitbucket. I think Atlassian and Microsoft are genuinely in a competition to see who can make worse software and still have customers.
More ›