Tuesday, May 30, 2023

New top story on Hacker News: Apple’s big test of data integrity

Apple’s big test of data integrity
25 by headalgorithm | 5 comments on Hacker News.


New top story on Hacker News: Hacking a Philips Sonicare Toothbrush

Hacking a Philips Sonicare Toothbrush
20 by PikelEmi | 5 comments on Hacker News.


New top story on Hacker News: Tackling plastic pollution: ‘We can't recycle our way out of this’

Tackling plastic pollution: ‘We can't recycle our way out of this’
27 by belter | 5 comments on Hacker News.


New top story on Hacker News: Show HN: I open sourced the QR designer from my failed startup

Show HN: I open sourced the QR designer from my failed startup
10 by koch | 2 comments on Hacker News.
My designer is somewhat special, if I do say so myself, as it allows you to put arbitrary designs in the middle area of the QR while still being totally scannable.

New top story on Hacker News: Modern CPUs have a backstage cast

Modern CPUs have a backstage cast
36 by hlandau | 15 comments on Hacker News.


Saturday, May 27, 2023

New top story on Hacker News: Emily Wilson on Epictetus

Emily Wilson on Epictetus
6 by diodorus | 0 comments on Hacker News.


New top story on Hacker News: 19th century painters may have primed their canvases with beer-brewing leftovers

19th century painters may have primed their canvases with beer-brewing leftovers
4 by prismatic | 0 comments on Hacker News.


New top story on Hacker News: Java Panama Vector API Integrated with Apache Lucene

Java Panama Vector API Integrated with Apache Lucene
11 by kurhan | 0 comments on Hacker News.


New top story on Hacker News: Is This Octopus Having a Nightmare?

Is This Octopus Having a Nightmare?
9 by drdee | 2 comments on Hacker News.


New top story on Hacker News: Senators issued satellite phones, offered demos on upgraded security devices

Senators issued satellite phones, offered demos on upgraded security devices
3 by gumby | 0 comments on Hacker News.


Thursday, May 25, 2023

New top story on Hacker News: An interactive introduction to the surface code

An interactive introduction to the surface code
10 by EvgeniyZh | 1 comments on Hacker News.


New top story on Hacker News: It will take years to get Deutsche Bahn back on track

It will take years to get Deutsche Bahn back on track
14 by rustoo | 12 comments on Hacker News.


New top story on Hacker News: Show HN: Hacker News in Slow Italian - AI-generated podcast (with code)

Show HN: Hacker News in Slow Italian - AI-generated podcast (with code)
10 by lakySK | 4 comments on Hacker News.
There are plenty of podcasts to listen to some slow basic Italian, but often they just talk about random things I'm not that interested in. Nothing a few hours of tinkering with Python cannot solve these days! Introducing Hacker News in Slow Italian. Each episode is generated automatically, using GPT4 API to summarise the top articles on Hacker News and then fed to Play.ht for text-to-speech. The (very short) code is available on Github: https://ift.tt/RuJMDZn

New top story on Hacker News: Behind a Pseudonym, Literary Provocation

Behind a Pseudonym, Literary Provocation
4 by Caiero | 1 comments on Hacker News.


New top story on Hacker News: YouTube Is Killing Stories

YouTube Is Killing Stories
6 by turtlegrids | 2 comments on Hacker News.


New top story on Hacker News: The US Might Be Only AA+

The US Might Be Only AA+
16 by mfiguiere | 10 comments on Hacker News.


Wednesday, May 24, 2023

New top story on Hacker News: The Structure of Scientific Revolutions [pdf]

The Structure of Scientific Revolutions [pdf]
8 by andsoitis | 0 comments on Hacker News.


New top story on Hacker News: World of Goo Remastered

World of Goo Remastered
31 by shrikant | 26 comments on Hacker News.


New top story on Hacker News: Analog Lorenz Attractor Computer.io

Analog Lorenz Attractor Computer.io
13 by rbanffy | 1 comments on Hacker News.


New top story on Hacker News: Power series, power serious: Talk by Doug McIlroy (2007) [video]

Power series, power serious: Talk by Doug McIlroy (2007) [video]
3 by adamnemecek | 1 comments on Hacker News.


New top story on Hacker News: I didn’t learn Unix by reading all the manpages (2022)

I didn’t learn Unix by reading all the manpages (2022)
34 by goranmoomin | 27 comments on Hacker News.


