Comment Viewer

Because of the spammers we have had to turn on comment moderation. Sorry about the delay this will cause.

Subscribe to the comment feed.


Henrik Hemrin says: Thanks and welcome

Posted at 2025-09-04 18:58:43 relating to the show hpr4459 which was released on 2025-09-04 by Wojciech entitled How I got into tech

Hello Wojciech,

For me as a non-native English listener, your English was fine; well understandable and in a good speed.

Thanks for your first episode!


Antoine says: Welcome!

Posted at 2025-09-04 13:12:45 relating to the show hpr4459 which was released on 2025-09-04 by Wojciech entitled How I got into tech

It is an interesting beginning on tech! An "horror" show would be interesting, I agree. :)

Audio and English were good for me!


Windigo says: Singular vs plural functions

Posted at 2025-09-02 23:24:59 relating to the show hpr4445 which was released on 2025-08-15 by Jezra entitled doodoo one

I think you touched on a nugget of programming wisdom in this episode: functions should only work with one thing. If you need to apply the same function to a collection/group, every language has a loop/construct that can help you do that. :)

I'd even take it a step further; functions should do one thing, to one thing. Keep it nice and simple!


candycanearter07 says: show doubt

Posted at 2025-09-01 20:44:31 relating to the show hpr4456 which was released on 2025-09-01 by HPR Volunteers entitled HPR Community News for August 2025

i probably couldn't make an entire show about making some basic mods, but i appreciate the positive comments and making little code projects for myself is really fun!

also its candy-cane-arter


Archer72 says: First show

Posted at 2025-09-01 08:40:26 relating to the show hpr4459 which was released on 2025-09-04 by Wojciech entitled How I got into tech

Hi Wojciech,

That was a great first show, with lots of interesting topics.

To your question, your audio was good, and so was your English.

I for one look forward to your October story. :)


Archer72 says: Journaling

Posted at 2025-09-01 08:34:16 relating to the show hpr4393 which was released on 2025-06-04 by Some Guy On The Internet entitled Journal like you mean it.

Hi SGOTI,

While I have not started a paper journal, I have started an electronic one (backed up by Syncthing) soon after this show.

I do like the idea of a bulleted list, and this is done with Digraphs.

Dave Morris could tell you more about that one.

This also prompted me to write more on actual paper.


Archer72 says: Re: Antoine

Posted at 2025-09-01 08:23:25 relating to the show hpr4454 which was released on 2025-08-28 by Archer72 entitled AI, It's a Trap!

Hi Antoine,

Yes, your comment is a good encouragement, and it was interesting to hear the Portuguese meaning of "AI" :)


Antoine says: AI! ("Ouch" in Portuguese)

Posted at 2025-08-30 02:20:09 relating to the show hpr4454 which was released on 2025-08-28 by Archer72 entitled AI, It's a Trap!

Hi there!
A relevant opinion show, giving something about the use of AI (in Portuguese, "ai" means "ouch"), and a good conclusion.
Thanks for sharing.

I hope this comment comes as good Mana. It is sincere.


Ken Fallon says: I opened a bug, you can help fix it.

Posted at 2025-08-29 10:35:24 relating to the show hpr4453 which was released on 2025-08-27 by beni entitled IPv6 for Luddites

Hi wheresalice,

