The problem is working on different computers & sometimes switching back and forth between private time and work time. That’d require actual button presses or something to “clock” in/out
The problem is working on different computers & sometimes switching back and forth between private time and work time. That’d require actual button presses or something to “clock” in/out
As someone who works atrocius times of their own volition & has to create a clean timesheet every end of the month, this is a great idea -buyt there are too many special rules to consider imo - also I never properly track time (keep forgetting) but reconstruct work times from emails, chats & calendar entries :)
Well - I thought I’d mention that it could look like that - but of course it really depends on the personality / financial situation of your friends whether that might have influenced them
Is that a tip jar on the table? Even if not, just the association is enough for people to feel like they have to contribute financially for the food. While that isn’t an outrageous thought, for people who are tight on their finances, it might be an uncomfortable situation where they’d rather skip on the food than take it and not pay a share.
Interesting read but I’d argue a fish is a concept by characteristics, not considered a biological classification. Much like mammals.
Fish: has scales and fins and a swim bladder and gills. Sharks are not easy to classify as fish, and whales certainly are not.
Again, thanks for the article, it was interesting to read indeed.
german people have large privacy and date security fears. This has kept them off of many other platforms. Most people in my friends circle never had a MySpace / Facebook… Being in an anonymous space like here is nice.
While this is true for me(*) - partially, it’s not a fear, it’s a certainty that my data is not secure anywhere online - I would be positively surprised (but kind of doubt that) if younger people actually think consciously about their online privacy.
* never had myspace, deleted all my facebook posts, comments, contacts & then account in 2012 when they changed the terms & conditions to own everything you upload - and before then I had never used my real last name there
Importing CSV into SQL is trivial and gives you far more control than Excel can.
There’s a tool for a given job. And for some, Excel may be decent. But for many, MS Access used to be far superior to Excel. Not sure if it is still maintained well, as I no longer use MicroShit
But, if you’re a power user doing a lot of complex data analytics, Excel is still the king.
Only if you refuse to learn SQL and do everything in a fraction of the time with way more functionality.
That’s a cuttlefish though, and despite the name is not a fish.
For the purpose of protecting important data, the distinction really doesn’t matter. And the good old xkcd comic has a point - for many people, all relevant data is in the user’s accessible storage area anyways. Hence me running almost all internet applications and steam in a jail.
Okay, fair point, let me rephrase: if someone knows what kernel (admin) level execution means, and installs a game that requires this on a computer where they keep important data, they are a dumbass mtherfcker :) Generally speaking though: most people shouldn’t be allowed to use technology - humans are unbelievably stupid for the most part.
we just need one pvp game with kernel level anti cheat
Leaving aside that security patches should be done, if you install that kind of game on a system where you have any data worth protecting, you’re a dumb ass mtherfcker. Sorry, but seriously, that’s just how it is.
Lol that is so spot-on I can’t believe the parallels never occurred to me. One exception though, I really had good burgers in such a place in Haarlem / NL.
That’s a ridiulously low amount of money given the amount of users. I’d happily pay 10-20 bucks a year to keep mozilla alive. Not that I like it much, but more so than the big alternatives
While security has nothing to do with my disgust for docker and people advocating its use, docker adds a layer of complexity, which means it is not necessarily more secure.
What is extremely bad about docker:
In general, if you can’t write a good user manual, or at least clearly identify needed dependencies and configurations, you should not be developing software for other people.
it combines the disadvantages of a VM (shitty performance) and running directly on the host OS (sandboxing is not nearly as good as on a VM)
it creates insane bloat, by completely bypassing the concept of shared libraries and making people download copies of software they already have on their system
it adds a lot of security risks because the user would have to not only review the source code they are compiling and installing, but also would have to scan all the dependencies and what-not, and would basically have to trust the developer and/or anyone distributing an image that they did not add any malware.
I have no mistress, and I know no misters.
you lost me at “docker”. The only people using docker are morons and those that trust software by morons.
Big red button might help, but when I’m “in the zone” with coding, normally I forget everything around me :) One moment I’ll be browsing the web on my leisure time, and then I have an idea for one of my work projects, switch to that and “wake up” 8 hours later with lots of stuff done and no idea when I “clocked in” - that’s usually when I do “ls -lR” on my project folders and check file timestamps :D