Tuesday, May 23, 2023

New top story on Hacker News: Easier data debugging with Zed’s first-class errors

Easier data debugging with Zed’s first-class errors
4 by jameskerr | 1 comments on Hacker News.


New top story on Hacker News: What Number Comes Next? The On-Line Encyclopedia of Integer Sequences Knows

What Number Comes Next? The On-Line Encyclopedia of Integer Sequences Knows
19 by wglb | 5 comments on Hacker News.


New top story on Hacker News: Instant flood fill with HTML Canvas

Instant flood fill with HTML Canvas
10 by shaneos | 4 comments on Hacker News.


New top story on Hacker News: The Alien-Life Summit (2013)

The Alien-Life Summit (2013)
5 by Hooke | 0 comments on Hacker News.


New top story on Hacker News: Show HN: I'm open sourcing Harmonic, the Android Hacker News client

Show HN: I'm open sourcing Harmonic, the Android Hacker News client
10 by swesnow | 3 comments on Hacker News.


Monday, May 22, 2023

New top story on Hacker News: Once a fringe theory, “greedflation” gets its due

Once a fringe theory, “greedflation” gets its due
19 by danaris | 12 comments on Hacker News.


New top story on Hacker News: Show HN: Psychic - An open-source integration platform for unstructured data

Show HN: Psychic - An open-source integration platform for unstructured data
25 by jasonwcfan | 1 comments on Hacker News.
My cofounder and I used to work at Robinhood where we shipped the company’s first OAuth integrations, so we know a lot about how data moves between companies. For example, we know that the pain of building new API integrations scales with the level of fragmentation and number of competing "standards". In the current meta, we see this pain with a lot of AI startups who invariably need to connect to their customers data, but have to support 50+ integrations before they even scale to 50+ customers. This is the process for an AI startup to add a new integration for a customer: - Pore over the API docs for each source application and write a connector for each - Play email tag to find the right stakeholders and get them to share sensitive API keys, or give them an OAuth app. It can take 6+ weeks for some platforms to review new OAuth apps - Normalize data that arrives in a different formats from each source (HTML, XML, text dumps, 3 different flavors of markdown, JSON, etc) - Figure out what data should be vectorized, what should be stored as SQL, and what should be discarded - Detect when data has been updated and synchronize it - Monitor when pipelines break so data doesn’t go stale This is a LOT of work for something that doesn’t move the needle on product quality. That’s why we built Psychic.dev to be the fastest and most secure way for startups to connect to their customer’s data. You integrate once with our universal APIs and get N integrations with CRMs, knowledge bases, ticketing systems and more with no incremental engineering effort. We abstract away the quirks of each data source into Document and Conversation data models, and try to find a good balance to allow for deep integrations while maintaining broad utility. Since it’s open source, we encourage founders to fork and extend our data models to fit their needs as they evolve, even if it means migrating off our paid version. To see an example in action, check out our demo repo here: https://ift.tt/HG0CmJI We are also open source and open to contributions, learn more at docs.psychic.dev or by emailing us at founders@psychic.dev!

New top story on Hacker News: Building a Better Book Club: A Strategy for Efficiently Ingesting Nonfiction

Building a Better Book Club: A Strategy for Efficiently Ingesting Nonfiction
10 by ingve | 0 comments on Hacker News.


New top story on Hacker News: What It Was Like to Live Inside Habitat 67

What It Was Like to Live Inside Habitat 67
9 by DoreenMichele | 2 comments on Hacker News.


New top story on Hacker News: Ethical, societal implications of genome-wide behavioral, brain-related traits

Ethical, societal implications of genome-wide behavioral, brain-related traits
6 by wglb | 0 comments on Hacker News.


New top story on Hacker News: The Two-Century Quest to Quantify Our Senses

The Two-Century Quest to Quantify Our Senses
2 by bookofjoe | 0 comments on Hacker News.


Sunday, May 21, 2023

New top story on Hacker News: The Last Cosmopolitan: Elias Canetti’s 20th Century

The Last Cosmopolitan: Elias Canetti’s 20th Century
3 by apollinaire | 0 comments on Hacker News.


New top story on Hacker News: The $40M bet that made South Korea a food and cultural power

The $40M bet that made South Korea a food and cultural power
13 by Anon84 | 0 comments on Hacker News.


