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

They are illegally collecting a number of data from your computer with background processes and there was a data leak from them a few days ago where they demonstrate with their hack what LinkedIn actually collects from its users.

Just watch this video [1] which explains the whole situation in great detail and you will understand.

[1] https://www.youtube.com/watch?v=Mn_CHzm7vwA


Before I deleted my account in November, I have reported to them a very severe form of memory leak that was caused by ad blocker(s).

When you disabled your ad blocker, things became normal...but the background services they run via websockets was just insane lol.

As soon as you re-enabled your ad blocker, the same original memory usage returned.

Another memory leakage can be found via their message app; the more characters you type after a while, the more memory it would devour! I just couldn't continue my discussion with an HR during discussion about arranging an interview; we had to switch to email as it led both of us to extreme frustration!

It just not worth the effort anymore...not to mention the HR scammers that compete between them who's going to get your info or what other data they can extract from you.

Just delete your account; it's not worth it anymore...whatever Microsoft touches, it kills it in no time.


Serious question: let's say I host my code on this platform which is proprietary and is for my various clients. Who can guarantee me that AI won't replicate it to competitors who decide to create something similar to my product?


If the code is ever visible to anyone else ever, you have no guarantee. If it’s actually valuable, you have to protect it the same way you’d protect a pile of gold bars.

What does “my code...for my clients” mean (is it yours or theirs)? If it’s theirs let them house it and delegate access to you. If they want to risk it being, ahem...borrowed, that’s their business decision to make.

If it’s yours, you can host it yourself and maintain privacy, but the long tail risk of maintaining it is not as trivial as it seems on the surface. You need to have backups, encrypted, at different locations, geographically distant, so either you need physical security, or you’re using the cloud and need monitoring and alerting, and then need something to monitor the monitor.

It’s like life. Freedom means freedom from tyranny, not freedom from obligation. Choosing a community or living solo in the wilderness both come with different obligations. You can pay taxes (and hope you’re not getting screwed, too much), or you can fight off bears yourself, etc.


Professionally? I would avoid it. Personally? For hobby, 100% I would, but at my own pace.


Coincidentally, that time range you just shared, I've noticed more and more Twitch streamers that deal with fintech and cryptos started automating their crypto trading with bots written in Python and AI / ML models, which they started right before Christmas holidays, between late November early December.

I guess they had plenty of time to do such things and some viewers of theirs got inspired and decided to teach themselves Python because it looks easy.


Why am I having a feeling that one of their reasons was so they can trademark "iQ", to match the iSomething "franchise", so to speak?


Apple dropped the "i" naming scheme many years ago.


iCloud, iPad, iPhone, iMac, iMessage, iOS/iPadOS, iMovie?

Granted, they are slowly but surely killing it, but it’s still going quite strong.


It's not used in new products.


I hope they've got rewarded astro...nomically well lol!

My apologies friends, I could not resist!

Congrats Astro team!


Cosmopolitan C library would like to have a word with you then https://github.com/jart/cosmopolitan


The only logical explanation I can think of based on my personal experience is that shared hosting services offer Apache web server by default so they can host WordPress websites which by the way, based on w3techs.com, 43.1% of all websites are WordPress.

You may ask why Apache then? Well, because when a user modify some settings via dashboard, they change in .htaccess which does not expect a web server restart or super user permissions like you need with NGINX, for example.

Now you know why WordPress websites are getting hacked easier than other CMS-es...because they can apply changes in .htaccess on the fly, whereas with other web servers, you need root permissions, thus the extra layer of security.


Does TypeScript emit machine code? OCaml gives you this option, if you need it.


Well, TS transpiles to JS which then runs on Node, aka V8, a native JIT compiler. So yes, I guess?


Kind of, given that V8 performance is never going to be as good as AOT compiled language, and JIT needs warmup time.

It is no accident that famous JavaScript tools keep being rewritten into C++, Dart, Go and Rust.


But they say "we use ocaml [because it has types]" not "[because it can emit machine code]"


I would go for Rust if I wanted machine code


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

Search: