vietnamese softshell crab
Hacker Newsnew | past | comments | ask | show | jobs | submit | bestcommentslogin

But Flock gives police overconfidence to commit actions instead of having due diligence. It is like the best student in your classroom tells you 2 + 2 = 5, and you naturally feel compelled to believe him, even there is clear evidence against the claim.

This is also comparable to self-driving car: Waymo's system has achieve the level of "less error than human on average" long time ago, but they are still only doing slow expansion. Why? Because when AI is involved, human naturally expect them to be almost 100% correct, not just barely better than human, otherwise why bother use AI (and all the troubles to legalize for AI) in the first place? So in this case, I guess the police just blindly trust the AI being 99.99% correct.


These kinds of rule-based migration safety checks are simple, but hardly complete.

The problem is that some migration safety depends on the state of the database, which isn’t represented in the DDL statement alone. For example, altering a column type is either a no-op or an exclusive locked table rewrite depending on the original type of the column.

There are other footguns that can happen if the column you’re altering is a foreign key, where multiple tables can be locked.

I went down a rabbit hole a few years ago and built a system[1] to introspect a given migration against a live schema, and actually let Postgres tell you what it’s doing[2].

It would be great to have better built-in support for this (EXPLAIN for DDL statements?), but this direction feels safer and more accurate than static rulesets.

Safety also depends on the size/activity of a table being altered (i.e rewriting an empty table is fine). Having an accurate representation of the locks and actions performed by the database lets you integrate with production metrics to actually determine real-world safety across a fleet of databases, rather than guessing.

1. https://github.com/orf/locksmith

2. https://github.com/orf/locksmith/blob/f8798c6ee92bfae10d416c...


This is crazy. Why on earth wouldn’t the respective government spend money to modernize a critical infrastructure like a nuclear power plant?

Safety and reliability come from understanding the system. Something that's old but that you know everything about is far safer than something new. This risk is that the people who know move on, or the sources of replacement parts stop working, or that other things around the system change. Then the risk curve inverts and you find the old system more of a liability than a asset.

Almost always people choose to update things either too early or too late. Knowing when to do something is hard.


Similarly to this, OpenAI either took 3 months to notice that their agents breached an Australian Medicare website back in June, or sat on this information for three months without telling them.

I’ve since learned that overly online keyboard warriors are the least important people to convince. The most important people are on your local city council or state legislature. Furthermore, instead of wasting time with hard cases or elected officials who are dead-set against your ideas, you’re much better off finding and working with people who are already interested in your principles. This often means giving up on your own city or state, at least for the time being, and pursuing a “succeed anywhere” strategy instead.

We're about to have a board vote eliminating single-family zoning (I expect us to win) and this rings extremely true about local politics. If you count "votes" in Facebook comments --- Facebook is where all our local politics happen --- you'd think this is the most contentious issue in the world. But in our last mayoral election, you'd draw the same conclusion about the race being tight, and in fact the progressive rinsed the moderate by a huge margin.

The same thing is very true of public meetings; the turnout for comment at those things is almost never representative of the area's median sentiment. "No" turns out for everything; "yes" rarely does.

I spend a lot of time in online arguments with opponents, on the theory that I'm not really writing to the person I'm arguing with but rather to everyone quietly reading comments. But it's almost certainly the case that the only conversations that have really mattered have been with electeds themselves.


> requiring everyone to be richer than the average member of the population

In the UK, only 47% are net tax contributors. I can't find what the same statistic is for Japan. I don't believe it's wrong for there to be an expectation that they be a net contributor.


Excalidraw offers their own open source first party MCP endpoint[0] and server[1]:

[0]https://mcp.excalidraw.com

[1]https://github.com/excalidraw/excalidraw-mcp


If it was the other way around they would be saying what a hero he is lol.

Kinda off topic, but as a single Father I cant help but notice how much less of a support system Fathers get. When shit hits the fan its always people assuming the worst. A Fathers major support system is their Wives and Family. Good for him for having such a great Woman by his side... Im not complaining, just an observation


> a little behind China on the same trajectory

In my opinion, India is around 30 years behind China. This is unlikely to change for several reasons. However, the primary reason is that no Indian government ever had a manufacturing policy that comes close to China's. The service economy is strong but employs a tiny percentage of the population.

Most of Indian government spending is on welfare followed by endemic corruption. It leaves very little money for nation building.