New top story on Hacker News: The Data Fix with Dr. Mél Hogan

The Data Fix with Dr. Mél Hogan
4 by abrax3141 | 0 comments on Hacker News.


New top story on Hacker News: Ask HN: I have 176 logins/accounts. How many do you have?

Ask HN: I have 176 logins/accounts. How many do you have?
44 by bojangleslover | 77 comments on Hacker News.
Here is a screenshot of my Bitwarden: https://ift.tt/f3M2xFh They include some really important things such as: Health insurance G-Suite for work Bill.com (which I use to get paid) IRS.gov (which I use to get un-paid) UK Companies House Register Interactive Brokers My bank Obviously, anything with OAuth is "bundled" into my Google account. So if anything this is a huge underestimate. I'm asking because of how insane auth has become. I know companies like OnePassword and Bitwarden are working on this and overall they do a great job. But I still have a near-stroke every time I have to do the "forgot my password" loop, or use Duo Mobile/other 2FA. The only really good auth feature I've ever encountered has been Apple's "fill from Messages" feature as well as their Touch.

New top story on Hacker News: Typical: Data interchange with algebraic data types

Typical: Data interchange with algebraic data types
11 by g0xA52A2A | 0 comments on Hacker News.


New top story on Hacker News: Building a Signal Analyzer with Modern Web Tech

Building a Signal Analyzer with Modern Web Tech
7 by Ameo | 0 comments on Hacker News.


Saturday, May 20, 2023

New top story on Hacker News: “Don Knuth Plays with ChatGPT” but with ChatGPT-4

“Don Knuth Plays with ChatGPT” but with ChatGPT-4
40 by LifeIsBio | 6 comments on Hacker News.


New top story on Hacker News: PyPI new user and new project registrations temporarily suspended

PyPI new user and new project registrations temporarily suspended
35 by jonbaer | 10 comments on Hacker News.


New top story on Hacker News: Sadist – An old DOS game from 1998

Sadist – An old DOS game from 1998
29 by nathell | 5 comments on Hacker News.


New top story on Hacker News: SanDisk Extreme SSDs keep abruptly failing–firmware fix for only some promised

SanDisk Extreme SSDs keep abruptly failing–firmware fix for only some promised
7 by cm_silva | 0 comments on Hacker News.


New top story on Hacker News: Show HN: My affordable solution to costly workflow automation: Embed Workflow

Show HN: My affordable solution to costly workflow automation: Embed Workflow
7 by ewf | 3 comments on Hacker News.


New top story on Hacker News: Gfycat has been down for two days due to an expired SSL certificate

Gfycat has been down for two days due to an expired SSL certificate
21 by thorum | 0 comments on Hacker News.


New top story on Hacker News: Review: Energy and Civilization, by Vaclav Smil

Review: Energy and Civilization, by Vaclav Smil
3 by tim_sw | 0 comments on Hacker News.


Friday, May 19, 2023

New top story on Hacker News: 'Do' More with 'Run'

'Do' More with 'Run'
7 by mgreenw | 3 comments on Hacker News.


New top story on Hacker News: Bandcamp Employees Vote to Unionize

Bandcamp Employees Vote to Unionize
5 by Kye | 0 comments on Hacker News.


New top story on Hacker News: PyTorch for WebGPU

PyTorch for WebGPU
30 by mighdoll | 4 comments on Hacker News.


New top story on Hacker News: ChatGPT plugins Account Takeover via Prompt injection

ChatGPT plugins Account Takeover via Prompt injection
17 by rez0__ | 2 comments on Hacker News.


New top story on Hacker News: The Future of Programming – Interview with Richard Eisenberg

The Future of Programming – Interview with Richard Eisenberg
16 by Smaug123 | 0 comments on Hacker News.


New top story on Hacker News: Drag Your GAN: Interactive Point-Based Manipulation of Images

Drag Your GAN: Interactive Point-Based Manipulation of Images
42 by ortusdux | 7 comments on Hacker News.


Wednesday, May 17, 2023

New top story on Hacker News: Debian pauses /usr merge file moves

Debian pauses /usr merge file moves
14 by gslin | 1 comments on Hacker News.


New top story on Hacker News: Show HN: Smallville – Create Generative Agents for simulations and games

Show HN: Smallville – Create Generative Agents for simulations and games
10 by nm980 | 3 comments on Hacker News.


