mswift42 | 3 years ago | on: Amazon instructs New York workers “don't sign” union cards
mswift42's comments
mswift42 | 3 years ago | on: Amazon instructs New York workers “don't sign” union cards
Can you substantiate this claim?
With the vast majority of goods the price is set by the market, i.e. higher wages would indeed result in a smaller profit margin and not in a higher price.
mswift42 | 4 years ago | on: Clojure 1.11 is now available
mswift42 | 6 years ago | on: Google Buys Fitbit for $2.1B
mswift42 | 6 years ago | on: Firefox 68.0
But using gnome tweaks you can enable Emacs Input, which if you are used to emacs key bindings, is really handy navigating in gnome-terminal or, as mentioned web browser address bars.
mswift42 | 6 years ago | on: Firefox 68.0
1) Videostreams are way smoother using Chrome, at least on Linux.
2) I've enabled Emacs Input in Gnome. When I enter something in the address bar, both Firefox and Chrome show suggestions for websites below. In Chrome I can type Ctrl+n / Ctrl+p to navigate between the suggestions, because it respects my keyboard schema.
In Firefox this opens new browser windows :( and I've found absolutely no way to change this behaviour.
mswift42 | 6 years ago | on: Foliate – A simple and modern GTK eBook viewer
However, you easily can install alternative readers on Kobo ereaders, see here for a list of some hacks:
mswift42 | 7 years ago | on: Brave – A private, secure and fast browser
True, but replacing ads you don't get compensated for with ads you do, is.
mswift42 | 7 years ago | on: Brave – A private, secure and fast browser
mswift42 | 7 years ago | on: Brave – A private, secure and fast browser
Btw, I'm guessing you are a Brave employee, that many Buzzwords in one comment would otherwise be quite astonishing, how does Brave guarantee a users privacy? I assume brave "phones home" in order to replace ads with ads Brave gets compensated for.
Also, I read a lot about a transparent way funds are distributed among publishers, where is the code?
mswift42 | 7 years ago | on: Brave – A private, secure and fast browser
Content creators are strong armed into becoming verified publishers, while users have to trust Brave that their data is handled properly and carefully.
mswift42 | 7 years ago | on: A Programming Language Underdog
mswift42 | 7 years ago | on: Show HN: Nip – search for and download BBC iplayer tv programmes
mswift42 | 7 years ago | on: New Photon Release of Eclipse IDE Ships with Full Rust Support
Completion works very well, Error reporting however is good but painfully slow.
mswift42 | 8 years ago | on: Go: The Good, the Bad and the Ugly
Go has a GC because its creators thought they needed one to support concurrency.
mswift42 | 8 years ago | on: Go: The Good, the Bad and the Ugly
GP said it's more valuable to evaluate a programming language by the projects people make with it, than by reading the 417th piece of perceived strengths and weaknesses of it. I think GP has a point.
> Go is a GCed language, so you can't really compare it to C++.
That's a very strange thing to say.
mswift42 | 8 years ago | on: Go: The Good, the Bad and the Ugly
What approach would that be?
> Why try to improve C++ if you can build cool stuff with it, right?
Go improves on C++ in at least one regard, compile time. And there they succeeded spectacularly. While I like Rust, imagine how great it would be with Go's compile speed..
mswift42 | 8 years ago | on: Huawei’s P20 Pro is a hugely promising phone that will upset Americans
mswift42 | 8 years ago | on: Learning Rust
This is not specific to this github site. I've recently read the O'reilly Programming Rust Book, not a single exercise in it, and the official The Rust Programming Language Book also doesn't have any.
mswift42 | 8 years ago | on: Learning Rust
In order for me to learn anything, I need some form of "homework". If you want to teach me a new language, a new framework, I need to "get my hands dirty".
Working through exercises makes sure I actually understand what I am reading, and sometimes it even shows me I don't understand what I thought I did.