Hacker News new | past | comments | ask | show | jobs | submit | redbell's comments login

> In other words, it injects spam, but the spam is special because you can't delete it.

During this week, I had a client approached me to build him a Spam Reporter Outlook add-in. He wanted the add-in to be cross-platform (Windows, macOS and Web). I started working on the project by creating a new project in Visual Studio 2022 and choosing Outlook Web Add-in as a template. Once the new project was created and ready, I pressed F5 to run the boilerplate, "Outlook.com" was launched in the browser (Edge) and it took forever to load! The loading spinner keeps turning.. then I realized, there was an error in the code and the execution was held until I choose 'Step Forward'. I was really puzzled why a fresh project could crash in the first attempt, then I quickly noticed the error was not in the project's code but in another .js file that was loading in Outook.com tab, checked the js URL just to find the domain it belongs to is unusual (at least for me),it reads something like "https://www.taboola.com/loader.js". To add insult to injury, this file was reloaded every time I clicked on a different email, it drove me crazy when I realized this "loader.js" was actually an ad injector, there was plenty of spammy ads on the right side of each email opened. Somehow, I was able to block this whole garbage by simply accessing the "Network" tab, find this .js devil then blocked it. Only then, I could continue to work on this project peacefully!


Sounds like you might have viruses TBH

It's really hard to stick to your original goals after you achieve unexpected success. It's like a politician making promises before the elections but finding it difficult to keep them once elected.

On March 1st, 2023, a warning was already sounding: OpenAI Is Now Everything It Promised Not to Be: Corporate, Closed-Source, and For-Profit (https://news.ycombinator.com/item?id=34979981)


Sutskever [1], Karpathy [2], Schulman [3], and Murati today! Who's next? Altman?!

_________________

1. https://news.ycombinator.com/item?id=40361128

2. https://news.ycombinator.com/item?id=39365935

3. https://news.ycombinator.com/item?id=41168904



you've also got Brockman taking a sabbatical, who knows if he comes back at the end of it

I don't think Altman will push himself out a window.

> Redis CEO Rowan Trollope defended his company's move away from the more permissive interpretation of open source. He said the decision was designed to prevent AWS and Google from charging for Redis in their database services without paying for it.

This seems to be a similar reason why Elastic Search moved from open source.

From the founder/CTO of Elastic:

I never stopped believing in Open Source. I’m going on 25 years and counting as a true believer. So why the change 3 years ago? We had issues with AWS and the market confusion their offering was causing. So after trying all the other options we could think of, we changed the license.

But who knows what the future holds? Maybe the Redis team will change their mind and revert back the decision like Elastic Search did a few weeks ago: https://news.ycombinator.com/item?id=41394797


> Most people think that great engineers are magicians who build applications in a unique way that no one can understand.

This reminds me of Ninja Code: https://javascript.info/ninja-code


> so you, as our beneficiaries and stakeholders, who support us and encourage us — deserve to get clarification on what happened

Is it that complicated for big tech to reply politely with the above statement when they suddenly disable your account for no obvious reason!


It may not be complicated, but it does require caring about what you do and your customers as opposed to going through basic minimum requirements to appear that you are doing something.

It is much more difficult for corporate cogs to have that level of care compared to someone who does their things with passion.


> ML/LLM is the second iteration of writing pollution. The first was humans writing for corporate bots, not other humans.

Based on the process above, naturally, the third iteration then is LLMs writing for corporate bots, neither for humans nor for other LLMs.


> First-time driver’s license applicants must pass a written knowledge exam and an eye exam to obtain their learner’s permit, which can then be immediately upgraded to a driver’s license without the applicant having to pass a road test (road tests have not been required since 2020).

That's really one of the weirdest things I've read in a while. How could this happen?!


Here's another interesting article on the same topic (2016) entitled "Gene name errors are widespread in the scientific literature" : https://genomebiology.biomedcentral.com/articles/10.1186/s13...

From the article:

"The problem of Excel software inadvertently converting gene symbols to dates and floating-point numbers was originally described in 2004. For example, gene symbols such as SEPT2 (Septin 2) and MARCH1 [Membrane-Associated Ring Finger (C3HC4) 1, E3 Ubiquitin Protein Ligase] are converted by default to ‘2-Sep’ and ‘1-Mar’, respectively."


> XML Bomb

This reminds me of Zip Bomb [1], aka, Zip of Death (ZOD) [2]

1. https://en.m.wikipedia.org/wiki/Zip_bomb

2. https://github.com/iamtraction/ZOD


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

Search: