Forgot your password?
typodupeerror

Comment Re:I will believe you are serious ... (Score 0, Troll) 115

I'll believe they're serious when they start living the lifestyles they claim we'll need to curve the trend. Tons of posts about Trump but none about the supposed environmentalists who are still living the same lifestyles of the average Trump supporter. Where is the low-hanging fruit? Why aren't these people changing their ways? Why ask those who oppose your agenda when your own "believers" can't be bothered?

If these people were serious we'd see EV adaption in the double digits and be able to walk into any restaurant and get a vegetarian meal without having to double guess what may or may not be used to create it. We're not seeing that. We're not going to see that because environmentalism is only an issue when it comes down to politics and not lifestyle in the minds of these people. They want to weaponize environmentalisms as a political tool, not as a practical guide for end-user consumption.

But, you know, fOlLoW tHe ScIeNcE!!!

Comment Re:Speaking of Amazon and books... (Score 0) 57

The reason I pulled away from Amazon is because I'm not going to sit around pissing myself about the rich while funding their wealth at the same time. Too bad too many assholes don't feel the same about the situation. I still like physical books, for the most part, so now I buy used from Half Priced Books who has a local storefront.

Comment Vibe coding just is... (Score 1) 61

I've been programming now for over fifty years. I'll also say that I'm using vibe coding for personal projects. So far, I'm getting good results. Here are some tips:

1. Know what you're doing. Right now, I'm working on an interpreter for a DSL. But I already know the basic structure of interpreters. I can tell when the code the AI is turning out is good or bad. When it's bad, I tell it what's good and ask it to correct the bad code. This usually works.

2. Vibe code in small chunks. I didn't say code the interpreter and here's the syntax. I coded it piece by piece - language primitives, environment structure, control flow primitives, etc. Each step of the way I checked the output to make sure it was what I wanted.

3. Let it write tests. Again, AI's are pretty good at looking at a piece of well-written code and building tests for it. If you point out corner cases you want tested, it will crank those out pretty well.

4. Show it what you want. If you want a particular style in the code, let it know. It will follow that extremely well.

5. Use it for boilerplate. Let's say I have five primitive types in my language. I work with the AI to generate the first one. Then I say "Do the same thing for these other four primitives". AI works well off examples, so give it some.

AI works pretty well if you know what you're doing and how to use it. I think of it as a relatively diligent junior coder. And it works about that well.

Comment Re:You don't need 900 tabs (Score 1) 107

Just relabel bookmarks as tabs and there you go.

Its already treating them as bookmarks though.. I just wish mozilla would fix smaller things like giving a site storage size limit that actually worked and didn't just ignore it and also wouldn't churn disk as much for no reason at all.

Comment If you don't hire entry-level workers now... (Score 1) 160

... where will you find experienced workers seven years from now? Seems like someone's making a really big bet on AI improving a whole lot soon. And when the next AI winter comes, a lot of people will be paying a lot more for the workforce they need.

Comment Re:Bullshit. This is just malware propaganda (Score 1) 55

Yes inherently its just running on the customers computer anyway, so they don't actually have control.

Not sending other players locations when not necessary etc would be cooler.

And you can cheat by off-device means anyway, you can do an aimbot that doesn't run any code on the computer now.

Comment you don't need massive amounts though (Score 1) 70

To teach you don't need massive amounts of content, lessons don't need to be superfacially unique at all, they're scalable on their own.

The need to make new books for schools etc every year is based just on the need to sell them too, basics of languages do not change every year, a student doesn't benefit from unlimited amounts of basic class learning material.

Submission + - Trump Pardons Founder of Electric Vehicle Start-Up Nikola, Trevor Milton (theguardian.com)

An anonymous reader writes: Trevor Milton, the founder of electric vehicle start-up Nikola who was sentenced to prison last year, was pardoned by Donald Trump late on Thursday, the White House confirmed on Friday. The pardon of Milton, who was sentenced to four years in prison for exaggerating the potential of his technology, could wipe out hundreds of millions of dollars in restitution that prosecutors were seeking for defrauded investors. Milton and his wife donated more than $1.8 million to a Trump re-election campaign fund less than a month before the November election, according to the Federal Election Commission.

At Milton’s trial, prosecutors say a company video of a prototype truck appearing to be driven down a desert highway was actually a video of a non-functioning Nikola that had been rolled down a hill. Milton had not been incarcerated pending an appeal. Milton said late on Thursday on social media and via a press release that he had been pardoned by Trump. “I am incredibly grateful to President Trump for his courage in standing up for what is right and for granting me this sacred pardon of innocence,” Milton said.

Slashdot Top Deals

... though his invention worked superbly -- his theory was a crock of sewage from beginning to end. -- Vernor Vinge, "The Peace War"

Working...