PodcastsEducationHacker Public Radio

Hacker Public Radio

Hacker Public Radio
Hacker Public Radio
Latest episode

255 episodes

  • Hacker Public Radio

    HPR4635: What did I do at work today? Part 3 Section 1

    08/05/2026
    This show has been flagged as Explicit by the host.

    This is part of the documentation of an API class, documenting a particular a feature:-







    **Field:** actions

    **Value:** Create extra relationships

    e.g. set the type to 'contact'

    ```
    { "trigger": "update", "action": "add", "relationship": "7024", "child": "2085"}
    ```

    *Currently "update" is the only trigger and "add" is the only action.*









    Tools










    Joplin
    - Joplin is an open source, cross platform note-taking app. -
    https://joplinapp.org/










    PHP
    - A popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. -
    https://www.php.net/










    MySQL
    - MySQL is an open-source relational database management system. MariaDB is community driven fork of MySQL, often installing the MySQL package on a Linux distribution will actually install MariaDB. -
    https://en.wikipedia.org/wiki/MySQL
    -
    https://mariadb.org/
    -
    https://www.mysql.com/










    Sublime Text
    - Cross platform text editor -
    https://www.sublimetext.com/








    Typora - A simple yet powerful markdown reader - https://typora.io/









    Ubuntu / KUbuntu
    -
    https://en.wikipedia.org/wiki/Ubuntu










    Google Drive / Google Docs
    - Cloud based workspace, storage and office tools. -
    https://en.wikipedia.org/wiki/Google_Drive
    -
    https://en.wikipedia.org/wiki/Google_Docs










    Graph databases
    - A graph database is a database that uses graph structures for semantic queries with nodes, edges, and properties to represent and store data. A key concept of the system is the graph (or edge or relationship). The graph relates the data items in the store to a collection of nodes and edges, the edges representing the relationships between the nodes. -
    https://en.wikipedia.org/wiki/Graph_database










    Autojump
    - autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line -
    https://github.com/wting/autojump










    Object Oriented Programming
    - a programming paradigm based on the concept of objects. Objects can contain data (called fields, attributes or properties) and have actions they can perform (called procedures or methods and implemented in code). -
    https://en.wikipedia.org/wiki/Object-oriented_programming










    Grep, Silver Searcher & RipGrep
    - grep is a command-line utility for searching plaintext datasets for lines that match a regular expression. The Silver Searcher is a code searching tool similar to ack, with a focus on speed. ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. -
    https://github.com/ggreer/the_silver_searcher
    -
    https://github.com/BurntSushi/ripgrep










    Swagger & OpenAPI
    - The OpenAPI Specification defines a standard, language-agnostic interface to HTTP APIs which allows both humans and computers to discover and understand the capabilities of the service. -
    https://swagger.io/specification/










    Zeal
    - an offline documentation browser for software developers. -
    https://zealdocs.org/










    Ollama
    - a tool to get up and running with large language models, especially allowing installation on a local machine. -
    https://ollama.com/










    SSH Config
    - A file typically with the path
    '~/.ssh/config'
    used for setting options of the secure shell client that connects the terminal to remote computers. -
    https://man7.org/linux/man-pages/man5/ssh_config.5.html


    Provide feedback on this episode.
  • Hacker Public Radio

    HPR4634: Upgrade Failsause

    07/05/2026
    This show has been flagged as Clean by the host.

    https://rufus.ie/en/











    Kasa Smart Plug Mini with Energy Monitoring, Smart Home Wi-Fi Outlet Works with Alexa, Google Home & IFTTT, Wi-Fi Simple Setup, No Hub Required (KP115), White







    INIT STUFF







    Sudoers



    Apps



    apt update && apt install -y psmisc screen net-tools snapd pipx xbindkeys xbindkeys-config git nmap mono-runtime etherwake cloudflare-ddns mlocate samba







    # python pipx gahh



    su plex -



    pipx install python-kasa







    # sudo



    mkdir /root/PYTHONVENV/



    python3 -m venv /root/PYTHONVENV/



    pipx install python-kasa



    pipx ensurepath







    # update db



    mount -a



    sed 's/\/media//g' -i.bak /etc/updatedb.conf



    updatedb











    Contab



    0 0 * * * /usr/local/bin/cloudflare-ddns --update-now



    0 7 * * * /usr/local/bin/etherwake -i enp1s0 -D "d8:bb:c1:a2:2c:0b"



    0 3 * * * /usr/bin/veracrypt -d



    0 0 5 * * /usr/local/sbin/BSA.sh



    Mounts







    cat /etc/fstab



    UUID=2317187b-c592-46a7-8d8e-45c7d1eae7fc / ext4 errors=remount-ro 0 1



    UUID=61A0-586A /boot/efi vfat umask=0077 0 1



    UUID=db166a45-1afb-47dc-85cd-cbfcb06a9766 none swap sw 0 0







    # data



    UUID=dbb20dc6-9487-4510-9ab1-c7bbc3014cdb /media/data ext4 defaults,nofail,noatime 0 2







    # moredata



    UUID=5df24408-36ae-4205-8ecb-9d523dc4d820 /media/moredata ext4 defaults,nofail,noatime 0 2







    # backup



    UUID=c1aac0d2-73ca-4d95-883f-5e1f43b5cd13 /media/backup ext4 defaults,nofail,noatime 0 2







    Tunefs







    sudo tune2fs -c 5 -i 7d -C 1 /dev/sdd2



    sudo tune2fs -c 5 -i 7d -C 1 /dev/sdb1



    sudo tune2fs -c 5 -i 7d -C 1 /dev/sda1



    sudo tune2fs -c 5 -i 7d -C 1 /dev/sdc1















    XFCE



    Autologin



    # /etc/lightdm/lightdm.conf



    [Seat:*]



    autologin-user=plex



    autologin-user-timeout=0







    # Enable service



    systemctl enable lightdm











    UPower ( do not run pwrstatd )



    cat ./UPower/UPower.conf











    [UPower]



    EnableWattsUpPro=false



    NoPollBatteries=false



    IgnoreLid=false



    UsePercentageForPolicy=true



    PercentageLow=10



    PercentageCritical=3



    PercentageAction=2



    TimeLow=1200



    TimeCritical=300



    TimeAction=120



    CriticalPowerAction=HybridSleep







    PLEX



    RESTORE/BACKUP



    /home/plex/Library



    /media/moredata/_PLEX/usr/lib/plexmediaserver/



    Backup ?







    https://github.com/sinicide/ansible-vm/blob/master/roles/plex/files/pms-backup.sh







    Autostart Plex



    /home/plex/.config/autostart# cat PLEX_STARTUP.desktop



    [Desktop Entry]



    Encoding=UTF-8



    Version=0.9.4



    Type=Application



    Name=KODI_STARTUP



    Comment=KODI_STARTUP



    Exec=/home/plex/.local/bin/Plex.sh



    OnlyShowIn=XFCE;



    StartupNotify=false



    Terminal=false



    Hidden=false



    RunHook=0











    OMBI



    Sabnsbd+



    IDK ... ?!!?!?!?







    251 pipx install git+https://github.com/sabnzbd/sabnzbd.git



    252 pipx install sabnzbd



    253 pipx inject sabnzbd feedparser configobj cherrypy portend chardet cheetah3 puremagic guessit babelfish tmdbsimple



    254 pipx install sabnzbd



    255 python3 -m venv venv



    256 source venv/bin/activate



    257 pip install -r requirements.txt



    258 cat > ~/sabnzbd/sabnzbd-wrapper.sh << 'EOF'



    259 #!/bin/bash



    260 cd ~/sabnzbd



    261 source venv/bin/activate



    262 python3 SABnzbd.py "$@"



    263 EOF



    264 chmod +x ~/sabnzbd/sabnzbd-wrapper.sh



    265 sudo ln -s ~/sabnzbd/sabnzbd-wrapper.sh /usr/local/bin/sabnzbd



    266 sudo apt install unrar par2 unzip p7zip-full



    267 sudo apt install par2 unzip p7zip-full



    268 sudo apt install unrar par2 unzip p7zip-full



    269 which sabnsbd



    270 /usr/local/bin/sabnzbd



    271 apt-cache search unrar



    272 apt install unrar-free



    273 sudo unrar-free



    274 sudo apt install unrar-free



    275 /usr/local/bin/sabnzbd







    cat > ~/sabnzbd/sabnzbd-wrapper.sh << 'EOF'



    #!/bin/bash



    cd ~/sabnzbd



    source venv/bin/activate



    python3 SABnzbd.py "$@"



    EOF











    Sonarr



    Radarr



    Scripts



    Lights



    WatchDog



    # see kasa stuff ...



    /root/.local/pipx/venvs/python-kasa/bin/kasa --host WATCHDOG.localdomain off















    Sunshine/Moonlight



    # client



    snap install moonlight



    Plex HTPC (Snapd)



    snap install snapd



    snap refresh snapd



    snap install plex-htpc







    SMB/NFS



    apt install samba



    /etc/samba/smb.conf



    systemctl restart samba



















    VeraCrypt



    BlueTooth (Xbox)







    apt install bluetooth bluez bluez-tools rfkill



    bluetoothctl







    # hold little button on top ...then type scan on to turn scanning on



    # devices to list connected devices







    #1 under the batt cover



    remove 40:8E:2C:3A:9F:DA



    pair 40:8E:2C:3A:9F:DA



    trust 40:8E:2C:3A:9F:DA



    connect 40:8E:2C:3A:9F:DA











    remove 40:8E:2C:3A:A4:2F



    pair 40:8E:2C:3A:A4:2F



    trust 40:8E:2C:3A:A4:2F



    connect 40:8E:2C:3A:A4:2F













    Provide feedback on this episode.
  • Hacker Public Radio

    HPR4633: Ham Radio Licence

    06/05/2026
    This show has been flagged as Clean by the host.

    "The Foundation licence is your gateway to the world of amateur radio



    The course and exam that leads to the licence provides you with an exciting introduction to the hobby while ensuring you can operate safely and without causing issues to other radio users. The licence entitles you to a unique call sign which you use to identify yourself when transmitting.



    Foundation licences are issued by Ofcom, the UK’s communications regulator."



    From:
    https://rsgb.org/main/clubs-training/for-students/foundation/


    Provide feedback on this episode.
  • Hacker Public Radio

    HPR4632: Hackerpublic Radio New Years Eve Show 2026 Episode 6

    05/05/2026
    This show has been flagged as Explicit by the host.






    Sauced





    https://www.urbandictionary.com/define.php?term=sauced









    Chevrolet Vega





    https://en.wikipedia.org/wiki/Chevrolet_Vega









    Chevrolet small-block engine (first- and second-generation)





    https://en.wikipedia.org/wiki/Chevrolet_small-block_engine_(first-_and_second-generation)






    https://www.chevrolet.com/performance-parts/crate-engines/small-block-engines/350-engine









    Straight-six engine





    https://en.wikipedia.org/wiki/Straight-six_engine









    Half marathon





    https://en.wikipedia.org/wiki/Half_marathon









    Mammoth March





    https://www.mammothmarch.com/









    What Is Sleep Apnea?





    https://www.nhlbi.nih.gov/health/sleep-apnea






    https://en.wikipedia.org/wiki/Apnea









    Spaceballs





    https://en.wikipedia.org/wiki/Spaceballs






    https://www.imdb.com/title/tt0094012/









    Ale 8 One Special Edition Cherry Zero Sugar





    https://ale8one.com/varieties/






    https://www.amazon.com/Ale-One-Special-Bottles-Kentucky/dp/B09JBBDKM1






    https://www.kroger.com/p/ale-8-one-zero-sugar-cherry-soda-bottles/0007227546202









    Alcoholism





    https://en.wikipedia.org/wiki/Alcoholism






    https://www.cdc.gov/nchs/fastats/alcohol.htm









    Jitsi





    https://jitsi.org/






    https://en.wikipedia.org/wiki/Jitsi









    Surface Pro 6





    https://support.microsoft.com/en-us/surface/surface-pro-6-specs-and-features-ade5cfc2-e99a-6fd1-abbe-c0e8a8a3942d









    Xfce Desktop Environment





    https://www.xfce.org/






    https://en.wikipedia.org/wiki/Xfce









    Trinity Desktop Environment





    https://www.trinitydesktop.org/






    https://en.wikipedia.org/wiki/Trinity_Desktop_Environment









    Cheese





    https://wiki.gnome.org/Apps/Cheese









    Altered





    https://www.imdb.com/title/tt32123395/









    Final fireworks sales take off with a bang as countdown begins.





    https://www.dutchnews.nl/2025/12/final-fireworks-sales-take-off-with-a-bang-as-countdown-begins/






    https://www.theguardian.com/world/2026/jan/09/dutch-netherlands-fireworks-ban-new-years-eve









    Fireworks policy in the Netherlands





    https://en.wikipedia.org/wiki/Fireworks_policy_in_the_Netherlands









    Quarter of idiom





    https://www.merriam-webster.com/dictionary/%28a%29%20quarter%20of









    LinuxLugCast





    https://linuxlugcast.com/









    Needs must idiom





    https://www.phrases.org.uk/meanings/needs-must.html









    Tech and Coffee.





    https://techandcoffee.info/









    January 6 United States Capitol attack





    https://en.wikipedia.org/wiki/January_6_United_States_Capitol_attack









    OggCamp 2026





    https://www.oggcamp.org/









    List of benchmarking methods and software tools





    https://en.wikipedia.org/wiki/List_of_benchmarking_methods_and_software_tools









    Watchhouse





    https://watchhouseband.com/









    Proper feline supervision (Just because)





    https://blog.catbandit.com/why-does-my-cat-always-watch-me-exploring-the-reasons-behind-feline-observation/






    https://www.cats.org.uk/cats-blog/why-does-my-cat-stare-at-me






    https://thepurrfectguide.com/cat-supervised-introduction-guide/






    https://catvets.com/clinical-resources/practice-guidelines/









    WYSIWYG





    https://pl.wikipedia.org/wiki/WYSIWYG









    Pandoc a universal document converter





    https://pandoc.org/









    Rendering on the Web





    https://web.dev/articles/rendering-on-the-web









    F-Droid





    https://en.wikipedia.org/wiki/F-Droid






    https://f-droid.org/en/









    Get UTC time in seconds





    https://stackoverflow.com/questions/24547655/get-utc-time-in-seconds









    Content delivery network





    https://en.wikipedia.org/wiki/Content_delivery_network









    Audio feedback





    https://en.wikipedia.org/wiki/Audio_feedback









    Loopback





    https://en.wikipedia.org/wiki/Loopback









    List of conspiracy theories





    https://en.wikipedia.org/wiki/List_of_conspiracy_theories









    Jason Scott





    https://en.wikipedia.org/wiki/Jason_Scott









    Bug vs Feature





    https://devrev.ai/blog/bug-vs-feature-request-a-distinction-without-a-difference






    https://blog.codinghorror.com/thats-not-a-bug-its-a-feature-request/









    chronic dehydration





    https://en.wikipedia.org/wiki/Dehydration






    https://www.nhs.uk/conditions/dehydration/






    https://medlineplus.gov/dehydration.html






    https://www.healthline.com/health/chronic-dehydration









    Atlantic Highly Migratory Species Fishery Compliance Guides





    https://www.fisheries.noaa.gov/atlantic-highly-migratory-species/atlantic-highly-migratory-species-fishery-compliance-guides






    https://www.fisheries.noaa.gov/highly-migratory-species






    https://www.ecfr.gov/current/title-50/chapter-VI/part-635









    Federal Bridge Gross Weight Formula





    https://en.wikipedia.org/wiki/Federal_Bridge_Gross_Weight_Formula






    https://ops.fhwa.dot.gov/FREIGHT/publications/brdg_frm_wghts/index.htm









    Convenience store





    https://en.wikipedia.org/wiki/Convenience_store









    Listing Linux Users and Groups: A Comprehensive Guide





    https://linuxvox.com/blog/list-linux-users-and-groups/









    Plugable 250x Digital USB Microscope with Observation Stand





    https://plugable.com/products/usb2-micro-250x









    What’s the difference between Medicare and Medicaid?





    https://www.hhs.gov/answers/medicare-and-medicaid/what-is-the-difference-between-medicare-medicaid/index.html






    https://www.medicare.gov/basics/costs/help/medicaid






    Provide feedback on this episode.
  • Hacker Public Radio

    HPR4631: HPR Community News for April 2026

    04/05/2026
    This show has been flagged as Explicit by the host.

    New hosts

    There were no new hosts this month.

    Last Month's Shows

    Id
    Day
    Date
    Title
    Host

    4608
    Wed
    2026-04-01
    Simple Podcasting - Episode 1 - Preparation and Recording
    Whiskeyjack

    4609
    Thu
    2026-04-02
    Proper Date Format
    Ahuka

    4610
    Fri
    2026-04-03
    Playing Civilization V, Part 10
    Ahuka

    4611
    Mon
    2026-04-06
    HPR Community News for March 2026
    HPR Volunteers

    4612
    Tue
    2026-04-07
    Hackerpublic Radio New Years Eve Show 2026 Episode 4
    Honkeymagoo

    4613
    Wed
    2026-04-08
    Adding functionality to an Odoo installation
    Jeroen Baten

    4614
    Thu
    2026-04-09
    Dauug|18: Faster Than a '286, but Inspectable Like a Soroban
    Marc W. Abel

    4615
    Fri
    2026-04-10
    Clicking through an audit
    Lee

    4616
    Mon
    2026-04-13
    Thoughts about age control and further suggestions
    Trollercoaster

    4617
    Tue
    2026-04-14
    UNIX Curio #4 - Archiving Files
    Vance

    4618
    Wed
    2026-04-15
    Simple Podcasting - Episode 2 - Basic Filtering
    Whiskeyjack

    4619
    Thu
    2026-04-16
    HPR Beer Garden 12 - Baltic Porter
    Kevie

    4620
    Fri
    2026-04-17
    The Second Doctor, Part 1
    Ahuka

    4621
    Mon
    2026-04-20
    Android volume control help
    operat0r

    4622
    Tue
    2026-04-21
    Hackerpublic Radio New Years Eve Show 2026 Episode 5
    Honkeymagoo

    4623
    Wed
    2026-04-22
    A brief infodump on the Broadcast Address and Routing
    Jon The Nice Guy

    4624
    Thu
    2026-04-23
    Cheap Yellow Display Project Part 7: GUI Trying a Simple Hello World
    Trey

    4625
    Fri
    2026-04-24
    Site Specific Browsers
    Lee

    4626
    Mon
    2026-04-27
    Cable Management / PC Speakers
    operat0r

    4627
    Tue
    2026-04-28
    UNIX Curio #5 - Faster, Pussycat! Kill! Kill!
    Vance

    4628
    Wed
    2026-04-29
    Nuclear Power Technology Follow Up
    Whiskeyjack

    4629
    Thu
    2026-04-30
    What did I do at work today? Part 2
    Lee

    Comments this month

    Past shows

    hpr4424 (2025-07-17) "How I use Newsboat for Podcasts and Reddit" by Archer72.

    Ken Fallon said: "Summary of findings" (2026-04-05 14:09:24)

    Archer72 said: "Not fixed from أحمد المحمودي" (2026-04-25 11:02:26)

    hpr4569 (2026-02-05) "Kiosk with guest mode on Linux" by Klaatu.

    0xf10e said: "Preconfiguring browsers profiles? and re-replies ;)" (2026-04-17 09:56:49)

    hpr4585 (2026-02-27) "mpv util scripts" by candycanearter.

    candycanearter07 said: "perpetually updated script(s)" (2026-04-14 20:41:28)

    hpr4596 (2026-03-16) "Adding voice-over audio track created using text to speech on the movie subtitles" by Ken Fallon.

    Windigo said: "Great usability win" (2026-04-24 19:33:03)

    hpr4600 (2026-03-20) "The First Doctor, Part 5" by Ahuka.

    Kevin O'Brien said: "Maybe I will" (2026-04-12 16:16:00)

    hpr4603 (2026-03-25) "On the Erosion of Freedom in Open Source Software" by HopperMCS.

    Trollercoaster said: "Hopper did time traveling!" (2026-04-09 05:46:52)

    hpr4605 (2026-03-27) "Lee locks down his wifey poo" by Elsbeth.

    Lee said: "Quotation" (2026-04-05 15:59:54)

    Paulj said: "Thanks!" (2026-04-06 16:44:28)

    hpr4606 (2026-03-30) "My Nerdy Childhood: From Floppy Disks to Dial-Up Dreams" by Trollercoaster.

    Trollercoaster said: "Damn you Nerdy Nostaliga!" (2026-04-06 15:28:34)

    This month's shows

    hpr4608 (2026-04-01) "Simple Podcasting - Episode 1 - Preparation and Recording" by Whiskeyjack.

    Archer72 said: "Listening ahead" (2026-04-01 10:06:46)

    Whiskeyjack said: "Reply to Archer72 on HPR4608" (2026-04-01 12:27:46)

    Reto said: "It reminds me about Solocast" (2026-04-03 07:49:58)

    Whiskeyjack said: "Response to Reto comment on HPR4608" (2026-04-04 18:19:25)

    Whiskeyjack said: "Further response to Reto comment on HPR4608" (2026-04-04 22:21:38)

    hpr4609 (2026-04-02) "Proper Date Format" by Ahuka.

    Jim DeVore said: "It is the only proper date format" (2026-04-04 14:19:15)

    candycanearter07 said: "sensical date format" (2026-04-06 09:37:47)

    hpr4611 (2026-04-06) "HPR Community News for March 2026" by HPR Volunteers.

    candycanearter07 said: "misattributed comment" (2026-04-06 03:24:30)

    Ken Fallon said: "Fixed" (2026-04-06 13:50:17)

    hpr4614 (2026-04-09) "Dauug|18: Faster Than a '286, but Inspectable Like a Soroban" by Marc W. Abel.

    Jim DeVore said: "Is this the best approach for privacy?" (2026-04-12 03:15:44)

    candycanearter07 said: "interesting!" (2026-04-13 16:43:22)

    hpr4616 (2026-04-13) "Thoughts about age control and further suggestions" by Trollercoaster.

    Antoine said: "'Jus'do the age verification'" (2026-04-20 01:37:33)

    candycanearter07 said: "good strategy" (2026-04-22 13:24:48)

    Trollercoaster said: "Looking forward at next steps" (2026-04-25 15:37:22)

    Antoine said: "Our State. The Invitation." (2026-04-26 23:55:45)

    hpr4618 (2026-04-15) "Simple Podcasting - Episode 2 - Basic Filtering" by Whiskeyjack.

    Antoine said: "Applying filters - exp. with declicking - Compression?" (2026-04-20 12:50:09)

    Whiskeyjack said: "Response to Antoine on de-essing in HPR 4618" (2026-04-22 15:59:57)

    Vance said: "Click removal" (2026-04-25 14:31:40)

    Whiskeyjack said: "Reply to Vance in HPR4618 - Click Removal" (2026-04-27 00:48:11)

    Vance said: "To Whiskeyjack - Click Removal" (2026-04-28 00:43:11)

    Whiskeyjack said: "Reply to Vance on Click Removal in HPR4618" (2026-04-28 17:16:54)

    hpr4619 (2026-04-16) "HPR Beer Garden 12 - Baltic Porter" by Kevie.

    Gan Ainm said: "Störtebeker - again" (2026-04-17 16:37:29)

    hpr4621 (2026-04-20) "Android volume control help" by operat0r.

    candycanearter07 said: "intended double entendre?" (2026-04-21 18:58:54)

    hpr4624 (2026-04-23) "Cheap Yellow Display Project Part 7: GUI Trying a Simple Hello World " by Trey.

    Ken Fallon said: "Great to hear your success" (2026-04-23 08:36:28)

    hpr4625 (2026-04-24) "Site Specific Browsers" by Lee.

    candycanearter07 said: "electron charged opinion" (2026-04-24 03:38:13)

    hpr4627 (2026-04-28) "UNIX Curio #5 - Faster, Pussycat! Kill! Kill!" by Vance.

    Antoine said: "kill and killall" (2026-04-29 11:57:27)

    candycanearter07 said: "killer episode" (2026-04-29 15:14:31)

    Vance said: "Glad you enjoyed it" (2026-04-29 20:58:44)

    candycanearter07 said: "Re: Glad you enjoyed it" (2026-04-30 18:58:50)

    Mailing List discussions

    Policy decisions surrounding HPR are taken by the community as a whole. This
    discussion takes place on the Mailing List
    which is open to all HPR listeners and contributors. The discussions are open
    and available on the HPR server under Mailman.

    The threaded discussions this month can be found here:

    https://lists.hackerpublicradio.com/pipermail/hpr/2026-April/thread.html

    Events Calendar

    With the kind permission of LWN.net we are linking to
    The LWN.net Community Calendar.

    Quoting the site:

    This is the LWN.net community event calendar, where we track
    events of interest to people using and developing Linux and free software.
    Clicking on individual events will take you to the appropriate web
    page.

    Provide feedback on this episode.

More Education podcasts

About Hacker Public Radio

Hacker Public Radio is an podcast that releases shows every weekday Monday through Friday. Our shows are produced by the community (you) and can be on any topic that are of interest to hackers and hobbyists.
Podcast website

Listen to Hacker Public Radio, The Rich Roll Podcast and many other podcasts from around the world with the radio.net app

Get the free radio.net app

  • Stations and podcasts to bookmark
  • Stream via Wi-Fi or Bluetooth
  • Supports Carplay & Android Auto
  • Many other app features