Hacker Public Radio

Your ideas, projects, opinions - podcasted.

New episodes Monday through Friday.


Comments


Kevin O'Brien says: I loved the show

RE: hpr4412::2025-07-01 Parkinson Tribly's Story: The Prisoner of Unit 731 by Antoine
00:20:14 Listen in ogg, opus, or mp3 format.
I am a student of World War II history, and I am familiar with many of the events this story is based on. I really liked it.

paulj says: Great Interview

RE: hpr4411::2025-06-30 The Pachli project by thelovebugfrom the series Interviews.
01:12:05 Listen in ogg, opus, or mp3 format.
Pachli is a great application, but I never knew the background to its development. Thanks for catching up with Nik, and making this show - very interesting. Open source project "done right"!

Henrik Hemrin says: Review ALT texts

RE: hpr4408::2025-06-25 Lynx - Old School Browsing by Kevie
00:22:33 Listen in ogg, opus, or mp3 format.
I use Lynx sometimes.

One use case is to take advantage of the fact that I cannot see the images in Lynx, instead I only see the ALT texts. This helps me to get an idea of how web sites works for visually impaired persons, and this helps me to improve my ALT texts on my own web site and elsewhere.


Alec Bickerton says: XML parsing without xmlstarlet

RE: hpr4404::2025-06-19 Kevie nerd snipes Ken by grepping xml by Ken Fallon
00:26:19 Listen in ogg, opus, or mp3 format.
Minor correction I just though of.

curl -s https://tuxjam.otherside.network/feed/podcast/ | xmllint --xpath "rss/channel/item/enclosure/@url" - | head -1

Alec Bickerton says: Shorter version

RE: hpr4404::2025-06-19 Kevie nerd snipes Ken by grepping xml by Ken Fallon
00:26:19 Listen in ogg, opus, or mp3 format.
curl -s https://tuxjam.otherside.network/feed/podcast/ | xmlstarlet sel --text --template --match 'rss/channel/item' --value-of 'enclosure/@url' --nl | head -1

Dave Morriss says: Thanks for bringing us along...

RE: hpr4405::2025-06-20 What did I do at work today? by Lee
01:09:30 Listen in ogg, opus, or mp3 format.
I enjoyed listening to you working on your VB/SQL Server application. I was cooking dinner for my visitors (my son and his girlfriend), and your show had a sort of ASMR quality to it.

I have never used Visual Basic or SQL Server, but that didn't seem to matter. It was interesting to hear about what you were doing.

Your comment about VMS file version numbers alerted me. I used to manage a two node VAXcluster running "VAX/VMS" as its "System Manager" from 1987. Later we replaced it with a DEC Alpha also running VMS, with the new name "OpenVMS". I very much agree that the version number feature was really useful, and I miss it! There was a file attribute you could set which auto-deleted the oldest files if there were more than a certain number of versions in a directory.

Torin Doyle says: Not able to use database to find my comments.

RE: hpr4403::2025-06-18 How to get your very own copy of the HPR database by norrist
00:02:52 Listen in ogg, opus, or mp3 format.
Hi norrist.

Running as sudo did not work. Also, I'm unsure as to how to run those scripts. Not to worry. Thanks, anyway.

ko3moc says: response

