Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:Good for repetitive stuff (Score 1) 134

Repetitive stuff is not new. I've used Lex and Yacc to write code that writes code, and Perl, and bits of Java and Excel...
The lazy programmer always sees a lazy way!
Funny thing. I actually understood every line, and I could explain it all to anyone who asked.
btw. This used to be the book.
https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2F...
Not sure if this is what everyone reads today.

Comment Prices (Score 4, Informative) 108

Synology SAT5221-3840G 3.84TB
$1,044.93
https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fwww.amazon.com%2FSynolog...
vs
SAMSUNG 870 EVO 4TB (MZ-77E4T0B/AM)
$249.99
https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fwww.amazon.com%2FSAMSUNG...

Even if the Samsung has a higher failure rate, between Raid 6 and MUCH lower prices to replace...

Comment AI (Score 1) 98

If all you are good for is copying and pasting AI answers, why do I need you?

Kinda reminds me of Office Space:
"I already told you: I deal with the god damn customers so the engineers don't have to. I have people skills; I am good at dealing with people. Can't you understand that? What the hell is wrong with you people?"

Comment Buy backs (Score 1, Interesting) 54

What happens when Apple eventually buys back all it's own shares? The only reason this stock rises is due to 100's of billions in buy backs.

2012 26,470 million shares outstanding
2024 15,408 million shares outstanding

That is a massive drop. Considering that a huge chunk of Apple's shares are locked up with buy and hold firms, the float is artificially constrained.

If they keep up the pace of buy backs, in 10-15 years they really will take themselves private.

Comment Re:Language should not matter (Score 3, Insightful) 175

Totally agree. Who cares what language you use?

Unless we are hiring for C++, I've never worked for an employer who hired based on language. If you code mostly C#, we ask you C# questions. If you code mostly in Java, we ask you Java questions. If you've never looked at Python and we are using Python, smart programmers will be just fine. Total non-issue.

It would be really weird to hire someone who doesn't have a firm grasp on pointers... Even if we aren't using C/C++. That would be like hiring someone who doesn't understand the very basics of how a computer works.

Related note: Students should be required to demonstrate mastery of a functional programming language to graduate.

Slashdot Top Deals

The fancy is indeed no other than a mode of memory emancipated from the order of space and time. -- Samuel Taylor Coleridge

Working...