New top story on Hacker News: Dear Substack: Quit Sending Me Your Corporate Propaganda

Dear Substack: Quit Sending Me Your Corporate Propaganda
23 by shortformblog | 9 comments on Hacker News.


New top story on Hacker News: Understanding Database Indexes in PostgreSQL

Understanding Database Indexes in PostgreSQL
12 by mrpotato | 0 comments on Hacker News.


New top story on Hacker News: Show HN: Speeding up the code-test cycle for Java developers

Show HN: Speeding up the code-test cycle for Java developers
29 by artpar | 1 comments on Hacker News.
Hello HN, I am Parth. In my experience, the current form of testing automation takes too long. To solve this, I am creating a developer tool to speed up the code-test cycle for Java developers. It has two main parts: Direct Invoke - lets you call any Java function directly, without the need to execute the whole call hierarchy. (e.g. an HTTP endpoint) In my normal coding workflow, I use the “Evaluate Expression” feature inside IntelliJ IDE. I usually put a breakpoint somewhere in the code and after hitting the breakpoint by calling an HTTP api, let the execution remain paused while I explore and see the return values of functions. “Evaluate Expression” was quite useful in exploring new codebases and checking return values of my own functions as a sanity test. The direct invoke feature implements the same functionality without needing to hit a breakpoint. Now, I can just navigate to any function in the editor and execute it. The parameter values are input as JSON and deserialize to an object of the required class instances. Atomic Run - lets you hot-reload the code changes and highlights the difference in the return values of the changed function before and after the hot-reload. I feel Atomic Run has the potential of replacing unit test cases, but there is a long way to go. I am thinking of implementing - Option for mocking dependency calls: We want to give the developer more control over the testing environment by allowing them to mock downstream dependency calls. - Customizing assertions: Not all differences in return values indicate breaking changes. Assertions should be flexible to accommodate non-breaking changes. - Workflow to save this data to a file (thinking something like JSON based fixtures): making it easier to organize and reuse test data. This plugin is still in the early stages, so we'd appreciate your help in ironing out any bugs you come across. Get in touch with me on my discord channel. To try it out, install Unlogged from the IntelliJ Marketplace and start your java application using the java agent (the plugin has instructions to download) Link to try the plugin: https://ift.tt/NmfCZ9p

Tuesday, May 16, 2023

New top story on Hacker News: Framework Laptop 13 review: a DIY dream come true

Framework Laptop 13 review: a DIY dream come true
37 by hillcrestenigma | 20 comments on Hacker News.


New top story on Hacker News: Show HN: A little web server in C

Show HN: A little web server in C
24 by robdelacruz | 5 comments on Hacker News.
A little web server written in C for Linux. Supports: CGI, Reverse Proxy. Single threaded using I/O multiplexing (select).

New top story on Hacker News: Verifying Dynamic Trait Objects in Rust (2022)

Verifying Dynamic Trait Objects in Rust (2022)
5 by luu | 1 comments on Hacker News.


New top story on Hacker News: Colossal Biosciences Aims to ‘De-Extinct’ the Woolly Mammoth

Colossal Biosciences Aims to ‘De-Extinct’ the Woolly Mammoth
8 by bcaulfield | 5 comments on Hacker News.


New top story on Hacker News: How Does a TLS Handshake Work?

How Does a TLS Handshake Work?
6 by mooreds | 0 comments on Hacker News.


Sunday, May 14, 2023

New top story on Hacker News: Off-grid solar brings light, time and income to remotest villages

Off-grid solar brings light, time and income to remotest villages
3 by zdw | 0 comments on Hacker News.


New top story on Hacker News: The path to path-traced movies (2016)

The path to path-traced movies (2016)
5 by oumua_don17 | 0 comments on Hacker News.


New top story on Hacker News: Pfeilstorch

Pfeilstorch
26 by georgecmu | 0 comments on Hacker News.


New top story on Hacker News: The Unreasonable Effectiveness of Character-Level Language Models

The Unreasonable Effectiveness of Character-Level Language Models
7 by behnamoh | 0 comments on Hacker News.


New top story on Hacker News: The Cathedral and the Bazaar (1999)

The Cathedral and the Bazaar (1999)
18 by wallflower | 2 comments on Hacker News.


New top story on Hacker News: Arthropod Head Problem

