It means your coffee pod machine just came online and the coffee is currently spewing from the spout … probably.
Onno (VK6FLAB)
Anything and everything Amateur Radio and beyond. Heavily into Open Source and SDR, working on a multi band monitor and transmitter.
#geek #nerd #hamradio VK6FLAB #podcaster #australia #ITProfessional #voiceover #opentowork
- 16 Posts
- 449 Comments
Onno (VK6FLAB)@lemmy.radioto
Asklemmy@lemmy.ml•Is the quietest place on Earth still have 7.83 Hz audible?
6·5 days agoVery cool, didn’t know this existed!
For anyone who wants more: https://en.wikipedia.org/wiki/Schumann_resonances
Onno (VK6FLAB)@lemmy.radioOPto
Asklemmy@lemmy.ml•Community behaviour around deletion of posts
2·6 days agoIf it’s never happened to you, how would you know that it’s happening at all?
Skin cancer is like an iceberg, what’s under the skin is what will kill you. Go and see your doctor.
Onno (VK6FLAB)@lemmy.radioto
Ask Lemmy@lemmy.world•What are your thoughs about YouTube clickbait?
18·7 days agoBetween the clickbait, YouTube “enhancements”, exploding AI slop videos and the atrocious search facility, the platform is rapidly becoming completely unusable for finding relevant information when you’re looking for answers.
As an entertainment platform it’s forcing creators to make long form content and making viewers sit through more and more low quality content.
It’s evolving, but I’m pretty sure it’s heading towards extinction, rather than greatness.
The shoes I’ve seen look like an orthopaedic horror story.
As a fully functional adult, I’ve been eyeing off light up shoes for years. So far, all I’ve seen is gimmick shoes you wouldn’t wear for more than an hour, so I make do with fluorescent shoelaces instead.
This seems like fun, though I’m not sure if I’d be game to walk up a set of stairs on them, perhaps I’m not keen on breaking something when I’d invariably trip and fall.
Onno (VK6FLAB)@lemmy.radioto
Linux@lemmy.world•Whats your preferred method for lear ing or looking up commands?English
1·13 days agoWait until you get your head around
awk😇
Onno (VK6FLAB)@lemmy.radioto
Linux@lemmy.world•Whats your preferred method for lear ing or looking up commands?English
6·13 days agoThe commands
manandaproposare your friends to get you started.Learning how to use specific tools like
grep,sedandawkis a case of getting started by using them. Most of the subsequent learning process will focus around how to create regular expressions (regex), for which there’s also a manpage.The “typical example” for a
ddcommand is like saying, “here’s a great way to shoot yourself in the foot”. A better way is to understand that most of these tools follow the UNIX philosophy:- Make each program do one thing well. To do a new job, build afresh rather than complicate old programs by adding new “features”.
- Expect the output of every program to become the input to another, as yet unknown, program. Don’t clutter output with extraneous information. Avoid stringently columnar or binary input formats. Don’t insist on interactive input.
- Design and build software, even operating systems, to be tried early, ideally within weeks. Don’t hesitate to throw away the clumsy parts and rebuild them.
- Use tools in preference to unskilled help to lighten a programming task, even if you have to detour to build the tools and expect to throw some of them out after you’ve finished using them.
Once you “grok” that, you’ll be in a much better place.
Onno (VK6FLAB)@lemmy.radioto
Linux@lemmy.ml•I hate how Apples + Googles Prinz services are fucking my Printer, yet CUPS does it right.
5·14 days agoHow would you suggest I respond in the future?
We have a person, claiming that CUPS doesn’t work and they now uninstall it on every installation.
There is no context, no data, no information that suggests what the issue is, what they tried, when this occurred, on which platform, under which conditions.
In other words, the user was essentially saying “CUPS sux”.
Having used Linux as my main system for over 25 years, that sentiment did not match my own experience, does not help anyone, not me, not the user and not the OP who was trying to solve a problem, let alone anyone else reading along.
I responded accordingly.
Onno (VK6FLAB)@lemmy.radioto
Linux@lemmy.ml•I hate how Apples + Googles Prinz services are fucking my Printer, yet CUPS does it right.
7·14 days agoThis has not been my experience … at … all.
Perhaps it would be helpful to discover what exactly doesn’t work for you and fix that, rather than remove CUPS because one time it didn’t work for you seven years ago.
Onno (VK6FLAB)@lemmy.radioto
Linux@lemmy.ml•I hate how Apples + Googles Prinz services are fucking my Printer, yet CUPS does it right.
2·14 days agoYou could print to CUPS from the other devices and potentially bypass all those shenanigans.
Also, CUPS has a PDF printer which saves you from even heating up your printer at all … I haven’t had a printer in my life for over 25 years.
There’s 10 types of people, those who understood binary …
It uses a security feature of Linux called cgroups or control groups to limit access to resources at a kernel level.
It’s used all over the place, including as the basis of Docker.
Wait until you see our dropbears. .
There’s a common but persistent misconception that Docker is like running a virtual machine. This is understandable but incorrect.
A better way to think of it is as a security wrapper around an untrusted process.
If you look at your running processes whilst a container is running, you’ll see the processes inside the container running on your “host” machine - remember, it’s not a host - guest situation.
There is no relationship between the user inside the container, unless you start mapping the UID and GID.
The only exception to this is the root user which shares the UID/GID with the actual root user.
See: https://www.howtogeek.com/devops/why-processes-in-docker-containers-shouldnt-run-as-root/
Edit: I suspect, but don’t know for sure, that the root user inside the container is actually the same user as the one running the Docker process, which is typically the root user on the “host”.
- The Docker container should change the user to an internal one (created by the build stage) and the process should run as that user.
- The uid and gid can be specified at runtime.
See: https://www.docker.com/blog/understanding-the-docker-user-instruction/













Depends on what your blender is capable of.