🅸 🅰🅼 🆃🅷🅴 🅻🅰🆆.
𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍 𝖋𝖊𝖆𝖙𝖍𝖊𝖗𝖘𝖙𝖔𝖓𝖊𝖍𝖆𝖚𝖌𝖍
They are. They’re really expensive in the States, when you can find them, but almost every modern window (in Bavaria, at least) is one of these. They also come door-sized, so you can either open an outside door to walk through, or tilt it from the top to circulate air.
OP is probably just too dumb to figure out how to work them; they’re fantastic, and I wish they were common here in the States.
This.
It’s a choice.
I almost never use web apps; I do only when what I’m doing is fundamentally a web interaction: banking, for instance. Everything’s on their servers anyway.
For everything else, I (too) use shell applications. Even if I didn’t, there are tons of native GUI applications to choose from, and they are often far better experiences than SPAs or Electron apps: just look at the memory and CPU use, if you want a baseline metric.
Why do people do this? Because they fancy that they’re providing a good enough interface that works on every OS. Which is often not the case, and by the time you invest enough effort to get your SPA working well on every possible platform you could have written native apps that look and function better; and most organizations still throw in the towel and add a caveat “works best in X”, giving lie to the “web apps work everywhere.” So: laziness, or being cheap, and not really carrying about the user experience: those are the reasons people write web apps.
Do any of you know another solution to stream audio from my phone to my server
I use snapcast throughout my house and devices, but there’s no snap_server_ for Android.
I’ve been meaning to try roc, for which there is an Android client that will both play and serve.
Sonobus also claims to be many:many; I haven’t tried it either and it doesn’t look particularly active.
I don’t use UPnP or DLNA because of the security issues, so I can’t offer a suggestion about that. I thought DLNA was a pull oriented protocol - like, to send music from your phone you’d have to select and play on your computer with a DLNA client. Can you push media with DLNA?
Calibre is one of the great pieces of FOSS software, and demonstrates everything good about FOSS: it has regular updates; it’s been around for simply ages; it works really, really well; it gets updates and new features and yet has never in my memory had a breaking, non-backwards-compatible release… it’s stable; and it resists - in its way - the attempt by publishers to steal our rights and ownerships of our media.
I contribute donate to Calibre. I hope that Goyal has a successor lined up to take the helm who can continue such an outstanding contribution when he finally retires from the project.
Edit: clarification
A little later, maybe, but much the same… on the upside:
On the downsides,
It was a slower world, with fewer consumer goods, fewer conveniences, and worse medical care. Everybody smoked, all the time. But slower was good, and - best of all - we didn’t realize yet that we were killing the planet; the world wasn’t ending.
When it was first released, I was interested in the decentralized nature of it as a currency. I liked - well, I still like - the idea of a currency that isn’t controlled by a government. At the time (2009-ish?), I also thought it was anonymous, which also appealed to me; cash is mostly anonymous, but it can’t be used online, and even then the fact that society was increasingly moving toward cashless - and very traceable, and usary-heavy - credit cards was clear. Stripping privacy is critical to control.
Bitcoin isn’t anonymous, but other cryptocurrencies are, and bitcoin laid the groundwork. To your question, I, and many other people, paid some money to get some bitcoin - I think I spent $120? Mainly so I had enough to explore the space and play with it, because even then mining seemed painfully slow. Once money was spent on it, by whomever and for whatever reason, it acquired value: the value that, if you had some, you could sell it to someone else, or trade it for goods. In that way, it has the same value as an IOU on which I’ve scribbled “Good for $10 from Ruairidh Featherstonehaugh” and signed my name. Flawed metaphor, but you get there idea - the paper itself has no intrinsic value.
Despite that mining is so horrible for the environment, the concept that motivated Bitcoin still IMHO has value. An entirely digital, cashless system, not controlled by any one organization but rather by the community of participants. If Bitcoin didn’t have the environmental cost - if it has been proof-of-stake rather than proof-of-work, or if the computational work was actually something useful to society like gridcoin.us, it wouldn’t be so controversial. Sure, people are still going to be bitter about not buying into it early, but as long as people are willing to trade goods and services for it, it’ll have real value based on market rates.
I know logind can’t easily be, because I ran Artix for a while and they were using a decoupled version of it, and there was a big discussion about swapping it for something else because it was so hard to maintain.
I also have the prompt set to the host name. I’ve never understood why people included their usernames; I don’t log in to more than one account on each machine.
It is not modular. This is a lie Poettering keeps pushing to defend building a huge edifice of interdependent systems.
Look at the effort required to factor out logind. It can’t just be used in it’s own; it has a hard dependency on systemd and needs code changes to decouple.
I will repeat that journald is really bad at what it does, and further assert that you can not run systemd without journald, or vice versa. That you can not run systemd without getting timed job control. Even if you chose not to use it, it’s in there. And you can not get time job control without the init part. In most unix systems, init and cron are utterly decoupled and can be individually swapped with other systems.
Systemd is not modular if you can’t swap parts out for other software. Systemd’s modularity is a bald-faced lie.
The one exceptions are homed and resolvd, which are relatively new and were addedlong after systemd came under fire for being monolithic. And, ironically, they’re the components most distributions don’t use by default.
It absolutely is. The typesetting is beautiful, and it’s far easier to work with than (LA)TeX. It also doesn’t take up 2GB of disk space.
According to election theory, a dictatorship is the only perfectly fair voting system: the only voter wins the vote, every time.
I’ve been using systemd on most of my systems since it was released; I was an early jumper to upstart as well.
The thing I don’t like about systemd is how pervasive in the OS it is. It violates the “do one thing, do it well” Unix philosophy, and when systemd went from an init system to starting to take everything over, I started liking it less.
My issues with systemd is that it isn’t an unmitigated success, for me. journald is horrible: it’s slow and doesn’t seem to catch everything (the latter is extremely rare, but that it happens occasionally makes me nervous). There are several gotchas in running user services, such as getting in-session services working correctly (so that user services can access the user session kernel keyring).
Recently I’ve been using dinit on a system, and I’m pretty happy with it. I may switch all of my systems over to it; I’m running Arch everywhere, and while migrating Arch to Artix was scary the first time, in the end it went fairly smoothly.
Fundamentally, systemd is a monolithic OS system. It make Linux into more of a Windows or MacOS, where a bunch of different systems are consolidated under a single piece of software. While it violates the Unix philosophy, it has been successful because monolithic systems tend to be easier to use: users really only have to learn two command-line tools, vs a dozen. Is it categorically better, just because the user interface is easier for new Linux users?
dinit also has the ability to run user services, FWIW.
As long as it isn’t github.
Publish that puppy. It can’t hurt.
Don’t do it in github, though. Sourcehut is better; or if you crave that cluttered, JS-heavy feel, Gitlab.
Maybe! How is it better than keeping a README?
If it’s just a command, I put it in a readme. If it’s a series of commands, I put it in a shell script. What would your tool bring to the party, and if I’m going to turn to a third party solution, why shouldn’t I use Salt or Puppet instead?
Alligator. Venison. Duck. Butterfish. Trout. Mussels.
Except that one is automatically versioned and would have saved you this pain, and the other relies on you actively remembering to reflexively commit, and then do extra work to clean up your history before sharing, and once you push, it’s harder to change history and make a clean version to share.
These days, there’s little excuse to not use COW with automated snapshots in addition to your normal, manual, VCS activities.
Me too. I miss my youthful metabolism.
For the past couple of years, I’ve been grooving on Ramune, that Japanese drink in the glass bottles with the marble. It’s just sugar-water; the flavorings are mild, there’s no caffeine, and it’s pretty sweet, but it’s fun and tastes good. My Cub Foods carries it in the “foreign” section, and I’ll get a bottle a couple of times a year. It’s the only sweetened soda I drink.
We do drink a fair amount of soda water; just plain, unsweetened, unflavored carbonated water, but I don’t think that counts towards OP’s question. Gerolsteiner, mostly, but also non-mineral … Gerolsteiner has a taste, being mineral water, which I like but not so much with meals.