PodcastsEducaciónHacker Public Radio

Hacker Public Radio

Hacker Public Radio
Hacker Public Radio
Último episodio

236 episodios

  • Hacker Public Radio

    HPR4616: Thoughts about age control and further suggestions

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



    HPR EXCLUSIVE: THE INTERVIEW THAT WILL SAVE CIVILIZATION (OR AT
    LEAST YOUR KITCHEN DRAWER)







    Hopper sits down with the legendary Trollercoaster for a
    completely serious policy discussion with absolutely zero
    sarcasm whatsoever






    Tired of living in a world where ANYONE can just... open a drawer?
    Where CHILDREN can casually access spatulas and spicy condiments
    without proving their age to a licensed algorithm? Where your VCR
    doesn't run a background check before spooling up a tape?


    WELL, WORRY NO MORE.





    In this landmark interview, visionary tech policy thinker
    Trollercoaster lays out the roadmap to a safer tomorrow
    — one age-verified gunshot wound at a time. Topics covered
    include:




    System 76's courageous capitulation — actually a 5D
    chess move to manufacture the next generation of hackers by
    making Linux mildly annoying again



    Two-factor authentication for firearms — SMS-based
    triggers considered, reluctantly rejected (reception is bad at
    most crime scenes)



    GPS injections at birth — like circumcision, but for
    helicopter parents. Kids won't remember. Probably.



    Kitchen-as-a-Service (KaaS™) — powered by Microsoft,
    mandated by your government, billed monthly, support tickets
    routed to Bangalore



    Biannual maturity exams — because some people's
    brains start "deteriorating" and they end up making sarcastic
    podcasts that lawmakers might accidentally take seriously






    The liability framework is elegant in its simplicity: if anything
    bad ever happens to anyone,
    sue the manufacturer
    . Philips. IKEA. Smith & Wesson. Your kitchen. It doesn't
    matter. Someone made a thing, someone got hurt, somebody owes
    somebody lunch money.





    If you
    agree with any of this: contact your lawmakers
    immediately. They are waiting by the phone.


    If you
    disagree
    : too late, buddy. The lobbyists are already having the soup
    course.






    The lawmakers need your insights. They are, as noted, extremely
    narrow-minded.


    The comment section is open.

    Provide feedback on this episode.
  • Hacker Public Radio

    HPR4615: Clicking through an audit

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

    ISO 27001

    from Wikipedia.org:

    ISO/IEC 27001
    is an

    information security standard

    . It specifies the requirements for establishing, implementing, maintaining and continually improving an

    information security management system

    (ISMS). Organizations with an ISMS that meet the standard's requirements can choose to have it certified by an

    accredited certification body

    following successful completion of an

    audit

    .

    Information security audit

    from Wikipedia.org:

    An
    information security audit
    is an

    audit

    of the level of

    information security

    in an organization. It is an independent review and examination of system records, activities, and related documents. These audits are intended to improve the level of information security, avoid improper information security designs, and optimize the efficiency of the security safeguards and security processes.

    Factors contributing to cybersecurity fatigue

    Source: Adapted from Factors contributing to cybersecurity fatigue by L. J. J. S. (2024), Abertay University.

    Available at:

    https://rke.abertay.ac.uk/en/publications/factors-contributing-to-cybersecurity-fatigue/

    In cloud-based environments, the push for high-security standards often leads to "cybersecurity fatigue," which creates unintended psychological strain on employees.

    Constant interruptions from repetitive access requests.

    Overload of security checks and decision fatigue.

    Lack of clear understanding regarding actual cybersecurity risks.

    Impact on Behavior

    Fatigue frequently leads to negative outcomes, including the bypassing of security protocols, abandonment of necessary tasks, and total disengagement from mandatory training.

    Key Concept

    The study highlights "attitudinal fatigue" (an employee's negative mindset toward security) as a major barrier to organizational resilience and compliance.

    Strategic Recommendations:

    Transition to "contextualized training" that uses relatable, real-world scenarios.

    Streamline security workflows to minimize disruption to daily productivity.

    Develop targeted interventions.

    National Institute of Standards and Technology

    2011 Report:

    Information Security Continuous Monitoring (ISCM) for Federal Information Systems and Organizations

    (Tangentially
    ) related Episodes

    hpr3779 :: Just Because You Can Do a Thing...

    - Trey

    hpr0061 :: Punk Computing

    - Klattu

    hpr0002 :: Customization the Lost Reason

    - Deepgeek

    Provide feedback on this episode.
  • Hacker Public Radio

    HPR4614: Dauug|18: Faster Than a ’286, but Inspectable Like a Soroban

    09/04/2026
    This show has been flagged as Clean by the host.

    In this show, Marc Abel presents an introduction to Dauug|18, an 18-bit controller developed by The Dauug House. About the size of a postcard, Dauug|18 avoids the use of complex VLSI such as microprocessors, FPGAs, PLDs, ASICs, and DRAM. Instead, the architecture is built from trivial glue logic and synchronous static RAM, using components that can be hand-soldered and verified for connectivity after assembly.

    The motivation for Dauug|18 is to provide refuge in situations where transparency, auditability, and supply chain integrity are priorities. Rather than relying on high-integration silicon, Dauug|18 is auditable at the logic-gate level, allowing owners to verify the integrity of their hardware.

    This show covers key architectural details, the decision to use SRAM for both memory and logic, and system constraints that stem from Dauug|18's brutal simplicity, limited component selection, and succinctness. The practical effect of these constraints on programming Dauug|18 is also discussed in detail.

    Anticipated uses for Dauug|18 include privacy assertion, critical infrastructure, and curricula for fields relating to computer engineering.

    Files supplied with this show include a short PDF of Dauug|18 architectural details, as well as word-accurate, spell-checked subtitles and their matching transcript.

    More information, technical documentation, and updates on related projects like Dauug|36 can be found at https://dauug.org.
    Provide feedback on this episode.
  • Hacker Public Radio

    HPR4613: Adding functionality to an Odoo installation

    08/04/2026
    This show has been flagged as Clean by the host.

    A show about downloading and installing extra Odoo addons.



    There are 18780 lines of Python code in the core of Odoo (18)



    The standard set of available apps are usually installed in /usr/lib/python3/dist-packages/odoo/addons/



    Take note of the Linux File Hierarchy Standard



    So install your own stuff somewhere under /usr/local.



    For this show we standardize on /usr/local/lib/python3/odoo/addons



    But some use /opt/odoo.







    Edit /etc/odoo/odoo.conf and add:



    addons_path = /usr/lib/python3/dist-packages/odoo/addons, /usr/local/lib/python3/odoo/addons







    Find extra apps for example in: https://apps.odoo-community.org/shop







    First example:



    "Web Responsive", "https://github.com/OCA/web/", subdirectory "web_responsive"







    Next go to:



    Menu->Settings->Enable developermode->Goto Apps app->Update list of apps: to scan for all apps



    Install the app you just installed in /usr/local/lib/python3/odoo/addons







    Some more apps:



    "Web No Bubble" ,"https://github.com/OCA/web/", subdirectory "web_no_bubble"



    "Remove odoo.com Bindings", "https://github.com/OCA/server-brand/", subdirectory "disable_odoo_online"



    To unhide accountancy: https://github.com/OCA/account-financial-tools/tree/19.0/account_usability



    To add a helpdesk: https://apps.odoo-community.org/shop/helpdesk-management-4839







    Want more support? : [email protected]

    Provide feedback on this episode.
  • Hacker Public Radio

    HPR4612: Hackerpublic Radio New Years Eve Show 2026 Episode 4

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

    Aldi

    https://www.aldi.us/

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

    Does Aldi's Summit Diet Cola Contain Aspartame?

    https://www.thedailymeal.com/1465489/does-aldi-cola-contain-aspartame/

    Aspartame and Other Sweeteners in Food

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

    https://www.fda.gov/food/food-additives-petitions/aspartame-and-other-sweeteners-food

    https://pmc.ncbi.nlm.nih.gov/articles/PMC8227014/

    Sugar: THE BITTER TRUTH

    https://www.youtube.com/watch?v=dBnniua6-oM

    How to Make Up Comebacks when Somebody Calls You Fat

    https://www.wikihow.com/Make-Up-Comebacks-when-Somebody-Calls-You-Fat

    Swimming With Men - You Calling Me Fat?

    https://www.youtube.com/watch?v=JbD_sk0ih0g

    "Weird Al" Yankovic - Fat (Official Video)

    https://www.youtube.com/watch?v=t2mU6USTBRE

    Sam's Club

    https://www.samsclub.com/

    3rd Rock from the Sun

    https://en.wikipedia.org/wiki/3rd_Rock_from_the_Sun

    Interstate Highway System

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

    History of the Interstate Highway System

    https://highways.dot.gov/highway-history/interstate-system/50th-anniversary/history-interstate-highway-system

    https://www.gbcnet.com/ushighways/history.html

    https://www.history.com/articles/interstate-highway-system

    https://www.historicushighways.com/history-of-us-highways

    https://vividmaps.com/evolution-interstate-highway-system/

    https://www.youtube.com/watch?v=SF16uDPGi14

    99% Invisible

    https://99percentinvisible.org/

    https://en.wikipedia.org/wiki/99%25_Invisible

    Devhack is a Queer-focused hackerspace

    https://wiki.hackerspaces.org/%E2%88%95dev/hack

    https://devhack.net/

    Beyond The Exit

    https://www.youtube.com/@BTE4172/videos

    Amtrak

    https://www.amtrak.com/home

    Palmer Raids

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

    Mumble project

    https://www.mumble.info/

    LinuxLugCast

    https://linuxlugcast.com/

    n scale piedmont northern boxcar

    https://www.worthpoint.com/worthopedia/scale-kadee-piedmont-northern-40-1840448079

    N scale

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

    HO scale

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

    Rail transport modelling scales

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

    Navy Pier

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

    https://navypier.org/

    The IT Crowd

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

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

    A Christmas Story

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

    Die Hard

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

    https://theconversation.com/nine-reasons-why-die-hard-really-is-a-christmas-film-173801

    The Fifth Element

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

    Footloose

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

    Tom Cruise's Couch Jump

    https://people.com/tom-cruise-couch-jump-on-oprah-is-20-years-old-11737728

    Cruise control

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

    Blind spot monitor

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

    Kenworth T680

    https://www.kenworth.com/trucks/T680/

    https://www.youtube.com/watch?v=Ze05NW6UJOE

    Knight Rider

    https://en.wikipedia.org/wiki/Knight_Rider_(1982_TV_series)

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

    Christine (King novel)

    https://en.wikipedia.org/wiki/Christine_(King_novel)

    SWAT

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

    The Blues Brothers (film)

    https://en.wikipedia.org/wiki/The_Blues_Brothers_(film)

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

    Speed limits in the United States

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

    Provide feedback on this episode.

Más podcasts de Educación

Acerca de 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.
Sitio web del podcast

Escucha Hacker Public Radio, Black Mango Podcast y muchos más podcasts de todo el mundo con la aplicación de radio.es

Descarga la app gratuita: radio.es

  • Añadir radios y podcasts a favoritos
  • Transmisión por Wi-Fi y Bluetooth
  • Carplay & Android Auto compatible
  • Muchas otras funciones de la app
Aplicaciones
Redes sociales
v8.8.9| © 2007-2026 radio.de GmbH
Generated: 4/13/2026 - 5:49:59 PM