bionoid | 1 year ago
bionoid's comments
bionoid | 4 years ago
[0] https://www.pbs.org/wgbh/nova/shackletonexped/images.html
bionoid | 4 years ago
bionoid | 4 years ago
On manufacturer's website [0], both the 15" and 17" Stellaris are listed with WQHD IPS-Panel (2560 x 1440 pixels) - I was looking at them just a few days ago.. The article lists 1080p as option, but it's not possible to order.
bionoid | 4 years ago
bionoid | 4 years ago
a = bar and foo # "or None" is implied
b = bar and foo or baz
It does almost the same but not quite. In the latter example, if foo is falsey, it evaluates to "b = baz": b = bar ? (foo ? foo : baz) : bazbionoid | 4 years ago
bionoid | 4 years ago
[0] https://github.com/kivy/kivy/blob/master/kivy/multistroke.py
[1] https://github.com/kivy/kivy/tree/master/examples/demo/multi...
bionoid | 4 years ago
bionoid | 5 years ago
> But use caution: this locking mechanism might not work correctly if the database file is kept on an NFS filesystem. This is because fcntl() file locking is broken on many NFS implementations. You should avoid putting SQLite database files on NFS if multiple processes might try to access the file at the same time.
bionoid | 5 years ago
bionoid | 5 years ago
> Indeed, Goebbels initially opposed the term propaganda, recognizing that in popular usage, both in Germany and abroad, it was associated with lies. Even after the ministry had been in existence for a year, he proposed changing its name to Ministry of Culture and Public Enlightenment, but Hitler vetoed this proposal.
https://encyclopedia.ushmm.org/content/en/article/ministry-o...
bionoid | 5 years ago
bionoid | 5 years ago
Well, I speed-read code all the time.. it's a necessity in my role as independent consultant. Clients have a lot of half-baked/unfinished projects, and I'm called in to get it progressing. Speed-reading enables me to assess the state of the existing code and suggest a way to move forward, without breaking the bank up front.
That said, for me column width is irrelevant for speed-reading. The typical time-killer is lacking separation of concerns and poor naming conventions (God classes, or worse, God files with 20 classes)
bionoid | 5 years ago
The (one) group I followed basically disbanded in the year following the "new" launch. I think it's about a year ago they officially closed it down, activity moved to a Facebook group and a subreddit. It's a pity really, I miss the mailing list architecture.
bionoid | 5 years ago
According to my traffic stats (moderating ~400k subscribers), old + mobile web frontends make up about twice the traffic of new frontend. Apps are by far the most popular, about ~3x of all web frontends combined.
bionoid | 5 years ago
How many criminals announce their plans on Twitter in a way that law enforcement can use to prevent a crime? From my perspective, it seems like the potential for crime prevention is small compared to the potential for abuse.
bionoid | 5 years ago
bionoid | 5 years ago
According to my traffic stats (moderating ~400k subscribers), old + mobile web frontends make up about twice the traffic of new frontend. Apps are by far the most popular, about ~3x of all web frontends combined.
I do not know a single person that moderates a 100k+ subreddit using the redesign, everyone still seems to be using old + modtools + enhancement suite. Personally, I believe this is the only reason they didn't kill it already.
Edit to add: The new frontend is the default for logged-out users, and it still makes up half of old. If that isn't a failed redesign project, I don't know what is.
bionoid | 5 years ago
[1] https://github.com/mozilla/video-bg-play