Arthropod Head Problem
5 by raattgift | 2 comments on Hacker News.


Saturday, May 13, 2023

New top story on Hacker News: TypeScript is 'not worth it' Svelte switches to JavaScript and JSDoc

TypeScript is 'not worth it' Svelte switches to JavaScript and JSDoc
32 by pg_1234 | 9 comments on Hacker News.


New top story on Hacker News: Micro.blog Reclaiming Usernames Policy

Micro.blog Reclaiming Usernames Policy
16 by ingve | 1 comments on Hacker News.


New top story on Hacker News: How An Obscure OTC-Traded Derivative From The 80s Took Over Crypto

How An Obscure OTC-Traded Derivative From The 80s Took Over Crypto
8 by julianhul | 0 comments on Hacker News.


New top story on Hacker News: How we hack Hacker News and consistently hit the front page

How we hack Hacker News and consistently hit the front page
71 by muchtest | 31 comments on Hacker News.


New top story on Hacker News: RNA repair mechanism discovered in humans

RNA repair mechanism discovered in humans
28 by wglb | 0 comments on Hacker News.


New top story on Hacker News: Byte Magazine Volume 06 Number 09 – Artificial Intelligence

Byte Magazine Volume 06 Number 09 – Artificial Intelligence
9 by belter | 1 comments on Hacker News.


Friday, May 12, 2023

New top story on Hacker News: How AI knows things no one told it

How AI knows things no one told it
7 by georgeg23 | 2 comments on Hacker News.


New top story on Hacker News: Has Apple sounded the last POST?

Has Apple sounded the last POST?
16 by ingve | 1 comments on Hacker News.


New top story on Hacker News: Hangman over QUIC

Hangman over QUIC
5 by wofo | 0 comments on Hacker News.


New top story on Hacker News: AR Demands Peripherals

AR Demands Peripherals
6 by surprisetalk | 0 comments on Hacker News.


New top story on Hacker News: Polyphony: Fine-Grained Concurrency for Ruby

Polyphony: Fine-Grained Concurrency for Ruby
8 by thunderbong | 0 comments on Hacker News.


New top story on Hacker News: Indian Sign Talk (1893)

Indian Sign Talk (1893)
4 by tintinnabula | 0 comments on Hacker News.


Thursday, May 11, 2023

New top story on Hacker News: Doug Rushkoff Is Ready to Renounce the Digital Revolution

Doug Rushkoff Is Ready to Renounce the Digital Revolution
30 by fortran77 | 1 comments on Hacker News.


New top story on Hacker News: Deluge – sequencer, synthesizer and sampler – goes open source

Deluge – sequencer, synthesizer and sampler – goes open source
26 by weatherlight | 5 comments on Hacker News.


New top story on Hacker News: 32-Bit DOS Applications

32-Bit DOS Applications
17 by mariuz | 2 comments on Hacker News.


New top story on Hacker News: “Considered Harmful” Essays Considered Harmful (2002)

“Considered Harmful” Essays Considered Harmful (2002)
21 by doodlesdev | 20 comments on Hacker News.


New top story on Hacker News: When the Chips Are Down - Interview with Chip War author

When the Chips Are Down - Interview with Chip War author
9 by tim_sw | 2 comments on Hacker News.


Monday, May 8, 2023

New top story on Hacker News: Show HN: SineRider, a math puzzle game

Show HN: SineRider, a math puzzle game
41 by SigmaEpsilonChi | 2 comments on Hacker News.
Messing with your TI-84 graphing calculator is a rite of passage for every teenager who has ever been bored in a math class. In 2013 I was that teenager, and it gave me an idea for a tiny game about sledding on graphs. This project grew into my white whale, and I spent my twenties trying and failing to finish it alone. I shelved the game when I started working for Hack Club in 2018—until last May, when a few community members took it off the shelf. The project took on a life of its own, and turned into a year of nights and weekends from a global team of 20+ teens in 8+ countries. Today SineRider enters public beta! SineRider is literally an infinite universe of function composition puzzles, each with infinite solutions, that range from welcoming for 9th graders to difficult for even the most serious matlab user. And every day we tweet out a fresh one to be solved with your morning coffee. We hope you enjoy playing SineRider as much as we’ve enjoyed making it. And we’re not done! Mobile support, polar coordinates, and a level editor are all on the roadmap. SineRider is a living project, to be continuously built and maintained as free OSS by the Hack Club community: https://ift.tt/1PQyqWs The team that built the game will try to be in the comments today between high school classes and AP tests. —chris walker, creative director Watch the trailer: https://www.youtube.com/watch?v=35nDYoIwiA8 Play now: https://sinerider.com

