frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

GitLost: We Tricked GitHub's AI Agent into Leaking Private Repos

https://noma.security/blog/gitlost-how-we-tricked-githubs-ai-agent-into-leaking-private-repos/
116•ColinEberhardt•3h ago•35 comments

How to Build a Minimal ZFS NAS Without Synology, QNAP, TrueNAS (2024)

https://neil.computer/notes/how-to-setup-minimal-zfs-nas-without-truenas/
168•4diii•4h ago•92 comments

Tenda firmware (multiple versions) contains hidden authentication backdoor

https://kb.cert.org/vuls/id/213560
186•miniBill•8h ago•52 comments

Copy That Floppy – Cambridge guide for preserving data from fragile floppy disks

https://www.digipres.org/the-floppy-guide/
58•whiteblossom•5h ago•13 comments

Structure and Interpretation of Computer Programs Video Lectures (1986)

https://ocw.mit.edu/courses/6-001-structure-and-interpretation-of-computer-programs-spring-2005/v...
153•gjvc•8h ago•14 comments

GAO: DOE Is Prematurely Excluding Less Expensive Options for Nuclear Cleanup

https://www.gao.gov/products/gao-26-108193
196•Jimmc414•10h ago•94 comments

Canada's only watchmaking school still ticking after 80 years

https://www.cbc.ca/news/canada/montreal/canada-s-only-watchmaking-school-9.7254211
130•throw0101a•3d ago•62 comments

Chat Control 1.0 and 2.0 Explained

https://fightchatcontrol.eu/chat-control-overview
622•gasull•18h ago•215 comments

Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro

https://ariya.io/2026/03/local-cpu-friendly-high-quality-tts-text-to-speech-with-kokoro/
394•speckx•14h ago•77 comments

The difference between "today's task" and "accretive work"

https://pluralistic.net/2026/07/02/canonization/
38•hn_acker•5d ago•23 comments

LineageOS Statistics

https://stats.lineageos.org
69•pentagrama•7h ago•33 comments

30papers.com – Ilya's 30 essential ML papers, in a beginner friendly format

https://30papers.com/
501•notmcrowley•16h ago•76 comments

Herdr: One terminal to rule them all

https://herdr.dev/
267•handfuloflight•6d ago•117 comments

Show HN: Davit, a Apple Containers UI

https://davit.app
298•xinit•13h ago•66 comments

GPT-5.6 Sol, along with Terra and Luna, will launch publicly this Thursday

https://twitter.com/OpenAI/status/2074704958419792299
171•jfrbfbreudh•4h ago•115 comments

Home made GPU escalated quickly [video]

https://www.youtube.com/watch?v=qMR3IXF2sWw
20•erichocean•2d ago•0 comments

Show HN: Rowboat – Open-source, local-first alternative to Claude Desktop

https://github.com/rowboatlabs/rowboat
155•segmenta•16h ago•41 comments

l: A new runtime for k and q

https://lv1.sh/
140•skruger•14h ago•78 comments

Scheme Is a Hoot

https://gracefulliberty.com/notes/scheme-is-a-hoot/
70•signa11•2d ago•8 comments

IEEE Rolls Out Large Language Models Training Course

https://spectrum.ieee.org/large-language-models-ieee-course
69•JeanKage•1w ago•10 comments

Show HN: Chiptune Radio

https://chiptune-radio.alephvoid.com/
47•bootbloopers•7h ago•9 comments

Automate Excel with Python: From manual grind to one-click workflow

https://nostarch.com/automate-excel-with-python
6•teleforce•3d ago•2 comments

Show HN: Neil the Seal Game

https://neiltheseal.app/
54•dalemhurley•2d ago•41 comments

Why skilled workers come to Germany and then leave again

https://www.dw.com/en/germany-migrants-skilled-workers-integration-labor-market-bureaucracy-langu...
252•theanonymousone•21h ago•638 comments

Every new car sold in the European Union must include a driver monitoring camera

https://allaboutcookies.org/eu-mandatory-distracted-driver-system
606•nickslaughter02•11h ago•766 comments

We're extending access to Fable 5 on all paid plans through July 12

https://twitter.com/claudeai/status/2074548242386178258
180•minimaxir•14h ago•182 comments

Jim's TrueType QR Code Font

https://github.com/jimparis/qr-font
173•arantius•16h ago•22 comments

Out of the Armchair

https://literaryreview.co.uk/out-of-the-armchair
6•Thevet•6d ago•0 comments

Why we built yet another Postgres connection pooler

https://pgdog.dev/blog/why-yet-another-connection-pooler
180•levkk•16h ago•42 comments

Notes on Software Quality

https://anthonyhobday.com/blog/20260410
123•speckx•14h ago•52 comments
Open in hackernews

Automate Excel with Python: From manual grind to one-click workflow

https://nostarch.com/automate-excel-with-python
6•teleforce•3d ago

Comments

Havoc•41m ago
These sort of things always seem to assume a fairly relaxed software environment.

In practice I’ve found the big corporates try hard to keep their excel files with financial data and their Python environments with pip & all those associated risks far apart. That’s if pip works at all & isn’t caught by a firewall

khurs•7m ago
Most corporates, last I knew, didn't use Python outside of IT. Devs outside of IT would be using VBA.

However in Financial companies, Python and Excel have always been used together by devs and also quants.

And they tend to use Anaconda, and also like all their other package managers, they would host an in-house package repository and block the public one. That way only approved packages are used, and they only update packages as needed.

Many though have a policy of minimising Excel and rolling out formal platforms whether in-house or off the shelf, as Excel is regarded as a ongoing risk of in-accuracy as full editable at all times, lack of git/version control and so on.