Hacker News
Comparison of Operating Systems
Article URL: https://eylenburg.github.io/os_comparison.htm
Comments URL: https://news.ycombinator.com/item?id=42175794
Points: 1
# Comments: 0
Learn Japanese: A Detailed Guide
Article URL: https://www.tofugu.com/learn-japanese/
Comments URL: https://news.ycombinator.com/item?id=42175777
Points: 1
# Comments: 0
Wound-dependent leg amputations to combat infections in an ant society
Article URL: https://www.cell.com/current-biology/fulltext/S0960-9822(24)00805-4
Comments URL: https://news.ycombinator.com/item?id=42175768
Points: 1
# Comments: 0
A School Burned After Aid Arrived. Witnesses Say Soldiers Started the Fire
Skipping Tests to Deliver Faster
Article URL: https://shermanonsoftware.com/2024/11/18/skipping-tests-to-deliver-faster/
Comments URL: https://news.ycombinator.com/item?id=42175753
Points: 1
# Comments: 0
The Libertarian Coder
Article URL: https://rethinkingsoftware.substack.com/p/the-libertarian-coder
Comments URL: https://news.ycombinator.com/item?id=42175736
Points: 1
# Comments: 0
Phobos Ransomware Admin Extradited from South Korea to Face Cybercrime Charges
Article URL: https://www.justice.gov/opa/pr/phobos-ransomware-administrator-extradited-south-korea-face-cybercrime-charges
Comments URL: https://news.ycombinator.com/item?id=42175729
Points: 1
# Comments: 0
The development and challenges of poly lactic acid and poly glycolic acid (2020)
Article URL: https://www.sciencedirect.com/science/article/pii/S2542504820300026
Comments URL: https://news.ycombinator.com/item?id=42175686
Points: 1
# Comments: 0
Modelling Hannibal's battle of Cannae suggests standard explanation infeasible
Article URL: https://www.youtube.com/watch?v=McgnF0eubC4
Comments URL: https://news.ycombinator.com/item?id=42175684
Points: 1
# Comments: 0
Ask HN: Why hasn't the JavaScript event loop model scaled horizontally?
Right now, JavaScript scales well with a single-threaded event loop. Certainly not as fast as something like Go for async tasks, but enough to power much of the web and be easy to write.
Why hasn't anyone abstracted the event loop model to scale across multiple machines or utilize modern processors? Perhaps with something more like an Actor model or Erlang's BEAM?
It seems like just getting the JavaScript concurrency model as an abstraction over multicore or multi-machine concurrency would be one of the easiest ways to achieve this. I realize that this is still technically difficult, but programming tends towards "just porting things to JavaScript." I would love to have something like Phoenix framework, just built with JavaScript/TypeScript, and I can scale a back end by bumping size of a machine or scaling horizontally.
Comments URL: https://news.ycombinator.com/item?id=42175678
Points: 1
# Comments: 0
Finland and Lithuania Report Severed Undersea Data Cables
Article URL: https://www.bloomberg.com/news/articles/2024-11-18/finland-says-subsea-germany-link-serving-data-centers-is-severed
Comments URL: https://news.ycombinator.com/item?id=42175676
Points: 4
# Comments: 2
Morality Makes for Bad Policy – By Asa Downs
Article URL: https://asadowns.substack.com/p/morality-makes-for-bad-policy
Comments URL: https://news.ycombinator.com/item?id=42175664
Points: 2
# Comments: 0
Zapier-like automated workflows for Web3 devs [video]
Article URL: https://www.youtube.com/watch?v=ZxYulHZB76g
Comments URL: https://news.ycombinator.com/item?id=42175659
Points: 1
# Comments: 0
Undersea data cable between Germany and Finland broken
Article URL: https://www.dw.com/en/undersea-data-cable-between-germany-and-finland-broken/a-70811850
Comments URL: https://news.ycombinator.com/item?id=42175651
Points: 3
# Comments: 2
DOS Days – Borland International
Article URL: https://www.dosdays.co.uk/topics/Software/borland.php
Comments URL: https://news.ycombinator.com/item?id=42175639
Points: 1
# Comments: 0
Preventing conflicts in authoritative DNS config using formal verification
Article URL: https://blog.cloudflare.com/topaz-policy-engine-design/
Comments URL: https://news.ycombinator.com/item?id=42175628
Points: 1
# Comments: 0
XML signatures: a bad idea with worse execution
Article URL: https://ssoready.com/blog/engineering/xml-dsig-is-unfortunate/
Comments URL: https://news.ycombinator.com/item?id=42175146
Points: 1
# Comments: 0
Reinforcement Learning Journal
Article URL: https://rlj.cs.umass.edu/
Comments URL: https://news.ycombinator.com/item?id=42175119
Points: 1
# Comments: 0
Pump It? Market Power and the Energy Transition in the Global Oil Market
Article URL: https://drive.google.com/file/d/1fUcyAJij-UZWJKVtANOwPNJ1T6PYrnP-/view
Comments URL: https://news.ycombinator.com/item?id=42175103
Points: 1
# Comments: 1
Show HN: Kamal Handbook, 2nd Edition
Hi fellow readers of HN,
I made a new edition of Kamal Handbook to address the big leap of changes from Kamal 2. A lot had to be rewritten and I made the book even a bit longer and better as much as I could.
Kamal is an imperative deployment tool. It's basically a successor to Capistrano, but for a container era. Kamal 2 is solving the main painpoints people had with version 1:
- auto SSL for single-server deployments - multiple apps on a single-server - unifying ENV management with 'kamal deploy' - faster deploys
I really believe that Kamal is now a better option than Docker Compose or Dokku, perhaps even than Kubernetes (use-case provided).
Compared to my previous HN announcement of the first edition mentioning 300 sales, I now crossed 1000+ sales on Gumroad.
I cut a new preview for SHOW HN again here: https://kamalmanual.com/handbook/first-deploy-preview.pdf
Josef
Comments URL: https://news.ycombinator.com/item?id=42175072
Points: 1
# Comments: 0