HackerTrans
TopNewTrendsCommentsPastAskShowJobs

taw28

no profile record

comments

taw28
·l’année dernière·discuss
This happens far too often, but I’ve never seen good advice on how to prevent it. All I ever see is “we as users need to be better.”
taw28
·il y a 2 ans·discuss
In short, because it was donated and not loaned. Once it leaves your hands, the museum can do as it wishes (within the restrictions of its bylaws).
taw28
·il y a 2 ans·discuss
Contributor agreements are often used at the time of contribution to get permission to relicence later.
taw28
·il y a 3 ans·discuss
There is certainly a requirement that prevents payout on the contract for those supers if performance numbers aren’t met. Further, those performance numbers are from real apps, so the system WILL be useful. Not getting paid is not an option, so performance/usability will come.
taw28
·il y a 3 ans·discuss
Contents of the display are often added after the fact in marketing materials. The person adding the wallpaper probably just didn’t notice the photo was flipped.
taw28
·il y a 3 ans·discuss
You can get a zigbee dongle and control them with home assistant!
taw28
·il y a 3 ans·discuss
I have been leery of VSCode for this reason. The bare product isn’t very special, so you have to download extensions to get the functionality you need. However, there is nothing keeping the extension from communicating. Suddenly, you get malicious extensions that leak data.

It’s not just malicious extension authors. Compromised developers of good extensions are just as much, if not bigger, of a risk.
taw28
·il y a 3 ans·discuss
The bouncing around phenomenon seems to be independent of voiceover use.
taw28
·il y a 3 ans·discuss
I mostly use it for writing C, python, latex, and bash. I know I’m losing a bit of efficiency by not carrying a config, but I consider configless emacs a bit more capable for my workflows than configless vim.
taw28
·il y a 3 ans·discuss
My emacs config is zero lines.
taw28
·il y a 3 ans·discuss
The cynical part of me thinks that the bad web app is intentional. They can get much more data from you if you use the app, so they want that to be the best experience. All others should be bad enough that you will only use it if there is no other way to give them your money.
taw28
·il y a 3 ans·discuss
RPi2 is pokey enough that you really feel the limitations of the platform when you put Linux on it. Sure, you can run the kernel, but you are going to want to stop short of, say, any web browser that can function well on today’s web. Even a RPi4 isn’t a good daily driver for web browsing.

Part of the magic of these bare metal language environments is that you run against your own limits before you reach the limits of the hardware, especially in a hobby coding context. Linux makes it much easier to outstrip the CPU and RAM available in RPis.
taw28
·il y a 4 ans·discuss
My university’s self-service website would shut down from something like 10pm-4am every single day for batch jobs. This was used for EVERYTHING: Paying into your account, checking grades, registering for classes, webmail, etc. It seemed fairly antiquated at the time (2001 or so).
taw28
·il y a 4 ans·discuss
Oil and gas are big users of HPC. They have been doing scale for longer than SV.
taw28
·il y a 4 ans·discuss
Volume mounts are different than mounting a directory into the container. That has been well supported for a while.

You can look up what a podman volume is to see the difference.