RE: hpr4406::2025-06-23 SVG Files: Cyber Threat Hidden in Images by ko3moc
00:08:25 Listen in ogg, opus, or mp3 format.
Yes, it can be steganography if the code is hidden or disguised to avoid detection but if it’s just inserted as active code, it may be looked at as malware or script injection, not steganography as malicious content is clearly visible in the file structure (e.g. have it's own script tag)




Archer72 says: It's in my memory

RE: hpr4417::2025-07-08 Newest matching file by Dave Morriss
00:22:02 Listen in ogg, opus, or mp3 format.
Dave,

Thanks for the show. This is one that I will have to refer to at a later date. For now, I'm putting in my memory to refer back.

Archer72

oxo says: Interesting!

RE: hpr4406::2025-06-23 SVG Files: Cyber Threat Hidden in Images by ko3moc
00:08:25 Listen in ogg, opus, or mp3 format.
Hi ko3moc,
Interesting podcast. Thank you for sharing your knowledge about this. I wondered: is this also categorized as steganography? I guess it is and then used in a malicious way.
My tip as a protonmail user: in my webmail I have automatic downloading of remote content switched off.

Ken Fallon says: Personal message to redhat (nprfan)

RE: hpr4398::2025-06-11 Command line fun: downloading a podcast by Kevie
00:10:47 Listen in ogg, opus, or mp3 format.
Hi redhat (nprfan),

Dave and I had a look at your comment, as it was essentially a script that produced links to a website. While we think it's not malicious, the code as written would not run as it's missing some variables.

Can you please record a show about it as we both were impressed by your though process in this one.

Ken and Dave.

Henrik Hemrin says: More to digest

RE: hpr4404::2025-06-19 Kevie nerd snipes Ken by grepping xml by Ken Fallon
00:26:19 Listen in ogg, opus, or mp3 format.
Thanks Ken for your addition, alternative, response, to Kevies show about downloading a podcast. Now I have two interesting shows to digest in detail and learn from.

Laindir says: The perfect kind of recommendation

RE: hpr4397::2025-06-10 Transfer files from desktop to phone with qrcp by Klaatu
00:09:17 Listen in ogg, opus, or mp3 format.
This is exactly the kind of clever little utility that it wouldn't occur to me to search for. Solves a common problem in a really neat way. And I would never know about it except being told by someone who uses it. Great show!

norrist says: Also an SQLite version

RE: hpr4403::2025-06-18 How to get your very own copy of the HPR database by norrist
00:02:52 Listen in ogg, opus, or mp3 format.
I should have added in the show that there are scripts available to download the db and load the sql into a sqlite file. This is probably a much easier option if you dont have experience managing mariadb.

The scripts are in the hpr_generator project:
https://repo.anhonesthost.net/HPR/hpr_generator/src/branch/main/utils

If you try the method in the show and are getting permission denied errors, try running the commands as root. Sometimes the root user has blanket permissions to the databases.

Torin Doyle says: Database size.

RE: hpr4403::2025-06-18 How to get your very own copy of the HPR database by norrist
00:02:52 Listen in ogg, opus, or mp3 format.
Hi norrist.

I downloaded the database and it's only 19.1 MB in size. Is that right.

I'm not able to open it in the Flatpak, 'DB Browser for SQLite Version 3.13.1'. I get an error like "Error importing data from record number 23184. Unexpected end of file. ...

I then ran the commands in this episode page with mariadb and get errors in the terminal like 'Access denied for user 'torin'@'localhost''.

Torin Doyle says: Appreciated!

RE: hpr4403::2025-06-18 How to get your very own copy of the HPR database by norrist
00:02:52 Listen in ogg, opus, or mp3 format.
Hi norrist. Thanks very much for this. I appreciate it. :-)

Torin Doyle says: Cheers for this.

RE: hpr4378::2025-05-14 SQL to get the next_free_slot by norrist
00:28:26 Listen in ogg, opus, or mp3 format.
Hey norrist. Thanks for the guide.

Henrik Hemrin says: Tempted to have fun

RE: hpr4398::2025-06-11 Command line fun: downloading a podcast by Kevie
00:10:47 Listen in ogg, opus, or mp3 format.
Thanks Kevie,
I am tempted to have fun and try myself! And to read the steps in detail to learn what each step does.
The command Ctrl c you mentioned is indeed a very useful one.

Torin Doyle says: Got the link.

RE: hpr4391::2025-06-02 HPR Community News for May 2025 by HPR Volunteersfrom the series HPR Community News.
01:16:57 Listen in ogg, opus, or mp3 format.
Hi norrist. I checked the shownotes - got it. https://hackerpublicradio.org/hpr.sql
:)

Torin Doyle says: Reply to Comment #4 by norrist

RE: hpr4391::2025-06-02 HPR Community News for May 2025 by HPR Volunteersfrom the series HPR Community News.
01:16:57 Listen in ogg, opus, or mp3 format.
Hi norrist. Do you refer to this - "hpr4378 :: SQL to get the next free slot"? Where exactly do I download the file from? How big is it about? Thanks.

Torin Doyle says: Comment #3 typo.

RE: hpr4391::2025-06-02 HPR Community News for May 2025 by HPR Volunteersfrom the series HPR Community News.
01:16:57 Listen in ogg, opus, or mp3 format.
Hi. In my previous comment, 'preconception' should have been 'pronunciation' -- a spellcheck mishap. Sorry.

norrist says: Watch the Queue for a show about how to find all the comments

RE: hpr4391::2025-06-02 HPR Community News for May 2025 by HPR Volunteersfrom the series HPR Community News.
01:16:57 Listen in ogg, opus, or mp3 format.
I just recorded a show with instructions for getting a local copy of the HPR database. You can query the database to see all your previous comments.

Torin Doyle says: Reply to Ken [Comment 2]

RE: hpr4391::2025-06-02 HPR Community News for May 2025 by HPR Volunteersfrom the series HPR Community News.
01:16:57 Listen in ogg, opus, or mp3 format.
Hi Ken.

Thank you for replying. That episode was flagged as explicit so perhaps younger folk shouldn't have been listening. Towards the end, you even used the f-word.

I'm here more for the tech [GNU/Linux & FLOSS] but it's clear that a myriad of non-tech subjects like sharing recipes, etc. are brought to HPR.

That's a fair point with the flyer example you gave.

