![](/static/61a827a1/assets/icons/icon-96x96.png)
![](https://programming.dev/pictrs/image/028151d2-3692-416d-a8eb-9d3d4cc18b41.png)
I’m not sure you read my comment at all…
I’m not sure you read my comment at all…
That’s not true. See https://barcankirby.co.uk/two-year-rule-for-employment-rights/
There are dozens of circumstances where an employee can claim automatic unfair dismissal, or where a worker thinks they have been unfairly dismissed or mistreated due to their protected characteristics which could lead to an additional unlawful discrimination claim.
The general fear of litigation means that in practice it is really hard to get rid of underperforming employees in most white collar jobs (once they have passed probation which is normally 3 months). The normal way it happens is they are “managed out”, which is a long and unpleasant process.
A couple of possible reasons:
If it’s a new company with fewer standards then more niche products become more viable. I don’t know exactly what the situation at Pebble was but if they took lots of VC funding they can’t turn around and say “ok we’re just going to trundle along with this niche watch that is loved, but only by a few people”. A small company can do that.
Advertising / brand awareness. Pebble was very well known, but if you make some random alternative nobody is even going to learn of your existence. This attempt is using the actual Pebble code and it’s run by the ex-Pebble people.
Don’t underestimate the software effort. Now that they have most of the code, resurrecting it is a lot easier.
Having said that, I would probably put my money on them doing a Kickstarter (which will do very well based on nostalgia), delivering a product that can’t really compete with modern smart watches, and then slowly fading into the night. Hope not but I won’t hold my breath. (I can’t really wear watches anyway so it doesn’t really affect me.)
deleted by creator
He definitely improved it… but there’s still plenty of material for r/linusrants.
He may not directly call people names anymore but he’s still extremely rude and unprofessional. He would have been fired long ago from any company I work for, and I live in the UK where it’s practically impossible to get fired.
Yes but that isn’t memory safe.
Is this a meme or something?
At the time it made way more sense because the “traditional” smart watches were way worse. Not even one day battery life. I would say Pebble still wins on size though - actually normal watch sized.
As for why they didn’t catch on… Probably a little bit ahead of their time, and also less shiny.
D didn’t catch on for many good reasons… And it never will. Zig has way more momentum (and it better!) as a “better C”, and obviously the main draw of Rust is memory safety without GC which D doesn’t have.
I don’t think there is a “what” - he was just explaining the wokeness.
Probably what all the horse people said when cars were invented.
pointing and saying “this is shit. Look at this shit”
Yeah you only get to do that if you’re Linus 😄
It is hard, but what’s the alternative? Does Linux want to be comically insecure forever?
I know Linus doesn’t really care about security so it’s kind of surprising that he is on board with Rust!
I’m pretty sure Lisp and Forth are simpler than C.
He did call it a “shiny language of the day”. That’s criticism. He’s saying the popularity of Rust is due to temporary hype rather than because it is intrinsically good.
C is simpler in the way that a motorbike is simpler than a car. Simplicity isn’t the only criterion or we would write everything in assembly which is really simple.
it is wise to stick with old and tested.
You mean old and known to cause endless security vulnerabilities.
His point could be valid, if C was working fine and Rust didn’t fix it. But C isn’t working fine and Rust is the first actual solution we’ve ever had.
He’s just an old man saying we can’t have cars on the road because they’ll scare the horses.
I’ve tried to learn Vim in the past but IMO it is not worth it at all. In a world without multiple cursors… sure, maybe. With multiple cursors? No way. I can can edit just as fast as I’ve seen any Vim user do it, and without having to remember a gazillion mnemonics and deal with the silly modal thing.
Multiple cursor editing even has some significant advantages over Vim style, e.g. it’s interactive, so you can do your edit gradually and go back if you make a mistake. Rather than having to write a complex command and only finding out it if works at the end. (If you’ve used regex find & replace you’ll understand that problem.)
I’ll probably get downvoted for this since Vim is kind of a cult, and Vim users get a sense of superiority from it. Kind of like audiophiles - they don’t appreciate it if you tell them their £10k valve amp doesn’t actually sound any better than your £1k digital amp.
For editing on remote computers I use VSCode remote or Micro for quick tasks.