Why I Blog and How I Automate it (2023)(ryanwwest.com) I’m interested in consuming information in order to create new information (one of my motivations for pursuing a Ph.D.). I generally read articles/papers or watch videos, and then create papers/articles/code and have discussions as a result.
How I made $64k from deleted files – a bug bounty story(medium.com) I built an automation that cloned and scanned tens of thousands of public GitHub repos for leaked secrets. For each repository I restored deleted files, found dangling blobs and unpacked .pack files to search in them for exposed API keys, tokens, and credentials. Ended up reporting a bunch of leaks and pulled in around $64k from bug bounties 🔥.
96 points by skull8888888 3 days ago | 43 comments
AI agent creation using screen recording and MCPs(ycombinator.com) Hi all,<p>I have been thinking about a problem and a possible solution to it so thought of asking it here.<p>I see a massive opportunity in AI agents for automations.Though the opportunity is there, why hasn't the adoption skyrocketed as of now ?<p>- Is it the talent density ?
- or people don't know how they can leverage AI for their workflows ?
Atuin Desktop: Runbooks That Run(atuin.sh) Atuin Desktop looks like a doc, but runs like your terminal. Script blocks, embedded terminals, database clients and prometheus charts - all in one place.
JetBrains sunsets yet another IDE(neowin.net) Another JetBrains product is being retired, as the company has announced it's phasing out its dedicated IDE for test automation, Aqua. This adds Aqua to a growing list of discontinued JetBrains offerings.
DOGE's tech takeover threatens the safety and stability of our critical data(technologyreview.com) Tech buzzwords are clanging through the halls of Washington, DC. The Trump administration has promised to “leverage blockchain technology” to reorganize the US Agency for International Development, and Elon Musk’s DOGE has already unleashed an internal chatbot to automate agency tasks—with bigger plans on the horizon to take over for laid-off employees.
16 points by cue_the_strings 7 days ago | 8 comments
Acoustic levitation of diamond inspires biotech automation innovation(phys.org) Engineers at a University of Bristol spin-out company have created a new technology that can move cells without touching them, enabling critical tasks that currently require large pieces of lab equipment to be carried out on a benchtop device.
Principles for Building One-Shot AI Agents(edgebit.io) EdgeBit is a security platform that helps application engineering teams to find and fix security vulnerabilities. The Dependency Autofix feature contains an extremely accurate reachability engine to identify impact to your app. Most updates have no impact, so engineers using EdgeBit can dedicate efforts on impactful upgrades. This translates to more time spent “on-mission” instead of managing dependencies.
DOGE's tech takeover threatens the safety and stability of our critical data(technologyreview.com) Tech buzzwords are clanging through the halls of Washington, DC. The Trump administration has promised to “leverage blockchain technology” to reorganize the US Agency for International Development, and Elon Musk’s DOGE has already unleashed an internal chatbot to automate agency tasks—with bigger plans on the horizon to take over for laid-off employees.
3 points by franciscoinoque 12 days ago | 1 comments
Nix Trigonometric Math Library from Ground Zero(lantian.pub) I wanted to calculate the network latency between all my VPS nodes, and add the latency into the configuration file of Bird BGP daemon, so the network packets are forwarded through the lowest latency route. However, I have 17 nodes as of today, and I didn't want to manually run a ping command between each pair.
7 points by krishpavuluri 14 days ago | 1 comments
Show HN: Building better base images(github.com/avkcode) Container Tools is a project that provides scripts and utilities to automate the creation of minimal Debian-based root filesystems (rootfs) using debootstrap. It supports customization with specific packages, configurations, and integrates security scanning for containerized environments. Can be easily extend for other distros and projects.
Determining IaC ownership – a tag-based approach(token.security) Infrastructure as Code (IaC) is a major tool for creating scalable environments in the cloud. With a single command, you can create hundreds of accounts, servers, policies, and identities. It is a tough task to monitor identities, especially non-human identities (NHIs), but IaC-generated identities make it even harder.
450 points by meetpateltech 17 days ago | 280 comments
Any program can be a GitHub Actions shell(yossarian.net) In GitHub Actions, you can use the shell keyword to specify the shell that runs a given run: block. This keyword is optional for workflows but mandatory for action definitions.
282 points by woodruffw 18 days ago | 101 comments
Universal Basic Dead End(world.hey.com) While the world frets about the future of AI, the universal basic income advocates have an answer ready for the big question of "what are we all going to do when the jobs are gone": Just pay everyone enough to loaf around as they see fit! Problem solved, right? Wrong.
Setup QEMU Output to Serial Console and Automate Tests with Shell Scripts (2019)(fadeevab.com) While struggling to automate QEMU guest (communicate and control with the shell scripts), I faced a lot of incomplete, partially working solutions around the Internet. Now, I've got a pretty decent collection of working recipes to tune up a QEMU guest, so I decided to organize all that stuff here, and it could be definitely useful for anyone else.
AdNauseam: Clicking ads so you don't have to(adnauseam.io) As online advertising becomes ever more ubiquitous and unsanctioned, AdNauseam works to complete the cycle by automating ad clicks universally and blindly on behalf of its users.
67 points by thunderbong 21 days ago | 67 comments
Xlwings Lite – Python in Excel Using Pyodide(xlwings.org) xlwings Lite brings the VBA experience into the modern age by offering a privacy-first, secure, and developer-friendly way to automate Excel and write custom functions with Python.
DIY automation using only Linux(medium.com) You may sometimes feel overwhelmed in a world where CircleCI, TeamCity, JFrog, Jenkins, and many other solutions manage continuous integration and auto-deployment. When you work with security products, you also have some confidentiality concerns. Having a good tutorial to create straightforward automation is quite handy.