BTW, is there a way I can easily find all of my previous comments? I'm unsure if I did or didn't make an intro post somewhere.
How do I get a link to my user name? For example, Klaatu has https://hackerpublicradio.org/correspondents/0078.html. I presume links are only for hosts - that is folk who have posted a show themselves?

About joining the Community New show -- alas, my social anxiety gets the better of me.

As for pronunciation, just give it a go - even a bad preconception is better than none. ;-)

Regards.

Antoine says: Brings philosophical thoughts

RE: hpr4395::2025-06-06 Second Life by Lee
00:26:52 Listen in ogg, opus, or mp3 format.
Hi!

Second Life was a revolution when it came out, and it's surprising too see it prospering today in the same premises. Great and open talk that brought a good knowledge about Second Life for someone who has never used (played?) it. I will not distil philosophical inquiries that it brought to me (not able to express exactly), just congratulate you two, Lee and Elsbeth, for it.

Ken Fallon says: Thanks for your feedback.

RE: hpr4391::2025-06-02 HPR Community News for May 2025 by HPR Volunteersfrom the series HPR Community News.
01:16:57 Listen in ogg, opus, or mp3 format.
Hi Torin,

We quite often skip over difficult to read sections in the comments, as written text often doesn't translate to audio that well. I have been know to skip comments entirely when they are too long. That said all the comments are on a RSS feed, on the website, are linked in the Community News Show notes and on the episodes, so if anyone cares they are there.

In your case I didn't read it out as the descriptions you used might cause distress to younger listeners. This is allowed under our long standing policy https://hackerpublicradio.org/about.html#not_moderated
"The audio of your show will not be moderated." ... We do not vet, edit, moderate or in any way censor any of the audio you submit, we trust you to do that. ...Please note that this only relates to the audio you upload. The rest of the meta-data, are managed by the HPR Community, and may be edited.
hpr2210 :: On Freedom of Speech and Censorship describes the agreed approach to this topic. https://hackerpublicradio.org/eps/hpr2210/index.html

I felt that reading "Alas, the fate of male chicks in the egg industry is horrific" was enough to get the point across. The other words used are also in the show notes of this episode.
"[mass maceration / mass suffocation / mass gassing]"

We get a lot of people trying to push their products and opinions here on the comment section. Of your 10 comments, 30% are "pushing" a Animal Welfare agenda. I'm not disagreeing with you views, I'm trying to figure if you are here for the tech or here for the platform. That is why it's important to introduce yourself to the community. You can imagine that I will be more likely to read a flyer given to me by the person who runs the coffee corner at my hacker space, than from someone who shoves a leaflet in the door.

As for pronunciation, if you don't like it, then join the Community New show yourself. We record the Community news on the Friday before the first Monday of the month.

Ken.

Torin Doyle says: Very disappointed.

RE: hpr4391::2025-06-02 HPR Community News for May 2025 by HPR Volunteersfrom the series HPR Community News.
01:16:57 Listen in ogg, opus, or mp3 format.
Hey Ken. You read my comment [from about 25m51s in]. And I don't think it's that hard to pronounce the word 'macerated'. Also, why did you censor my comment by not even mentioning the ways male chicks are killed in the egg industry? If you don't believe me, look it up and see for yourself. Also, I've commented many times in the past. Why does it matter that I never hosted a show and that ye know nothing or little about me? I'm sure there's also other commenters that are not much known to ye. If folk go to the trouble of leaving comments, I don't think it's expecting too much to have them read out properly.

Torin Doyle says: Reply to @Bob

RE: hpr4375::2025-05-09 Long Chain Carbons,Eggs and Dorodango? by operat0r
00:33:46 Listen in ogg, opus, or mp3 format.
@Bob

Re: Comment #2

That would be much better but unless operat0r states that then I doubt it. It's more likely those eggs come from factory farm hell.

oxo says: Good show!

RE: hpr4394::2025-06-05 Digital Steganography Intro by mightbemike
00:32:36 Listen in ogg, opus, or mp3 format.
Interesting topic of which I didn't knew anything about. Until after I listened to your show. Steganography will be on my someday list, to dive deeper into. Thank you mightbemike!

Henrik Hemrin says: Fascinating topic

RE: hpr4394::2025-06-05 Digital Steganography Intro by mightbemike
00:32:36 Listen in ogg, opus, or mp3 format.
I enjoyed this episode! It is an interesting topic. I would like to hear about case studies.

Somewhat related. At least I heard that some persons writing some technical documents, hide their "kilroy" in eg a drawing, like maybe tiny black text on a black line. Somewhat similar is hidden code, like I recall a Tektronix oscilloscope that if you entered a specific order of commands, a figure would play on the screen - I didn't find it out but I remember a colleague did. And some software has hidden games in the code.


More Information...


Copyright Information

Unless otherwise stated, our shows are released under a Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license.

The HPR Website Design is released to the Public Domain.