New top story on Hacker News: Are sockets the wave of the future? (1990)

Are sockets the wave of the future? (1990)
7 by Lammy | 1 comments on Hacker News.


New top story on Hacker News: Second Thoughts on James Burnham (1946)

Second Thoughts on James Burnham (1946)
4 by allthebest | 0 comments on Hacker News.


New top story on Hacker News: A Time Series Apologia

A Time Series Apologia
4 by jmount | 0 comments on Hacker News.


New top story on Hacker News: Papis 0.13: A CLI document and bibliography manager

Papis 0.13: A CLI document and bibliography manager
13 by netr0ute | 0 comments on Hacker News.


Sunday, May 7, 2023

New top story on Hacker News: The Language of Democracy

The Language of Democracy
14 by samclemens | 6 comments on Hacker News.


New top story on Hacker News: Five Books: The best books on everything

Five Books: The best books on everything
10 by pps | 0 comments on Hacker News.


New top story on Hacker News: Free Public Domain Audiobooks

Free Public Domain Audiobooks
29 by doener | 1 comments on Hacker News.


New top story on Hacker News: Ask HN: What productivity tools do you use?

Ask HN: What productivity tools do you use?
19 by ta6304364549 | 26 comments on Hacker News.
What tools do you use to keep track of your daily tasks, projects, and other obligations? What do you like about these tools and what would you like to change?

New top story on Hacker News: Scientists Might Have Found the Best Way to Catcall a Cat

Scientists Might Have Found the Best Way to Catcall a Cat
12 by gumby | 5 comments on Hacker News.


Saturday, May 6, 2023

New top story on Hacker News: EU ready to back immediate open access without author fees

EU ready to back immediate open access without author fees
5 by daenney | 0 comments on Hacker News.


New top story on Hacker News: Modern Scottish, Welsh and Northern Irish people found to have Pictish ancestry

Modern Scottish, Welsh and Northern Irish people found to have Pictish ancestry
25 by wglb | 0 comments on Hacker News.


New top story on Hacker News: FDA Finalizes Rule to Deregulate Hearing Aids

FDA Finalizes Rule to Deregulate Hearing Aids
6 by the88doctor | 0 comments on Hacker News.


New top story on Hacker News: Motorola’s 1990s Corvette EV Project

Motorola’s 1990s Corvette EV Project
5 by mauvehaus | 0 comments on Hacker News.


New top story on Hacker News: Language Learning with Netflix

Language Learning with Netflix
16 by impoppy | 2 comments on Hacker News.


New top story on Hacker News: Intel OEM Private Key Leak: A Blow to UEFI Secure Boot Security

Intel OEM Private Key Leak: A Blow to UEFI Secure Boot Security
88 by transpute | 18 comments on Hacker News.


Friday, May 5, 2023

New top story on Hacker News: Hard feelings over mission change for NASA’s Pluto spacecraft

Hard feelings over mission change for NASA’s Pluto spacecraft
10 by pseudolus | 0 comments on Hacker News.


New top story on Hacker News: Carmakers are pushing electric SUVs, but smaller is better when it comes to EVs

Carmakers are pushing electric SUVs, but smaller is better when it comes to EVs
20 by PaulHoule | 17 comments on Hacker News.


New top story on Hacker News: Waymo One doubles service area in Phoenix, continues growing in SF

Waymo One doubles service area in Phoenix, continues growing in SF
56 by ra7 | 30 comments on Hacker News.


New top story on Hacker News: OpenAI ignored the ‘have a problem to solve’ rule, says president Greg Brockman

OpenAI ignored the ‘have a problem to solve’ rule, says president Greg Brockman
25 by redbell | 13 comments on Hacker News.


New top story on Hacker News: Show HN: On the security of the Linux disk encryption LUKS

Show HN: On the security of the Linux disk encryption LUKS
15 by proxystore | 0 comments on Hacker News.
In the past few days, there have been uncertainties and concerns about the LUKS (“Linux Unified Key Setup”) disk encryption, which is widely used on Linux. We publish our assessment of this here.

