Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment This particular safeway (Score 4, Informative) 91

This safeway is directly across the street from the main "downtown" caltrain station and also two muni rail lines (n judah and ... 4th st? 3rd st?) it's extremely high traffic and they regularly taze resisting shoplifters ,like, a couple times a day. It's both high revenue (mission bay is 14,000 pop/sq mile) and high "loss"/shoplifting. It doesn't surprise me at all that they've had to resort to this. Also "unhoused" encampments pop up along the southern side of the caltrain station on the regular as well as nearby overpasses which.... there's a lot of correlation between that and shoplifting. This is not a bright sunny suburban grocery store, it is part of the ground floor of a huge urban complex building with 600 condos on the 4th-16th floors a couple blocks from Uber and OpenAI headquarters, major genetech offices etc. Context matters.

Comment Re: Microsoft Store is the monopoly (Score 1) 159

Anybody could vibe code an online video game store backed by s3 in about 20 minutes, where is the monopoly? Before steam existed people distributed games on floppies and CD/DVD. Nobody is stopping you from selling your video games mail order, or on your own squarespace store or whatever. There's zero economic moat here. I routinely pay a premium to buy my games on steam because I don't trust the developer to keep track of my account or even keep their store up in 90 days.

Comment English dominates vs Tamil && Hindi (Score 2, Insightful) 49

> English dominates Common Crawl with 44% of content. Hindi accounts for 0.2% of the data despite being spoken by 7.5% of the global population. Tamil represents 0.04% despite 86 million speakers worldwide.
 
English dominates because not only are there a lot of speakers, but it is the modern business lingua franca and most anyone who owns a desktop computer today can probably grumble out a handful of statements or questions in english. Hindi and Tamil on the other hand, use completely different writing systems and beyond a couple of clever words have zero vocabulary overlap with "western" languages. Simply due to inertia of 2 billion speakers Hindi/Tamil etc will continue on forever, but I can't see them being targeted by western technology. Americans and Europeans already struggle with cyrillic and it's at least recognizably sorta phonetically similar about half the time. Tamil just makes my eyes glaze over when I see it on street signs in Malaysia or whatever.

Comment Re:Oh Yeah... (Score 1) 23

Have you tried finding a specific app you've used before, perhaps 2 years prior, the good one that's freeware and not ad supported? The play store is atrocious and pushes inferior apps every time over other, better apps. There's 1001 free timer apps but the store pushes garbage on you if you try and search for this. I only use Spotify on my phone, specifically in the car.

Comment Re:Oh Yeah... (Score 1) 23

Google play store has always been horrific, app search is so intentionally broken as to be useless. I might have bought a couple apps in the first opening years but it's not worth it anymore I don't have any "paid" apps beyond uber and spotify, and I'm working real hard to get rid of spotify.

Comment Re:Unlikely... (Score 1) 76

Probably on the computer side, immutable infrastructure will continue to reign supreme. Since 2015 there's been a big shift towards immutable infra/code. You can let AI fart around in lower environments but until everything passes all the tests, it won't get promoted to production (or end-users computers). You can see this in immutable package managers like nix already. Or in the Android case, it's completely locked down on the user side and only changes on major updates. Managing mutable infra is going to phase out over time, especially if AI gets involved.

Comment Re:drive demand for highly skilled software engine (Score 2) 82

The trick I've had to use was to get to the MVP, maybe 800-1600 LOC, and then draw some lines where you see the seams, have it refactor it into 3-6 main files, and split it across there. Then close the conversation and start a new one, and keep iterating. Once a file gets over ~1200 LOC I ask it to split that file and refactor, and summarize any particularly tricky chunks of code. I haven't tried adding new complex large features on an existing codebase, but it seems to be really good at spinning up and iterating on MVP/POC up to ~5000-7000 LOC. I've been burning through my "programming ideas" backlog/list in my spare time with good success, particularly in rust.

Slashdot Top Deals

We don't know one millionth of one percent about anything.

Working...