I am quite sure that learning math has nothing to do at all with investments doing well. Would be a classic example of having made money, but getting the reason for why wrong.

The markets have been uponly since 2020 in general, so no surprise if one were invested, especially in technology, that one would have done well.


Yep. You have to ask - why did OpenAI allow these bots unrestricted access to government sites? Why is security being done in seemingly such a haphazard way?

It isn't difficult to block certain kinds of network traffic, eg restrict the kinds of requests the bots are able to make. They also mention that the bots used developer only tools - why were they even installed on the machines that the bots were running on? Why aren't they reviewing network traffic, to make sure that incidents aren't occurring?

In this case, userdata was transferred to third parties by the bots - why do they have the ability to pass data to a third party? It is not complex to prevent this

This is literally the most basic kind of sandboxing and security, and the fact that OpenAI isn't doing it is clearly intentional. It is quite literally not believable that this hasn't been brought up internally as a problem

>"We have yet to understand the extent of existing incidents, and future rogue AI scenarios could be catastrophic," Krueger said.

This is why it smells like marketing, every time one of these incidents happens it reinforces the false notion that AI is sentient or acting on its own. Its intentional negligence by the AI companies to make the models seem more capable than they are to make line go up


The thing that is patentable isn't "a vibration". It's the exact, specific means through which you produce that vibration.

We've gone from completely dumb eccentric rotating mass vibration to trackpads that you'd swear are actually physically clicking, or the Ice Cubes demo in in Nintendo's 1-2-Switch[0], both of which use linear resonant actuators. Those actuators are themselves a complex enough piece of technology to warrant a patent, and the techniques to simulate the feel or real physical objects using those actuators are pretty damn non-trivial as well.

As a general rule, I find that the patent system is problematic but, within the scope of the system as it exists today, these are perfectly reasonable things to patent.

[0]: https://www.youtube.com/watch?v=HtlqvVfk1-Q


Bizzare self dealing.

Vote out dude who has 84% shareholder control.

Immediately sign yourself a golden parachute deal for 8 million right before getting fired the next day.

Seems like complete breach of fiduciary duty.


Stop framing bad regulation as a case against good regulation.

For something to be considered dead, it must have been alive in the first place, which was never the case with the Copilot PC brand.

Happy to hear India got mentioned by the same executive during that conversation. We are just started buying from them. I went to Semicon India 2026, held in delhi last week. The energy was amazing. Really pleasant. all big names including ASML.

Yeah, I have never understood the over reliance on AI. Writing the code is not the challenge. The time it takes to push a new feature and test it out is often trivial, maybe a few hours.

The real challenge is forming the new ideas in the first place and most of those new ideas coming either from using the code as a product or time spent maintaining and refactoring large code.

Anyways, if you want to continue on the path towards regaining control and take it to the next level I wrote something similar here: https://blog.sharefile.systems/be-brave-go-low/


> Interesting, I don’t see this very often with the latest models.

Strange response. I agree with the parent comment here, plan mode lets me ensure that I have specified everything correctly before it gets built which is far too late. I don't see how an improved models even matter to this workflow. Is Fable going to read my mind?


I’m a big proponent of writing simple, understandable code, so I’m playing devil’s advocate here a bit, but: who cares?

A significant (majority?) portion of developers have been shipping JavaScript/node applications for the last decade that contain hundreds of MB to GB of code from god knows where doing god knows what with dependency trees the size of redwoods. It’s not like your average mediocre dev really knew what was going on behind their gluing of frameworks together - at least from what I’ve seen.

If you have remotely competent tech leadership that enforces relatively intelligent patterns (a good one I’ve found is “write everything backend in rust”) you can make AI churn out monstrous amounts of code that… isn’t all that bad? And if you enforce it writing and updating a docs/API.md on every commit/PR you’re probably doing better than 80+% of devs I’ve ever met. Up until a few years ago it wasn’t uncommon to roll up to a new job that was a “legacy” pile of garbage concocted over 20+ years with no comments or API docs and a readme that tells you to ask for help from someone who has been dead for 5 years. At least AI code is full of comments (some of which might even be accurate) and there’s a finite (relatively low!) cost to figuring out “wtf is this doing and how is it doing it”


A friend works for an airline as a flight simulator tech. Their entire software stack, including the compiler and OS, is FAA-certified.

Then their ancient Honeywell(?) mainframes reached end-of-life they scouted for compatible hardware, of which there was none. The cost of certifying new software, plus the time involved, was astronomical. So, after consulting with the FAA, they paid a hardware company to clone the ancient mainframes in modern silicon. The FAA signed off on it, and they had all-new computers - much smaller than the originals - running the old stack.


Just because some people want something that doesn't suddenly make it reasonable or wise. In this case it's a problem for many already successful people living in Japan currently who will be forced to leave. It's also a problem for Japanese companies who have hired those people or who want to attract foreign talent to positions that pay well, but don't typically leave someone fabulously wealthy compared to most of the people living around them. It's also a problem because the policy is coming in at a time of increased xenophobia and overt racism and while this policy is likely to reduce the total number of foreigners living in Japan, it's unlikely to address the problems people have with the foreigners who will remain, and it could actually make those problems worse.

Giants fan here. Watched the game. Even when it was happening and before knowing any of this, I could tell that Kruk and Kuip were going too far. It was starting to get super uncomfortable.

For those who aren't Giants/baseball fans, Mike Krukow (the Giants' color commentator) is retiring at the end of this season. He and Duane Kuiper have been the Giants' primary TV broadcast team for something like 37 years and have been best friends since they were teammates in the early '80s.

Krukow's mind is still sharp, but he has inclusion body myositis, and it's becoming unsafe for him to be anywhere other than at home.

It's just an emotional situation all around. They both thought that they would probably continue broadcasting together for at least a few more years, and now they're not.

So they're pulling out all of their usual schticks -- including poking fun at the fans -- and taking them really, really far because they know it's the last time.

I'm sure they would agree they went a little too far with that one.


In the case of medicine it goes deeper than that, sometimes nobody really understands why a medication works.

Other common issues - crosswalks and fire hydrants are common questions too, and crosswalks are not called that in most of the world and fire hydrants look pretty different depending on country.

One is abstraction, one is complexity that _you_ own. Even 100 lines of trad-coded C relies on "hundreds of MB to GB of code from god knows where" in the Linux kernel. The difference is, you can perfectly understand that C, and own it. Then delegate ownership of the rest to Linus. If AI writes 1000 lines of C instead, now there's code no human owns in the world.

That's reasonable too. People who move to a new country should be able to support themselves there and have a good chance to thrive in their new home. If the average income of the population isn't enough for that to be possible, your country has bigger problems than immigrants

Where I live in the US there is a movement to A) Prohibit phones from being used in schools B) use textbooks again instead of digital texts C) use handwriting and notebooks instead of Chromebooks for in-class note taking.

While this might help, and I agree with all these steps, I'm concerned that the root of the problem is simply that the online experience has rewired our kids. Not screens per se, but the feeling of a constantly moving social space which demands their attention.


> I think that will open up a vacuum in society for people to build on top of what LLMs will do (and already are doing).

If an AI can replace me on the mental aspects of work, and robotics are on their way to replacing humanity on the physical aspects of work... then what's left? When there was agrarian societies, there were writers, priests, bankers, merchants, and laborers before and after - I really don't think things were that unclear even at the time. Now that we have machines that are close to exceeding humans in every way, what good are humans?


Between 2018 and 2022, we saw the widespread adoption of social media and the rapid digitalization of education. Focusing on these key shifts, it seems clear to me that any kind of electronic learning has had a negative impact on education :p

From https://newpipe.net/blog/pinned/newpipe-and-online-advertisi...:

> In summary, it can be said that sponsoring is a good approach. It is fair and non-discriminating to all users, preserves their privacy, lets creators select their partners themselves, and provides them with a larger share of the revenue. Even though there are some disadvantages, it is more or less beneficial for all sides. [...] Ethical advertising, for example through sponsorship, should therefore not be touched by us. This would turn our key selling proposition from being privacy-friendly to being a gatekeeper for advertising. And this is not what NewPipe ever has been or wants to be. We’ve always stressed that NewPipe’s main goal is to protect the users by maintaining their privacy, not to, e.g., provide features a user would otherwise have to pay for, for free. Regarding SponsorBlock: after a lot of discussion within the team, we decided not to support this system. As stated earlier, we don’t consider advertising in general problematic. It’s the unethical, privacy-invasive systems that are very common today which we consider evil. Sponsorship provides a mostly ethical way of advertising.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: