Toots for profoundlynerdy@bitbang.social account

Written by Profoundly Nerdy on 2025-02-04 at 17:25

The annual #BASIC 10 Liner contest has returned! Code like it's 1989!

https://gkanold.wixsite.com/homeputerium/rules2025

[#]programming #retrocomputing #c64 #atari #apple2 #appleii #spectrum #amiga #riscos #msdos #freedos

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2025-02-04 at 15:09

I have an ancient #Thinkpad that just is not taking to #Gentoo well. I could probably coax it to work eventually, but I don't want to bug the Gentoo IRC channel too much. I can't get X or Wayland running. I tried an #Arch derivative which "works" but is very buggy.

I don't want #Ubuntu with it's crappy snap everywhere setup. I might fall back to #Slackware or #Debian

I just want something that has most #hamradio software in its repos and can run #Wine for #Winlink support.

[#]Linux

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2025-02-03 at 23:44

Would #Forth be good for DSP work? Think implementing an over the air ham radio digital mode protocol, either voice or data. What about SDR firmware?

[#]hamradio #programing #dsp #sdr

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2025-01-30 at 23:00

If I have a properly grounded and bonded shack with a lightning arrester where the coax comes into the house, must I also attach a lightning ground to my antenna as well?

I'm just talking about lightning safety here, not an RF ground or counterpoise, etc.

[#]hamradio #amateurradio

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2025-01-30 at 22:53

Is there something like #haveibeenpwned but for banking account info?

I don't mean a credit monitoring service that can (sort of) give you a heads up if bad guys leverage your credit, I mean the hash of [account number] is part of a data set readily available over #Tor or the like.

[#]cybersecurity

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2025-01-30 at 18:38

In Raku this is how I operate on every line of a multiline string:

for $string.split("\n") -> $line {
    foo($line);
}

In Perl, I'd probably do it like this:

my @lines = split /\n/, $str
foreach (@lines) {
      foo($_);
}

The Raku code works, yet somehow it feels less than idiomatic. Thoughts?

[#]Rakulang #Perl #Programming

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2025-01-29 at 18:38

@smonff I know you're big into #Perl and know it better than I do. I'm not sure if you know Raku well enough to comment but I figured I could ask.

Feel free to reply with a Perl-lish example, even if it isn't valid Raku. 😀

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2025-01-29 at 16:17

[#]Rakulang grammar question. Given something like:

[#] Ex. 1
grammar CSV {
    TOP {} # ??
    token column { [ '"' ]? .* \, [ '"']? }
}

[#] Ex. 2
grammar USD {
    TOP {} # ??
    token dollars { \d ** 3 [',']? } 
    token cents   { \. \d ** 2     }
}

  1. How do I tell the grammar's TOP that a given token could potentially repeat an arbitrary number of times?

  1. Can I mix in range validation somehow? So that 1,234.56 is a valid capture but 0,123.45 is not.

[#]programming #linux

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2025-01-28 at 16:55

Are there programming language syntax highlighters in pure CSS with no reliance on JS?

[#]programming #webdeveloment #css

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2025-01-26 at 20:28

A long time ago, I found several files that discussed connecting the #C64 to #hamradio equipment, typically via the user port. What sorts of things could you do with a C64 and a ham radio back in the day? The details are lost on me, this really was a few decades ago and the files tended to have ASCII diagrams. #retrocomputing #packetbbs #packetradio

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2025-01-26 at 19:48

What's the most interesting CW exchange you've had or overheard? #hamradio #amateurradio #morsecode

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2025-01-26 at 19:43

EA here on my way to FC. Are there any other Freemasons in the fediverse?

[#]freemasons #freemasonry #mason #askfedi

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2025-01-26 at 19:09

I want to run some wire antennas between two trees. If I put a steel I-hook on each tree 20-25 ft up, how do I simultaneously keep the EFHW antennas from drooping and allow for the trees to sway independently in the wind and not snap the wires? #hamradio #amateurradio #antennas

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2025-01-23 at 02:12

If you were tasked with refactoring the #TMNT #NES game -- the first one -- into a better game, what changes would you make? Assume you're reworking the original codebase on the same mapper as the original NES cart.

Would you drop more B&W TMNT comic references or stick to the Saturday morning cartoon?

Discuss...

[#]retrogaming #retrocomputing

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2025-01-09 at 17:00

[#]ProtonMail is down, again for the second time this month. I suspect this is growing pains. What do some of you think?

https://status.proton.me/

[#]security #email

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2025-01-09 at 15:38

[#]OSNews has an interesting article on building an operating system kernel in 1,000 lines of code. That's really cool.

https://www.osnews.com/story/141502/an-operating-system-in-1000-lines/

[#]RISCV #programming

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2025-01-05 at 22:09

Can someone recommend an FRS radio that doesn't suck? I have a pair of Midland FRS radios with 10 minute battery lives and dodgy PTT buttons.

I need:

[#]frs #gmrs #hamradio

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2024-12-31 at 18:31

A bunch of end-fed half-wave questions:

[#]amateurradio #hamradio

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2024-12-29 at 21:36

Those of you with an #sbitx do you like it? Unlike the #ubitx does it have an S-meter built in? Is there anything I should know before buying one? I may replace my g90 with it. #hamradio #raspberrypi

=> More informations about this toot | View the thread

Written by Profoundly Nerdy on 2024-12-29 at 04:24

Can someone explain why #system76 has open source UEFI firmware but #framework does not? Is open source firmware a goal for framework or is that not really on their radar? It seems like it would be.

[#]UEFI #firmware #framework13 #framework16 #tianocore #coreboot

=> More informations about this toot | View the thread

=> This profile with reblog | Go to profoundlynerdy@bitbang.social account

Proxy Information
Original URL
gemini://mastogem.picasoft.net/profile/109457192581559236
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
339.593347 milliseconds
Gemini-to-HTML Time
5.617526 milliseconds

This content has been proxied by September (3851b).