Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re: Trump has expanded the high skill work visas (Score 3, Insightful) 235

Your optimism amuses me, that you think there's gonna be a United States of anything. The MAGAdiots and their Republican enablers have been crying "Democrats this" and "the left that". There is no "left" in this country. There is far-right and less right. The ACTUAL leftists in this country are biding their time. The anarchists, the communists, the revolutionaries. You know, the ones that will BURN IT TO THE GROUND and bring out the cake detectors. You know, the things they use to check if rich people are made of cake, since everyone will be starving. History will tell you exactly how this will go, and it is NOT how Trump and his Heritage Foundation and tech-bro puppeteers think it will.

Comment Re: Seems reasonable (Score 3, Interesting) 85

Had a perfect example recently of why AI will never fully replace developers, at least not until there is AGI that can function equivalent to a human being. Had a locking issue in my code, and while talking with a coworker he ran it through Cursor to see what it came up with to "fix" the problem. All it did was rewrite my code in a way that was slightly more readable, yet eliminated subtle things that the code was doing that in essence made it completely non-functional. On top of that, it didn't solve the problem either, but that's because the ACTUAL issue was a consequence of how an underlying service functioned, which undermined the intention of how the locking was intended to work. I fixed the issue, but an LLM would NEVER have figured that out, not without enough prompting that would have just figured out the solution yourself from the prompt.

Comment My Hot Take (Score 1) 175

Personally, I think that while the language used to teach fundamental programming concepts SHOULDN'T matter in theory... in practice it does. For instance, nobody would advocate teaching them with PHP, or Intercal. One is fundamentally flawed, and the other is a literal joke language. And while using a language designed for academics specifically to teach fundamentals is a good idea on paper, if you expect to succeed in the real world and not just in an academic setting, you should probably learn using a language that you are going to see outside of academia. Yes, most real-world languages will let you get away with bad patterns and can lead to poor programming habits. Guess what? You need to be able to identify those when you see them, because they are abundant in real-world applications, and if you learn on a language that prevents them, you may have a difficult time recognizing them in a language that you pick up later that you may not realize allows for certain rules to be broken.

Comment Re: Want to kill the most popular web framework, M (Score 1) 88

Yeah, was gonna say the same thing. You can push a LOT (if not most) of your app logic onto the client if that's your bag, but you will need SOMETHING on the server side to handle data persistence, assuming that the data in question isn't capable of being fully contained by the client or if that isn't desirable.

Comment Ugh (Score 1) 47

The only thing that sucks about this is now they're going to get sneakier. Instead of just putting them in the metadata, now they'll add spurious citations pointing to them, to throw off automated detection. Granted, this would have the secondary effect of forcing more rigorous peer review to find this bullshit, something that already needs to be happening, but having to contextually cross reference every single citation for validity is just going to make the process more cumbersome than it already is. Hence... UGH.

Comment Re: Three docs that were (Score 1) 350

Any doctor that prescribes an antiparasitic drug that works by binding to glutamate-gated chloride channels that are common to invertebrate nerve and muscle cells to treat a viral infection honestly shouldn't keep their medical license. There is nothing about that mechanism of action that would suggest ANY efficacy against viruses (which don't have nerves OR muscles), and there IS a certain level of toxicity in mammals, where past a certain threshold it can pass the blood-brain barrier and have deleterious effects.

Comment Re: When I hear "Air Conditioning", I think COLDER (Score 2) 160

It sounds like the big win is that it is potentially MUCH more efficient than driving a phase change system. Much of the energy being removed by an A/C system is the energy pumped back into the system by the compressor. It's also why heat pumps running in heating mode are more efficient than regular furnaces. That compression energy is being shed into the house where you want the heat.

Comment HORRIFYING (Score 5, Insightful) 62

Security issues aside... who thought this was a good idea? Using whitespace to denote an entirely different language mixed in the shell script? What if someone sets their tab stops to 2 or 4 spaces and it becomes indistinguishable from their regular spacing? Even if they don't, it can get very ambiguous.

Comment Re: Why should it be? (Score 1) 225

When I first read that comment, I was of the same opinion... but now I'm not so sure. Society is very quick to label things as evil, when the definition of evil is entirely dependent on a specific frame of reference. I'm not saying that makes those actions tolerable, just within the framework of what is and is NOT a mental illness... calling something a willful act of evil just because we don't recognize it as a mental illness is ignorant. He's right: people commit crimes because they are either not of sound mind, or because society has forced them to do so in order to survive, or the crime in question is a "victimless" one, or the law itself is actually unjust and the crime is a result of that.

Slashdot Top Deals

Real Programmers think better when playing Adventure or Rogue.

Working...