How about drug testing all the politicians every week?
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
- 183 Posts
- 2.56K Comments
Onno (VK6FLAB)@lemmy.radioto
Linux@programming.dev•What are some of your most useful or favorite terminal commands?
6·9時間前grep, sed, awk, and find
Onno (VK6FLAB)@lemmy.radioto
The Signal messenger and protocol.@lemmy.ml•Signal installation in a DistroboxEnglish
2·2日前I wonder why it requires a full VM, has anyone run it inside Docker?
Edit: For some reason I thought Distrobox was like VirtualBox, instead it seems more like Docker, apparently even requires podman … carry on, nothing to see here.
PS … TIL that there’s a Signal .deb available.
Onno (VK6FLAB)@lemmy.radioto
Technology@lemmy.world•Oracle made a $300 billion bet on OpenAI. It's paying the price.English
661·4日前I wonder … will it be another case of “Too Big To Fail” … or will it be … “Let The Market Decide”?
I’m guessing the answer depends on how many medals the CEO of Oracle can bestow upon the Orange.
Me … cynical … no … just been here for a while.
Onno (VK6FLAB)@lemmy.radioOPto
Amateur Radio@lemmy.radio•VK6: ABC Radio stations in Perth to move to FM in 2026
2·4日前As it happens, the ABC is already available on DAB+, so in some ways it’s a step backwards 😇
Onno (VK6FLAB)@lemmy.radioto
Buildapc@lemmy.world•Prebuilt pc restartes when experiencing network issue
1·4日前Yes and no.
It’s not power by itself, because other appliances would be affected.
The common denominator is the network.
There may well be an interaction between the power and the network, but I’m suspecting earth issues, rather than voltage ones, because networking is essentially low voltage and adding power voltages would cause more permanent damage than a reboot or temporary outage.
A network should also be physically separated from power.
I’m suspecting that a network cable is damaged and is in close proximity to a power cable, which may well be also damaged, perhaps by the same event.
It might also not be in or near the house, but out on the street.
Onno (VK6FLAB)@lemmy.radioto
Buildapc@lemmy.world•Prebuilt pc restartes when experiencing network issue
31·5日前I wonder if you have a fault in your network wiring, one that causes a short circuit when it gets wet.
Onno (VK6FLAB)@lemmy.radioto
Opensource@programming.dev•Sectigo’s Wrongful Revocation of RustDesk’s EV Certificate: A Concerning Precedent for the Software Security Ecosystem
7·5日前Interesting. TIL. Thank you.
I did discover this collection of tools that appears to provide code signing by the Linux Foundation project:
Onno (VK6FLAB)@lemmy.radioto
Opensource@programming.dev•Sectigo’s Wrongful Revocation of RustDesk’s EV Certificate: A Concerning Precedent for the Software Security Ecosystem
9·6日前Why can’t RustDesk use Let’s Encrypt instead?
Onno (VK6FLAB)@lemmy.radioto
Asklemmy@lemmy.ml•What's the oldest video game you still find yourself playing?
5·6日前For a time it was Solitaire, but these days it’s 2048.
Why type
uptimewhenwis sufficient?
Onno (VK6FLAB)@lemmy.radioto
Dad Jokes@lemmy.world•Dad, what time is your dentist appointment?English
3·7日前I’ve heard it as:
When’s your Dentist appointment?
2:30.
Onno (VK6FLAB)@lemmy.radioto
linuxmemes@lemmy.world•Linux is the reason Windows apps are bloated these days
1671·8日前Wow, that’s some serious misinformation.
Onno (VK6FLAB)@lemmy.radioto
Memes@lemmy.ml•Protect your mental health from capitalistic thought as much as possible
620·9日前And precisely how will you achieve the minimum standard of sustaining human life … trivial things like food and lodging?
Onno (VK6FLAB)@lemmy.radioto
Amateur Radio@lemmy.radio•Is Baofeng flagrantly lying to the FCC and endangering users? A deep dive
2·11日前That’s very interesting.
A little while ago we tested a bunch of radios for their spurious emissions. Until this post I was unaware that these radios were not tested by the FCC and that it appears that this is also true for other amateur transceivers.
For your information, here’s our report: https://github.com/vk6flab/rhp
Onno (VK6FLAB)@lemmy.radioto
A Boring Dystopia@lemmy.world•Samsung smart fridges have started displaying ads
6·12日前I’m guessing that if you set your DNS to AdGuard a lot of this nonsense would go away.
Another alternative is to remove the internet access from your fridge.
More likely than not you’re confusing modifier keys.
On the Mac, the zoom is [Command] + [+].
In Linux it’s [Control] + [+]
This is pretty much true across the board. It’s sometimes non-obvious because wrappers like UTM try to “help”.
The alternative is to ssh into the VM and continue to use the MacOS shortcuts you’re used to.
Source: I’ve been using Linux on MacOS guests for a very long time.
Onno (VK6FLAB)@lemmy.radioto
cats@lemmy.world•I think Inky is waiting to ask me three questions
16·12日前It’s dinner time and why haven’t you fed me yet?
I’m clearly starving, why haven’t you fed me yet?
I’m not kidding around, why haven’t you fed me yet?










I’ve been using Linux for 25 years,
awkis a more recent addition to my arsenal, but rapidly becoming more and more useful.For example,
awkis extremely helpful if you want to rearrange columns, do math on columns, essentially do things that would take multiple lines ofbashwithcutandread.