Thursday, May 4, 2023

New top story on Hacker News: Fixing Hallucination with Knowledge Bases

Fixing Hallucination with Knowledge Bases
8 by gk1 | 0 comments on Hacker News.


New top story on Hacker News: America’s first high-volume ‘PFAS Annihilator’ is up and running in W. Michigan

America’s first high-volume ‘PFAS Annihilator’ is up and running in W. Michigan
42 by rmason | 5 comments on Hacker News.


New top story on Hacker News: Pynecone – Performant, customizable web apps in pure Python

Pynecone – Performant, customizable web apps in pure Python
18 by gilad | 8 comments on Hacker News.


New top story on Hacker News: LogJam Attack [video]

LogJam Attack [video]
4 by DamnInteresting | 0 comments on Hacker News.


New top story on Hacker News: May 4 Shootings at Kent State University: The Search for Historical Accuracy

May 4 Shootings at Kent State University: The Search for Historical Accuracy
22 by theandrewbailey | 3 comments on Hacker News.


New top story on Hacker News: BigCode Project Releases StarCoder: A 15B Code LLM

BigCode Project Releases StarCoder: A 15B Code LLM
40 by enum | 8 comments on Hacker News.


Wednesday, May 3, 2023

New top story on Hacker News: Is Perpetual Motion Possible at the Quantum Level?

Is Perpetual Motion Possible at the Quantum Level?
5 by digital55 | 2 comments on Hacker News.


New top story on Hacker News: Searches for VPN Soar in Utah Amidst Pornhub Blockage

Searches for VPN Soar in Utah Amidst Pornhub Blockage
47 by freedomben | 17 comments on Hacker News.


New top story on Hacker News: The Poet and the Tyrant: Osip Mandelstam

The Poet and the Tyrant: Osip Mandelstam
13 by Caiero | 0 comments on Hacker News.


New top story on Hacker News: UFOs exist in the low information zone

UFOs exist in the low information zone
52 by apsec112 | 27 comments on Hacker News.


New top story on Hacker News: Where’s the Director’s Commentary on Streaming?

Where’s the Director’s Commentary on Streaming?
8 by mfiguiere | 2 comments on Hacker News.


New top story on Hacker News: Brazilian frog might be the first pollinating amphibian known to science

Brazilian frog might be the first pollinating amphibian known to science
36 by raybb | 1 comments on Hacker News.


Tuesday, May 2, 2023

New top story on Hacker News: African Workers for ChatGPT, TikTok and Facebook Vote to Unionize

African Workers for ChatGPT, TikTok and Facebook Vote to Unionize
42 by jaredwiener | 7 comments on Hacker News.


New top story on Hacker News: Update: The Swedish authorities answered our protocol request

Update: The Swedish authorities answered our protocol request
68 by netfortius | 8 comments on Hacker News.


New top story on Hacker News: Eye Candy

Eye Candy
43 by bookofjoe | 5 comments on Hacker News.


New top story on Hacker News: Org-assistant.el – Org Babel extension for Chat Assistant APIs

Org-assistant.el – Org Babel extension for Chat Assistant APIs
12 by tyler-dodge | 1 comments on Hacker News.


New top story on Hacker News: Jsonformer: A bulletproof way to generate structured output from LLMs

Jsonformer: A bulletproof way to generate structured output from LLMs
31 by yunyu | 9 comments on Hacker News.


Monday, May 1, 2023

New top story on Hacker News: Mercury OS

Mercury OS
12 by sagelemur | 2 comments on Hacker News.


New top story on Hacker News: The TERN stack and how to migrate from MERN to TERN

The TERN stack and how to migrate from MERN to TERN
4 by mooreds | 0 comments on Hacker News.


New top story on Hacker News: Universal Railway Bus

Universal Railway Bus
5 by laurensr | 2 comments on Hacker News.


New top story on Hacker News: Chatbots are not the future

Chatbots are not the future
32 by paulshen | 10 comments on Hacker News.


New top story on Hacker News: Ask HN: Who wants to be hired? (May 2023)

Ask HN: Who wants to be hired? (May 2023)
29 by whoishiring | 77 comments on Hacker News.
Share your information if you are looking for work. Please use this format: Location: Remote: Willing to relocate: Technologies: Résumé/CV: Email: Readers: please only email these addresses to discuss work opportunities.