Forgot your password?
typodupeerror

Comment I will let AI do aggressive actions, but ... (Score 1) 109

changes must be on top of a Git repo with commit before the potential carnage. I haven't let it muck with databases, but the same general rule would apply. There must be a clean understood line drawn that can be returned, a commit, a DB backup, an image. I am getting aggressive with AI, but the unpredictable always lurks.

This should not be a surprise.

Comment Re:How is this a hard problem? (Score 1) 24

I don't understand how it works. Is there no barrier to entry? If I were a semiserious music artist, I would still pay a few bucks for some discoverable exposure. Charge $99 for your first 100 tracks and $19/yr hosting. More tracks? Scale up the cost. I would think some vetting and light barriers would vet out at least a big chunk of that space filling music junk.

I also don't know anyone that uses Deezer. I've heard of it. Maybe popular in Europe?

Comment Re:Sub Prime Mortgage Crisis Do Over from 2008 (Score 1) 99

The employer and the administrator firm want to force you into target date funds

No they don't. You don't have to participate in a TDF. It's pretty rare for a plan to not offer at least a few low cost vanilla options like a S&P 500 index. Yes, some plans blend in higher cost funds with 12b-1 expenses to cover plan costs. I don't dig that but it's considered acceptable and plan costs have to paid somehow - employer pays the cost, the employee does through fees, or some funds "give back" some management fees.

Comment Re:As someone who has limited / little coding skil (Score 1) 78

every drop of the 500 or so pages of code its written for me

What does that even mean? What's a page of code? Are you printing it? I have no idea how many pages of code the software systems I've worked on are. We've talked about lines of code and number of files, symbols, functions. Pages? No.

Comment Guardrails (Score 1) 105

That opaque, non definitive word is rearing its ugly head again (used to hear it a lot in the 90s). Every AI concept at work, every time we are all giddy about MCP servers (ugh), but they must have the appropriate guardrails. Whatever, just define what the AI thing should and should not do. Guardrails: don't hallucinate!

Comment The modern search engine (Score 1) 53

I fully embrace the AI tools and use for whatever productivity I want to extract. But there is clearly a commoditization going on similar to the search wars of the past. There has to be something else to make it sticky. ChatGPT was the first AI app I added on my iPhone. I recently deleted it.

I retain Gemini, Perplexity and Duck.ai (for privacy). I use Kiro and Gemini at work as allowed AI. We can use CoPilot too. It went from "cool" to annoying and stop making lousy suggestions. ChatGPT is totally fine, but as TFA states, it has no moat, nothing makes it sticky.

At this point, I am willing to pay once a year for an AI to get deeper research. Gemini won this round with a solid promo. They are overlapping and will continue to outdo each other.

Comment Re:Will cover important fundamentals? (Score 1) 51

I've been doing this for 30 years (dev, etc.). This should be easy since it's just a basic requirement for a high school curriculum. Alright let's go!

1. What is encryption? How to protect yourself using it.
- Kind of vague. I could exchange public/private certs or a symmetric token. Not sure what the outcome of proficiency is expected here.
2. How to verify identity online, using technology such as PGP.
- Know of it, never used it or needed it
3. How to read and understand software licensing and privacy policies.
- Know of it, never used it or needed it
4. How to understand unsafe data handling practices.
- Good one
5. Why open standards matter. For instance, why you should use ODF instead of DOCX.
- No idea what ODF is and why it's important over DOCX which is Microsoft's doc format IIRC. I have used/shared a doc/docx in 10+ years.
6. How to pick privacy and digital liberty protecting software.
- No clue what this is
7. The dangers of subscription first licensing.
- No clue what this is
8. Backups, why, how, and why they're actually important.
- Good one
9. Domain separation, how to separate Work, Personal, Temp and other activities.
- Good one
10. OS selection. Yes, I really want kids to know you have to consider the OS you run.
- I use the same one as my work. Used to be Windows, now Mac OS past 10 years. My first OS was an obscure mainframe platform so didn't translate at home. I was probably still on DOS at that point.
11. Safe browsing, which goes into all user agent masking, IP masking, profiles, containers and all that lovely stuff.
- Good one sort of, though I don't go masking user agent and IP but it's good to understand what it means
12. The importance of system cleanup, why you need to clear browsers every day, run tools like BleachBit, etc...
- What the hell is BleachBit? It's good to understand things like browser history and other tracking though.

Slashdot Top Deals

(1) Never draw what you can copy. (2) Never copy what you can trace. (3) Never trace what you can cut out and paste down.

Working...