Readit News logoReadit News
elAhmo commented on Mark Zuckerberg freezes AI hiring amid bubble fears   telegraph.co.uk/business/... · Posted by u/pera
danpalmer · 2 days ago
Zuckerberg either doesn't have the resolve for changing the business, or just keeps picking the wrong directions (depending on your biases).

First Facebook tried to pivot into mobile, pushed really hard for a short time and then flopped. Then Facebook tried really hard to make the Metaverse a thing, and for a while, but eventually Meta stopped finding it interesting and significantly reduced investment. Then AI was the big thing and Meta put a huge amount of money into it, chasing after other companies, with an arguably novel approach compared to the rest of big tech... but now seems to be backing out or at least messaging less commitment. Oh and I think there was some crypto in there too at one point?

I'm not saying that they should have stuck with any of these. The business may not have worked in each case, and that's fine, but spending billions on each one seems like a bad idea. Zuckerberg is great at chasing the next big thing, but seemingly bad at landing the next big thing. He either needs to chase them more tentatively, investing far less, or he needs to stick with them long enough to work out all the issues and build the growth over the long term.

elAhmo · 2 days ago
He, as many other billionaires, confused luck for skill. Just because they were at the right time in the right place to launch something, doesn't mean their other ideas are solid or make sense.
elAhmo commented on Databricks is raising a Series K Investment at >$100B valuation   databricks.com/company/ne... · Posted by u/djhu9
jasonhong · 4 days ago
The last person in usually gets the best deal, in that they can get preference and push everyone else (previous investors, founders, and employees) down. If things goes south, they get their money out before anyone else.
elAhmo · 2 days ago
Isn’t everyone “the last” at the moment they are taking participation in the round? If someone thinks they’re gonna get preferential treatment in Series C or D, and then comes someone in E with preferential treatement, then
elAhmo commented on Databricks is raising a Series K Investment at >$100B valuation   databricks.com/company/ne... · Posted by u/djhu9
elAhmo · 4 days ago
Regardless of the product and idea they had, a company that is 15 years old and raised 10+ billion dollars still needing to raise money after all this time is ridiculous.

Not being sustainable after all this time and billions of dollars is a sign company is just burning money, and a lot of it. wework vibes.

elAhmo commented on Google admits anti-competitive conduct involving Google Search in Australia   accc.gov.au/media-release... · Posted by u/Improvement
elAhmo · 6 days ago
Once there is some meaningful effect on the bottom line, revenue, market cap, criminal liability for shareholders, this is just a waste of time. Googles revenues and profits grew significantly from 2019/2021, even if they get the massive fine, it will be insignificant for the company, as well as for the executives who made the decision to go with something like this.

Similar as with Meta and their MITM approach when they bought Onavo to spy on users.

elAhmo commented on Gemma 3 270M: Compact model for hyper-efficient AI   developers.googleblog.com... · Posted by u/meetpateltech
lemonish97 · 9 days ago
Never thought I'd run an LLM released in 2025, on my phone, in full BF16. With ~80tps on an iPhone 16 pro btw.
elAhmo · 9 days ago
How do you actually run this on an iPhone?
elAhmo commented on Australian court finds Apple, Google guilty of being anticompetitive   ghacks.net/2025/08/12/aus... · Posted by u/warrenm
betaby · 12 days ago
What that ruling means in practice? 30% fee will be reduced?
elAhmo · 12 days ago
Most likely nothing
elAhmo commented on I tried every todo app and ended up with a .txt file   al3rez.com/todo-txt-journ... · Posted by u/al3rez
elAhmo · 12 days ago
In my case, I ended up using a simple note in Apple Notes, for each month/quarter, having a collapsible day heading and just adding tasks there. Bold indicates a bit of a higher priority, and I can move things that I don't complete from previous days.
elAhmo commented on GitHub is no longer independent at Microsoft after CEO resignation   theverge.com/news/757461/... · Posted by u/Handy-Man
elAhmo · 12 days ago
This was inevitable and going towards the direction, but it is sad to see this part of CoreAI division. Copilot and other AI initiatives should not be the primary driver of GitHub's vision.
elAhmo commented on Claude Code IDE integration for Emacs   github.com/manzaltu/claud... · Posted by u/kgwgk
throwaway4496 · 17 days ago
You think VIM is a niche? neovim + vim is used by over 38% of developers according StackExchange survey. That is more than 1 out of 3 developer, closer to 2 out of 5.

I am not sure what is going on with here recently, maybe I have overgrown the place, or maybe everyday a little by little this place is getting filled with people who shouldn't be talking about CS.

elAhmo · 17 days ago
Of course it is niche, that survey is quite skewed, and "using" doesn't mean doing development work there, rather than occasionally having to use it when using remote terminals.

I know only one person from my dozens of developer friends and colleagues who is using neovim.

elAhmo commented on 6 weeks of Claude Code   blog.puzzmo.com/posts/202... · Posted by u/mike1o1
actinium226 · 21 days ago
It's cryptic until you sit down to learn it

tar xzvf <filename> -> "tar eXtract Zipped Verbose File <filename>"

tar czvf <filename> <files> -> "tar Compress Zipped Verbose File <filename> <files>"

So it's either x or c if you want to unzip a tar file or create one

Add z if the thing you're uncompressing ends in .gz, or if you want the thing you're creating to be compressed.

v is just if you want the filenames to be printed to stdout as they're extracted or imported

f tells it to read from or output to a file, as opposed to reading from stdin or output to stdout

Then your provide the filename to read from/export to, and if you're exporting you then provide the file list.

Not that hard.

elAhmo · 19 days ago
You writing that much for a task that is equivalent of double clicking on a zip file is exactly my point

u/elAhmo

KarmaCake day809January 13, 2018View Original