Wilhelm Erasmus's Feed
GitHub flooded with malware repos spoofing real projects–no response from GitHub
GitHub is being overrun with repositories impersonating legitimate open-source projects to spread malware. One of them is spoofing my own app. I reported it through GitHub’s official channels days ago, reached out on social media, and even contacted individual GitHub employees. No response.This isn’t just one or two cases; it looks like a massive campaign. The repos often copy a real project’s README and structure, though reworded through an LLM, but contain malicious code distributed through re
Show HN: XOC 1.6.0: A Powerful, Commercially-Proven Compiler Framework
Hello everyone, I am thrilled to announce the release of the XOC Compiler Framework 1.6.0, a retargetable compiler infrastructure licensed under the BSD license. This release marks a significant milestone in the evolution of XOC, which has been powering commercial compilers and achieving remarkable performance and stability in production environments.
About XOC Compiler Framework The XOC Compiler Framework is an industry-grade compiler infrastructure designed to support the compilation and analy
What books should a junior programmer read?
When I started out the books to read were clear: code complete, design patterns, refactoring etc.<p>Now it's not so obvious. Am I just out of the loop or are equivalent books no longer being written?
Show HN: oEmbedPy is oEmbed client library for Python 3.x
oEmbed is a format for allowing an embedded representation of a URL on third party sites. (ref: https://oembed.com/)This is client library for oEmbed written by Python (3.x only) that can fetch data and can handle as python dataclasses from oEmbed API of supported websites.It has adapter for Sphinx and MkDocs.
You can render embed content into documents by content url with simply format.See it: https://oembedpy.readthedocs.io/en/stable/
Show HN: HackerBuzz an cross-platform HN client built using React Native
Hello There,
<p>I want to show you guys and get your feedback for my Hacker News client built using React Native.</p>
<p>This maybe a yet another Hacker News client, but there was an inspiration behind building HackerBuzz, and it was <a href="https://github.com/simonhalvdansson/Harmonic-HN">Harmonic-HN by Simon Halvdansson</a>, I saw this app and instantly fell in love with its workings and functionality, and wanted to build
Yankees aces react to Marcus Stroman’s spring training desertion
TAMPA, Fla. — Yankees pitchers have been asking coaches about right-hander Marcus Stroman’s absence during the first two days ...
Fans React to Mark Zuckerberg's Kim Kardashian Shoutout
The Meta CEO gave a shoutout to the reality TV star and her mother, and his followers were not sure what to make of it.
NBA Fans React to Ben Simmons' First Performance in Clippers-Jazz
The LA Clippers took a chance on 28-year-old point guard Ben Simmons in the buyout market, signing the forgotten three-time All-Star for the remainder of the season. Simmons won NBA Rookie of the Year ...
Joann Fabrics customers react to announcement of Wisconsin store closures amid bankruptcy filing
Joann Fabrics announced financial trouble is forcing them to close hundreds of locations nationwide, including nearly all of the stores in Southeast Wisconsin.
How do we react to big Browns news like a Myles Garrett trade request? Ask us Anything Orange and Brown Talk (Podcast)
Mary Kay Cabot, Ashley Bastock and Dan Labbe answer questions from Football Insider subscribers about life on the Browns beat ...
Fans React to George Lopez's New Unrecognizable Look
When George Lopez walked down the "Spirit Tunnel" at the Jennifer Hudson Show — the studio hallway where crew members hype up celebrity guests just before they hit the stage — his dramatic new look ...
Red Sox players react to Alex Bregman signing; ‘A good leader for us’
FORT MYERS, Fla. — Red Sox players expect Alex Bregman to be here in spring training camp Friday. Bregman agreed to a ...
NBA Fans React to Steph Curry's Performance in Warriors-Rockets
Warriors superstar Steph Curry led the team with 27 points and five made threes, helping Golden State improve to 28-27 on the ...
How did PGA Tour players react to Scottie Scheffler's arrest? 'Full Swing' trailer reveals
We knew the cameras for Netflix's Full Swing were rolling in Louisville last summer when world No. 1 golfer Scottie Scheffler ...
‘Terrifying’: Public Health Experts React to Senate’s Confirmation of RFK Jr. to Lead HHS
Robert F. Kennedy Jr., one of America's most notorious vaccine skeptics, will run the country's leading health agency.
EU Commission vows to react firmly and immediately to Trump's tariffs
The European Union's executive branch on Friday vowed to “take firm and immediate action" against U.S. President Donald Trump ...
LA Times Today: Street vendors and other workers in L.A.’s massive informal economy react to Trump
Workers there say they are avoiding going outside, and using rideshares instead of public transportation.
Collegiate improv groups gather at MSU for Jest Fest
Jest Fest was hosted at MSU this past weekend, with improv teams from schools in Michigan, Ohio, Illinois and Iowa gathering ...
MIT License - We are Open Sourcing Subscription[REVENUECAT Alternative]in 2025
I am planning to build open source subscription platform in public..Right now most sdk, have a vendor lock-in and they make it impossible to export your data..Is it a good idea to self host subscription sdk?Here to ask for advice and for volunteers..-NextJs-Redis-Swift-Kotlin-Flutter-React Native-Docker-Monorepo (NX)To keep myself accountable,HERE is the GitHub- https://github.com/WildBerry67/wildberryThe sdk will be launched with MIT license..It will be 100% cursor compatibl
Show HN: From-Scratch ML Library (trains models from CNNs to a toy GPT-2)
Hi HN,I built a machine learning library entirely from scratch using only Python and NumPy. I then used it to train a range of models—from classical CNNs, ResNets, RNNs, and LSTMs to modern Transformers and even a toy GPT-2. The motivation came from my curiosity about how to build deep learning models from scratch, like literally from mathematical formulas. I built this project not to replace production-ready libraries like PyTorch or TensorFlow, but to strip away the abstractions and reveal the