Hacker News
Tale of a Kubernetes node-feature-discovery incident
Article URL: https://ahmet.im/blog/nfd-incident/
Comments URL: https://news.ycombinator.com/item?id=42488870
Points: 2
# Comments: 0
Skymont in Desktop Form: Atom Unleashed – By Chester Lam
Article URL: https://chipsandcheese.com/p/skymont-in-desktop-form-atom-unleashed
Comments URL: https://news.ycombinator.com/item?id=42488867
Points: 1
# Comments: 0
Something is wrong on the Internet Something is wrong on the Internet
Article URL: https://www.lawyersgunsmoneyblog.com/2024/12/something-is-wrong-on-the-internet
Comments URL: https://news.ycombinator.com/item?id=42488863
Points: 1
# Comments: 0
Tokenisation Is NP-Complete
Article URL: https://arxiv.org/abs/2412.15210
Comments URL: https://news.ycombinator.com/item?id=42488853
Points: 1
# Comments: 0
Banknote of the Year
Article URL: https://www.theibns.org/joomla/index.php?option=com_content&view=article&id=138&Itemid=45
Comments URL: https://news.ycombinator.com/item?id=42488845
Points: 1
# Comments: 0
Show HN: Baler – convert code repositories into minimum number of files for LLMs
Hello HN, while working on a full-stack project with Claude, it got tedious for me to sync the project directory manually everytime.
I wrote 'baler' over a couple of weekends to fix this. Now you can run your repository through baler and get the fewest files before interacting with an LLM.
You can also tune output file's size, filter input files based on their size or line-count.
Please give it a try, and I hope it makes some of your work easier.
Comments URL: https://news.ycombinator.com/item?id=42488831
Points: 2
# Comments: 0
Code Poetry
Article URL: https://code-poetry.com
Comments URL: https://news.ycombinator.com/item?id=42488830
Points: 1
# Comments: 0
How to Build an Electrically Heated Table?
Article URL: https://solar.lowtechmagazine.com/2024/12/how-to-build-an-electrically-heated-table/
Comments URL: https://news.ycombinator.com/item?id=42488804
Points: 3
# Comments: 0
Are.na
Article URL: https://www.are.na/
Comments URL: https://news.ycombinator.com/item?id=42488792
Points: 1
# Comments: 0
How to Tell If You're Behind a Cgnat
Article URL: https://chuck.is/cgnat/
Comments URL: https://news.ycombinator.com/item?id=42488776
Points: 3
# Comments: 0
Literacy in the Time of Artificial Intelligence
Article URL: https://ila.onlinelibrary.wiley.com/doi/10.1002/rrq.591
Comments URL: https://news.ycombinator.com/item?id=42488761
Points: 2
# Comments: 0
Tips on Reciting Poetry
Article URL: https://www.poetryoutloud.org/tips-on-reciting/
Comments URL: https://news.ycombinator.com/item?id=42488756
Points: 2
# Comments: 0
Apple is working on a doorbell camera with Face ID
Article URL: https://www.theverge.com/2024/12/22/24327133/apple-smart-home-doorbell-camera-face-id-unlock
Comments URL: https://news.ycombinator.com/item?id=42488750
Points: 1
# Comments: 0
Ciclovía
Article URL: https://en.wikipedia.org/wiki/Ciclovía
Comments URL: https://news.ycombinator.com/item?id=42488749
Points: 1
# Comments: 0
OpenShot 3.3 Open-Source Video Editor Brings Better Wayland Support
Article URL: https://www.phoronix.com/news/OpenShot-3.3-Released
Comments URL: https://news.ycombinator.com/item?id=42488735
Points: 2
# Comments: 0
Germany's SPD Calls for Antitrust Act to Clip Elon Musk's Power
Article URL: https://www.bloomberg.com/news/articles/2024-12-22/germany-s-spd-calls-for-antitrust-act-to-clip-elon-musk-s-power
Comments URL: https://news.ycombinator.com/item?id=42488715
Points: 4
# Comments: 1
Show HN: Skybear.net – A managed platform automating Synthetic HTTP API testing
Hey folks, I am finally posting a Show HN post for a project I have been working on for several months now, and it's in a state where I already get a lot of value myself, so I am happy to share broadly.
The pitch line is: "Skybear.NET is a managed platform automating Synthetic HTTP API testing."
At the moment, the main source file format supported for your API tests are Hurl.dev files [1]. Hurl is a CLI tool wrapping `curl` and it's really awesome. At least check that out :)
I am not affiliated directly with the Hurl CLI tool, and the platform I am building provides full Hurl compatibility. I have been using Hurl for a few years now [2], and use it for my API testing, for orchestrating a bunch of HTTP APIs, and in general whenever I need to do anything with HTTP requests, I reach for Hurl.
You can try without signup the basic execution feature with the free Open Editor [3], but for full functionality (retaining responses and cron triggers) you need a signed in account, even free.
The Skybear.NET platform:
1. Has Hurl Compatibility, so take your local scripts and run them on the cloud as well. No changes needed.
2. Provides managed infrastructure for authoring, storing, and most importantly executing your Hurl scripts, that automatically scales to handle as many script runs as you need.
3. Generates detailed reports from your tests execution, automatically persisting requests and response bodies for introspection in the future, and with automatic insights coming up soon.
4. Supports multiple ways of triggering execution of your scripts, including periodic executions, and on-demand HTTP triggers enabling integration with your CICD pipelines.
Most importantly, it eliminates excessive per-request/per-step/per-check charges, leading to substantial cost-savings for complex multi-step API tests covering complete user-journeys. I consider a "script project run" to be the main unit in my pricing, which includes execution of all the source files of the script project, which can be tens or hundreds of requests.
I am starting to document some of the architecture of the platform as well [4], but in a nutshell, all your data is encrypted inside the application before stored on AWS (S3, DynamoDB, also encrypting at rest) [5], the control plane runs on Hetzner and AWS EC2, and the execution servers running your scripts run on Fly and soon on AWS EC2 (for some plans).
Future plans depend a lot on feedback from users. I already have a long list of things I personally want to have, but as more users start using I would like to see user needs influencing the roadmap more.
Some upcoming features: 1. Insights and metric graphs for historical tracking of your tests (per project, per file, per request URL). 2. Automatic generation of tests based on OpenAPI schemas, HAR files, etc. 3. Export API of all the data and reports for your own consumption. 4. OTEL traces generated per script run, exportable and sent to APM products.
Thank you, and I hope you find it interesting too!
1. https://hurl.dev 2. https://www.lambrospetrou.com/articles/hurl/ 3. https://www.skybear.net/scripts/open-editor/ 4. https://www.skybear.net/docs/getting-started/what-is-skybear... 5. https://www.lambrospetrou.com/articles/encryption/
Comments URL: https://news.ycombinator.com/item?id=42488710
Points: 3
# Comments: 1
Generic does not mean Simple
Article URL: https://event-driven.io/en/generic_does_not_mean_simple/
Comments URL: https://news.ycombinator.com/item?id=42488709
Points: 2
# Comments: 0
Poker Range Trainer
Article URL: https://github.com/davefol/Poker-Range-Trainer
Comments URL: https://news.ycombinator.com/item?id=42488705
Points: 3
# Comments: 0
Elon Musk backs Germany's far-right party ahead of election
Article URL: https://www.nbcnews.com/tech/tech-news/elon-musk-alternative-for-germany-election-far-right-nazi-past-rcna185018
Comments URL: https://news.ycombinator.com/item?id=42488680
Points: 18
# Comments: 0