Hacker Newsnew | past | comments | ask | show | jobs | submit | ihuk's commentslogin

Reported an obvious sexual ad the other day and got a very AI generated response that started with "Dear Username" stating that they reviewed the ad and found nothing wrong with it.


Before I gave up on Facebook entirely, I reported an ad that was an explicit blow job and received a similar response and this was before AI was huge. I really don't think they've ever cared.


Facebook literally trolls you when you report criminal activity, rampant well-documented scams, on their site. They write back and tell you it's not violating their policy and ask if you want to support for your personal problem.


Absolutely. My uncle got taken by an “investment club” supposedly endorsed by Warren Buffet and run day to day by some real financial person.

All communications were via WhatsApp. They started with real stock tips (which were pretty good actually!) and then did a pump and dump.

See: https://www.cleuremissionfund.com/

I received a similar ad (mine was from the shark tank people), reported it and got a message similar to what you described. They were obviously stealing Mark Cuban’s likeness and peddling an obvious scam.


Section 230 should have never applied to ads. Ads are a commercial relationship. Facebook and YouTube gets paid by these scammers so why would they want to accurately police them? The incentives are broken. Newspapers had to invent all sorts of ways to make sure that they had clear markers between ads, editorial content, and sponsored editorial content. Such things were enforced by lawsuits and a couple of Ad Bureaus. All of those rules should have applied to Meta (Facebook, WhatsApp, Instagram) and Google (YouTube). Just as it was a sign that you were reading a bad/unreliable tabloid when you couldn't tell what was an ad and what was an article, Meta and Google should have that reputation already as vendors accepting payments for bad ads and whitewashing them as other sorts of content and it is still sometimes surprising to me that they don't.


Section 230 doesn't say the advertiser can't go to jail or Facebook doesn't have to tell the police who the advertiser is.


Who goes to jail for displaying the ad in a public place? If I ran say, a shop, and put CSAM up on my notice board (because I was paid to) that would see me in prison, surely.

The lack of accountability here is astounding.


In my case I wasn't even reporting ads. These are plain old Facebook accounts and groups using very obvious AI-generated slop images of pets for 'adoption' or 'rehoming', so Facebook isn't even making money on this directly. They are participating in the fraud purely out of the malice (more realistically, incompetence spiced with greed) in their own hearts.

It's been a very well known problem on Facebook for years[1][2], and the pathetic part is that its so obvious. It really tells you how bad Facebook is with AI, because even I as a regular 1x engineer could wire up some very cheap inference that would lay waste to this fraud pattern as a part-time weekend project.

[1] https://consumer.ftc.gov/consumer-alerts/2024/05/looking-buy...

[2] https://www.bbb.org/scamtracker/lookupscam/807274


My example was a comment that said "only a shame more [hard r n word]s didn't die. we need to get this place cleaned up" and told that was not in violation of community standards.


The Dead Internet Theory is real!


The AI is a gooner


I believe I went to high school with the author, so this took me down memory lane. I wrote an FTP client back in 1999 using only the Win32 API and C. Good times.


There's a better, longer video on Reddit. At the beginning of the video, it sounds like the Ram Air Turbine (RAT) is deployed, which would suggest a dual engine failure.


Dual engine failure with a stall right at the end as it's going in.

Guessing it's either a foreign object ingested into both engines, probably a bird strike, or fuel starvation.


Here's a Reddit video: https://www.reddit.com/r/ahmedabad/comments/1l9i1ga/om_shant...

And here's a YouTube video showing a Ram Air Turbine (RAT) being deployed on a 787 for comparison: https://www.youtube.com/watch?v=oFBCGf50Trc&t=69s


I'm assuming the Ram Air Turbine gives extra evidence of a dual engine failure (or at least the engine that generated power). Engine spools down, power is lost, air turbine needs to be deployed.


Yeah, I believe the RAT is automatically deployed when both engines fail or when there's a critical loss of pressure in the hydraulic systems.


I don't see the RAT deployed on the video on Reddit. Can you tell the timestamp to zoom in? I'm super curious.


