I’m guessing it’s because the developers either have a different speciality that they focus on, are employed to support specific hardware, or both.
I’m guessing it’s because the developers either have a different speciality that they focus on, are employed to support specific hardware, or both.
Just use your $200+ Fluke to check the batteries, problem solved.
We tend to use between 3kWh (vacation/idle power consumption) and around 8kWh per day. If we switched to electric stove, water heater, and heat pump, and add a hot tub, that’d increase substantially. But if we added solar (on our long Todo list…), the battery in the article (60kWh) would probably be able to handle all our storage needs, and it’d fit in he garage (bonus of it can be placed outside/under a deck!). I live in a major city, but I would absolutely love to effectively be off grid.
Exciting stuff — it seems these are touted as being extremely robust/safe, which is of course important for me if it’s going to be in/near our house. Storage density not a huge concern, but price is somewhat important — let’s hope this sort of thing ticks all the boxes.
And your VPN connection to work knows your endpoint…
Interestingly, there’s another way of finding out if your coworker is in the office — just walk over to their desk.
The only flaw in Corel’s logic was that as soon as you’re running Linux, you lose all desire to run WordPerfect, and develop an irresistible need to align yourself with vim or emacs…
My university was pretty zen about this — essentially, “don’t use your own access point/router please. But if you do, please talk to your resident (University employed) student IT rep and they can probably help you set it up correctly.”
…but was it the “Windows Uninstall” button…or the “format /dev/sda1 as ext4” button?
I think (?) it’s generally true that the root user should never mess with users’ files.
Imagine your home directory is shared across many systems on a network (my alma mater did this). It would be really bad if a sysadmin for alpha.university.edu removed a program, and suddenly your personal settings were removed from beta.university.edu — even though that computer still has the program.
This is one of the “UNIX on the desktop” issues — a lot is designed for a sysadmin/multiuser situation, and it has some gotchas when using it as a desktop machine (I’m used to/really appreciate the directory structure and settings management at this point, but it may take some getting used to).
They’re just popular ETFs which contain a lot of $AAPL. I was just commenting that even if someone doesn’t explicitly hold any $AAPL, if they own ETFs/mutual funds, they are likely exposed to $AAPL.
Doesn’t apply to you though since you said you don’t own any stock :)
…or $SPY, or $QQQ, or…
In 1999, the iBook was US$1599 (equivalent to $2925 in 2023) (source).
The 2010 13" Air was $1299 (more in today’s $) (source).
The current 13" M3 Air is $1099 (source).
So yeah, they may well raise prices, but the cost of Apple’s entry-level hardware has decreased in absolute terms over the years, and has decreased substantially if inflation is taken into account. Not to say the margins aren’t higher (no idea about that), but it’s interesting.
deleted by creator
I’ll push back on that a little. Peloton has, from the beginning, been a very closed ecosystem.
Contrast this to the smart trainer I have which is marketed to cyclists (a Wahoo KICKR). It uses standard protocols to talk, and while they have some software available, it works independent of their ecosystem on standards compliant equipment (ANT+ and BLE). You can even talk to it using the open source GoldenCheetah software.
I would say I own this device. Sure I can’t necessarily hack the firmware easily, but I can’t hack the firmware on my microwave easily either, but I’d say I own that, too.
Right, you can control that behavior in bash with the HISTCONTROL
variable, and in zsh with setopt HIST_IGNORE_SPACE
:)
Linux is just as bad though — .zsh_history
records every command you run!
(/s, obviously…)
People need to stop buying the thinnest thing
Yeah, I think one of the problems is that thin is a familiar and commonly reported spec for a display. If MTTF were reported — and it should be! — then I think the problem would sort itself out.
Maybe not a warrant, and IANAL, but government agencies aren’t necessarily at liberty to share information amongst themselves. For instance, IRS needs a court order to share returns with law enforcement (IRC Section 6103(i)(1)).
But yeah…this seems like maybe not a super great solution…
Right, I just meant that you can’t sudo cat file > /dev/sda
but you can sudo dd ...
, because IO redirection isn’t elevated to root with sudo. I’m not saying anything too profound :)
Remote backup server would be my suggestion.
Configure it with a VPN to talk to your home network and set it up at a trusted friend’s or family’s place.
I do this with a raspberry pi and an external HDD that takes daily/weekly/monthly snapshots, with daily rsync. Works nicely for me.