I have opened a bug(https://repo.anhonesthost.net/HPR/hpr_hub/issues/97) to track the issue.

We are a volunteer service so please consider helping us out with resolving it. Please read the developer information(https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/developer_information.md) before you decide to contribute.

There may be additional costs associated with this, so we need to check. Josh pays for the entire HPR website hosting and if anyone wants to support him you can by going to https://anhonesthost.com(https://anhonesthost.com). We need to move hosting location soon and I have asked Josh if we have ipv6 support there.

You can also help by adding some IPv6 shows to our Networking series. You can contribute your own shows about IPv6(https://hackerpublicradio.org/about.html#so_you_want_to_record_a_podcast), as you clearly have some experience debugging dns at least ;-).

If you prefer you can cohost with Beni who is looking for people to help with sitting in for his shows.

I've updated the Requested Topics(https://repo.anhonesthost.net/HPR/hpr_documentation/src/branch/main/requested_topics) page to include some more IPv6 requests.

Feel free to do overview shows, but also deep dives eg, into the structure of the packets.


wheresalice says: IPv6 on HPR

Posted at 2025-08-28 10:07:51 relating to the show hpr4453 which was released on 2025-08-27 by beni entitled IPv6 for Luddites

dig -t AAAA +short hackerpublicradio.org

looks like the webmasters should listen to this show


norrist says: Please post your talk

Posted at 2025-08-27 20:52:53 relating to the show hpr4453 which was released on 2025-08-27 by beni entitled IPv6 for Luddites

I hope you get to present at the BSD conference you mentioned.
But you can always to a HPR show about using OpenBSD as a router for a IPv6 only home network


Rho`n says: Great intro to IPv6

Posted at 2025-08-27 14:22:23 relating to the show hpr4453 which was released on 2025-08-27 by beni entitled IPv6 for Luddites

Did I want to be reminded that I am old enough to remember when IPv6 was first introduced? No, but loved the conversation, and does have me wanting to try out IPv6 on my home network. A nice test for my ASUS router running DD-WRT.


jezra says: time to head to the woodshop!

Posted at 2025-08-26 15:17:52 relating to the show hpr4447 which was released on 2025-08-19 by Ken Fallon entitled Interview with Margreet Pakkert at the Flevoland 2025 Field Work Archaeology Open Day.

dear boat builders,
let this episode be your inspiration to carve a name plate to attach to your vessel so that future generations will know the name of your sweet sweet boat.


candycanearter07 says: "moddable" games

Posted at 2025-08-25 11:05:27 relating to the show hpr4451 which was released on 2025-08-25 by operat0r entitled Game Modding

making your own game mods is one of my favorite things to do, like the kinda indie games that are written in scripting languages (lua, gdscript, dreammaker) are really good to kinda slap your own thing onto, especially since a lot of them have a built in mod loader. imo providing something like that and making it easy to modify is one of the best things a game can do, esp if its open source as well


jezra says: noted!

Posted at 2025-08-23 16:07:31 relating to the show hpr4445 which was released on 2025-08-15 by Jezra entitled doodoo one

yes, I will discuss the file structure in my next doodoo recording. Thank you for the suggestion.

A small test app was partially developed, but I gave up on it due to reasons, mostly I'm lazy. but I'll expand on that in the next doodoo recording as well. :)


jezra says: development happened faster than the show release cadence

Posted at 2025-08-23 16:02:02 relating to the show hpr4438 which was released on 2025-08-06 by Jezra entitled doodoo zero

@archer72 doodoo is *feature complete* and I'm using it in production already; self-hosted on digital ocean. If you want to try it, please do, and feel free to ask questions (which will be answered in an HPR episode).


Antoine says: That was sure a show!

Posted at 2025-08-20 22:44:44 relating to the show hpr4447 which was released on 2025-08-19 by Ken Fallon entitled Interview with Margreet Pakkert at the Flevoland 2025 Field Work Archaeology Open Day.

Loved the clarity, even a complete layman can understand! Also, the explanations and questions answered were absolutely the ones an interested person in knowing the maximum would ask! Fanfantastic. Thank you, Ken, and Margreet Pakkert.


Henrik Hemrin says: Odoo - new to me

Posted at 2025-08-20 13:47:05 relating to the show hpr4444 which was released on 2025-08-14 by Jeroen Baten entitled Introduction into the E.R.P. application called Odoo

It was interesting to learn this software exist for business purposes and about their own business model for the software itself.


Henrik Hemrin says: Interesting talk about this boat and archeology

Posted at 2025-08-20 09:30:20 relating to the show hpr4447 which was released on 2025-08-19 by Ken Fallon entitled Interview with Margreet Pakkert at the Flevoland 2025 Field Work Archaeology Open Day.

This was an interesting interview about acheology and this specific type of boat. Very nice educational talk with Margreet Pakkert and thanks also for the photos.


Clinton Roy says: Pictures too!

Posted at 2025-08-20 01:13:38 relating to the show hpr4447 which was released on 2025-08-19 by Ken Fallon entitled Interview with Margreet Pakkert at the Flevoland 2025 Field Work Archaeology Open Day.

I came to say how much I liked listening to this episode, then discovered there's pictures to go with! amazing, thank you.


trollercoaster says: I guess I didn't get my point over

Posted at 2025-08-18 22:05:14 relating to the show hpr4446 which was released on 2025-08-18 by Trollercoaster entitled Calling on AI to resque HPR

Hey candycanearter07... I actually wanted to point out how different LLM's are very different in their biases, and you should be aware of that when you use an LLM.

But I agree that the last thing we need, is LLM generated scripts (or even worse... AI generated voices playing AI generated scripts)
While it would solve the problem of empty slots... I agree that I'd rather have HPR end than that it gets stuffed with AI slop.


candycanearter07 says: Interesting episode

Posted at 2025-08-18 18:07:47 relating to the show hpr4446 which was released on 2025-08-18 by Trollercoaster entitled Calling on AI to resque HPR

Interesting way to mix a call to action with a more unique twist, but I really hope people don't turn to generative AI...


Reto says: I can follow your thoughts

Posted at 2025-08-16 08:34:04 relating to the show hpr4445 which was released on 2025-08-15 by Jezra entitled doodoo one

Hi Jezra,

This recording suits my level of understanding :) . Maybe you later on also talk about your file structure?

Have ever thought using this in your development?
hpr4091 :: Test Driven Development Demo. Norrist uses pytest. https://hackerpublicradio.org/eps/hpr4091/index.html

Cheers
Reto


paulj says: Great Show

Posted at 2025-08-14 06:18:54 relating to the show hpr4435 which was released on 2025-08-01 by hairylarry entitled Philosophy, Cosmology, Physics, and just what is up with Hairy Larry's brain.

Thanks @Hairylarry - I enjoyed the background information, and loved the music.

It would be great to hear how you can get into Jazz improvisation - perhaps another show? ;)

Thanks for sharing!


Jason Lewis says: Migrating from NetSuite

Posted at 2025-08-14 01:19:42 relating to the show hpr4444 which was released on 2025-08-14 by Jeroen Baten entitled Introduction into the E.R.P. application called Odoo

Hi, thanks for this podcast. So interesting and I can’t wait for more.

My business is currently in NetSuite and I’d love to hear about experiences migrating businesses from NetSuite to Odoo


أحمد المحمودي says: Look at KeePass

Posted at 2025-08-13 19:51:44 relating to the show hpr4377 which was released on 2025-05-13 by Klaatu entitled Password store and the pass command

Would you have a look at kpfpwd, it is a utility that I have written.
It is similar to password store (pass) to query entries from KeePass
databases:
https://gitlab.com/aelmahmoudy/kpfpwd

There is a CLI utility to edit KeePass files called kpcli:
http://sourceforge.net/projects/kpcli/


Antoine says: What a very specific field!

Posted at 2025-08-13 02:43:27 relating to the show hpr4442 which was released on 2025-08-12 by Manon entitled Orthopedagogiek - what it is.

Loved learning about this profession and themes related (children with learning difficulties and their environment).

Thanks for talking about.


Dave Morriss says: I enjoyed this a lot

Posted at 2025-08-12 08:04:53 relating to the show hpr4442 which was released on 2025-08-12 by Manon entitled Orthopedagogiek - what it is.

Hi Manon,

Thanks for the show. It was excellent.

I now understand what your job entails, and might be able to pronounce the word if I listen some more and practice :-)

Regards,
Dave


hairylarry says: Reply to Bob

Posted at 2025-08-11 15:01:17 relating to the show hpr4435 which was released on 2025-08-01 by hairylarry entitled Philosophy, Cosmology, Physics, and just what is up with Hairy Larry's brain.

Thanks. Definitely outside of my plain text programs wheelhouse.

In fact it originated as a From The Archives Of Something Blue musicology podcast. But, I thought, cosmology, physics, noumenology ... maybe this would work on Hacker Public Radio.

And I don't think noumenology is a thing. Noumena is a thing in philosophy as I described. So I wrote the title of the piece as a joke and then that led me here. So I guess, henceforth, noumenology is a thing.


Antoine says: : )

Posted at 2025-08-11 00:30:16 relating to the show hpr4437 which was released on 2025-08-05 by Antoine entitled One Possible Definition of "Hacker"

Hi, Elsbeth. I'm happy, really, that it was enjoyable to you.