Those things are tiny and very transparent (since it's pretty much a propeller) and video compression, plus it's a video of a screen, will eat it up against a clear sky.


https://pbs.twimg.com/media/GtPFDrnbAAA6c68?format=jpg&name=...

It could be the blurry object under the fuselage, just to the right of the left engine.


From another video, the RAT on the 787 is on the right.

New videos came out and so far the prevailing theory is that flaps were retracted too soon. Most likely instead of gear up.


I believe this is the first hull loss of a Boeing 787.


Great --now it’s going to use even more memory.


I jokingly mentioned something like that to my wife when Trump was elected. Now, given the current circumstances, I may not get another chance to visit the US. Still, I’m grateful for the time I spent in California, the people I met, and all the beautiful roads I had the chance to explore.


In 2021 the company received €200 million from the Croatian government and the EU to develop a self-driving car, presumably to compete with US companies. However, they ended up using Mobileye technology. The initial goal was to have the cars on the road by 2024, which everyone knew was unrealistic. Now, the launch is supposedly targeted for 2026 but that's probably unrealistic as well.

During the presentation, they attempted to summon the car twice, but it failed to move. A photo from the event shows an employee holding what appears to be an industrial-grade remote controller.


Here's the photo of the supposed remote control: https://www.24sata.hr/tech/p-robotaksi-pa-ne-ide-siri-se-det...

It does look suspiciously like a 'bellybox' remote control.


"I mean, how hard can it be?"


You don't achieve fault tolerance solely by using Erlang. Erlang does not inherently 'achieve fault tolerance.' Instead, you make your system fault-tolerant through deliberate engineering. While Erlang provides tools and design guidelines, the responsibility for achieving fault tolerance ultimately lies with you. Source: I implemented and operated a large Erlang system for approximately 3 years.


This is exactly why they're asking for example projects...


that's always true. i think the author is interested in code examples of such. and unlike many other frameworks/tools, erlang provides a great pit-of-success for implementing fault tolerance - e.g if you follow common/best practices - you'll achieve a fairly good fault tolerance.


The big benefit in my experience was that I could have a program with real users, that did have errors (from me being new to Elixir and not knowing better) and still not experiencing downtime.

Instead, CPU or Memory would increase over time, hit the VM limit, kill and restart.

So later when I noticed this, I could debug and fix it without simultaneously fighting a prod incident.


I would argue that a lot of public APIs are a mess. We used to joke that instead of firing the bottom 10%, Google just reallocates them to the Android team.


During the early days Android APIs were clearly written by C folks with zero experience in Java programming culture.


During the early days the APIs were written by folks who had to make Java OS work on a 550MHz ARM, 192MB of RAM with software rendering.

"Java programming culture" outright would not work which was obvious to anyone trying to write fast code back then.

(I also wonder how many users are willing to trade off 15% of their battery time to developer java programming culture.)


Java was running on feature phones well before android was a thing.

> "Java programming culture" outright would not work which was obvious to anyone trying to write fast code back then.

And yet Google had enough air to use a half working third party implementation instead of using the bleeding edge Sun JRE.

> (I also wonder how many users are willing to trade off 15% of their battery time to developer java programming culture.)

Apparently many people don't run an adblocker on their mobile browser, so the number of people who don't care must be rather high.


Not that Java. Please don't bring JavaME into "API quality" debate because it's only place is to be ridiculed on the garbage dump of history.

Android was running a full JavaSE on a much larger and higher resolution screen. There's a reason why it lived and all other Java OSes miserably died.


The reason being Google ripped off Sun, and gave Android as free beer to OEMs willing to close their eyes to the way Sun was screwed.

In the end they didn't even bother to make an offer for Sun's assets.

Why bother, they already got what they wanted.

Unfortunately Oracle failed to put them into their place, as Sun did previously with Microsoft.


Except you're talking to a former Nokia employee that knows enough about Symbian and J2ME, and had enough of Dalvik falsehoods regarding JVM implementation techniques on constrained devices.


Yes, I remember meeting many Nokia employees at that time (when there was a still a Nokia Symbian vs. iPhoneOS vs. Android race in progress) and they all seemed to be on the wrong planet when it came to developer mindset.

I distinclty remember Nokia trying to sell us on Qt app development... where apps were only actually able to run on like 2 devices out of their 100+ device portfolio. It was hillarious how misguided they were.


That's a really good point but thinking about it that way brings the decision to use Java at all into question. Clearly iOS/iPhones did great with ObjC in the same era.


Visual introduction to Fourier Transform from 3Blue1Brown: https://www.youtube.com/watch?v=spUNpyF58BY


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

Search: