Saturday, August 31, 2024
August 31, 2024
New top story on Hacker News: Buy, Borrow, Die – Explained
August 31, 2024
Families leave Jenin camp in Israel West Bank push
Friday, August 30, 2024
August 30, 2024
New top story on Hacker News: Show HN: I made a site that lets everyone edit the same gradient in real-time
Show HN: I made a site that lets everyone edit the same gradient in real-time
17 by delamri | 11 comments on Hacker News.
17 by delamri | 11 comments on Hacker News.
August 30, 2024
Cronyism probe launched after donor allegations
A review of appointments to some Government jobs has been launched after accusations of cronyism. Labour has defended the appointment of three people to top civil service jobs who are also linked with donations to the party.
from BBC News https://ift.tt/5tnlrPu
via IFTTT
from BBC News https://ift.tt/5tnlrPu
via IFTTT
Thursday, August 29, 2024
August 29, 2024
New top story on Hacker News: 100M Token Context Windows
August 29, 2024
Weekend strikes by LNER train drivers called off
Wednesday, August 28, 2024
August 28, 2024
New top story on Hacker News: Show HN: Claude Artifacts" but creating real web apps
Show HN: Claude Artifacts" but creating real web apps
20 by antonoo | 8 comments on Hacker News.
Hey Hacker News! Launching gptengineer.app into beta today. It's like Claude Artifacts, but: - you can edit the code in your fav IDE (two-way github sync) - installs npm packages - automatically picks up build and runtime errors and fixes them - very fast, built with rust The full stack capabilities are built on supabase (prefer to not have to handle auth + user data at this point so this is owned by the user) The seed for this project was an open source experiment, posted about that previously here: https://ift.tt/GtD4vSl Would love feedback if you give it a try!
20 by antonoo | 8 comments on Hacker News.
Hey Hacker News! Launching gptengineer.app into beta today. It's like Claude Artifacts, but: - you can edit the code in your fav IDE (two-way github sync) - installs npm packages - automatically picks up build and runtime errors and fixes them - very fast, built with rust The full stack capabilities are built on supabase (prefer to not have to handle auth + user data at this point so this is owned by the user) The seed for this project was an open source experiment, posted about that previously here: https://ift.tt/GtD4vSl Would love feedback if you give it a try!
August 28, 2024
Paris 2024 Paralympics opening ceremony begins
August 28, 2024
'Mind-blowing': Thousands bathe in tomato sauce at La Tomatina
Tuesday, August 27, 2024
August 27, 2024
Strictly judge Len Goodman to get public memorial
Monday, August 26, 2024
August 26, 2024
New top story on Hacker News: In 2024, it really is better to run a startup in SF
In 2024, it really is better to run a startup in SF
25 by iancmceachern | 23 comments on Hacker News.
25 by iancmceachern | 23 comments on Hacker News.
August 26, 2024
Baseball star to play for both teams in same game
Sunday, August 25, 2024
August 25, 2024
Cordon lifted after tide removes suspected bomb
August 25, 2024
Ko wins Women's Open to end eight-year major drought
Saturday, August 24, 2024
August 24, 2024
Root guides England to victory over Sri Lanka
Friday, August 23, 2024
August 23, 2024
New top story on Hacker News: CA Governor Newsom and AG Bonta Pretend Court Agreed with Them on Kids Code
CA Governor Newsom and AG Bonta Pretend Court Agreed with Them on Kids Code
8 by hn_acker | 0 comments on Hacker News.
8 by hn_acker | 0 comments on Hacker News.
August 23, 2024
RFK Jr suspends campaign for White House and backs Donald Trump
August 23, 2024
New top story on Hacker News: Microsoft formally deprecates the 39-year-old Windows Control Panel
Microsoft formally deprecates the 39-year-old Windows Control Panel
12 by mfiguiere | 5 comments on Hacker News.
12 by mfiguiere | 5 comments on Hacker News.
Thursday, August 22, 2024
August 22, 2024
Influencers swarm convention as Democrats' secret weapon
Wednesday, August 21, 2024
August 21, 2024
Woakes targets place on England's winter tours
Tuesday, August 20, 2024
August 20, 2024
Mpox not new Covid and can be stopped, expert says
Monday, August 19, 2024
August 19, 2024
New top story on Hacker News: Wafris – an Open Source Web Application Firewall that lives in your stack
Wafris – an Open Source Web Application Firewall that lives in your stack
6 by ezekg | 2 comments on Hacker News.
6 by ezekg | 2 comments on Hacker News.
Sunday, August 18, 2024
Saturday, August 17, 2024
August 17, 2024
Watch supplies get delivered to astronauts stranded in space
August 17, 2024
SNP MSP suspended over 'unacceptable' Gaza posts
Friday, August 16, 2024
August 16, 2024
Starmer will be judged on how he tackles root causes of riots
Thursday, August 15, 2024
August 15, 2024
New top story on Hacker News: Show HN: Denormalized – Embeddable Stream Processing in Rust and DataFusion
Show HN: Denormalized – Embeddable Stream Processing in Rust and DataFusion
20 by ambrood | 4 comments on Hacker News.
tl;dr we built an embeddable stream processing engine in Rust using apache DataFusion, check us out at https://ift.tt/ujmHVvO Hey HN, We’d like to showcase a very early version of our embeddable stream processing engine called Denormalized. The rise of DuckDB has abundantly made it clear that even for many workloads of Terabyte scale, a single node system outshines the distributed query engines of previous generation such as Spark, Snowflake etc in terms of both performance and cost. Now a lot of workloads DuckDB is used for were normally considered to be “big data” in the previous generation, but no more. In the context of streaming especially, this problem is more acute. A streaming system is designed to incrementally process large amounts of data over a period of time. Even on the upper end of scale, productionized use-cases of stream processing are rarely performing compute on more than tens of gigabytes of data at a given time. Even so, the standard stream processing solutions such as Flink involve spinning up a distributed JVM cluster to even compute against the simplest of event streams. To that end, we’re building Denormalized designed to be embeddable in your applications and scale up to hundreds of thousands of events per second with a Flink-like dataflow API. While we currently only support Rust, we have plans for Python and Typescript bindings soon. We’re built atop DataFusion and the Arrow ecosystems and currently support streaming joins as well as windowed aggregations on Kafka topics. Please check out out repo at: https://ift.tt/ujmHVvO We’d love to hear your feedback.
20 by ambrood | 4 comments on Hacker News.
tl;dr we built an embeddable stream processing engine in Rust using apache DataFusion, check us out at https://ift.tt/ujmHVvO Hey HN, We’d like to showcase a very early version of our embeddable stream processing engine called Denormalized. The rise of DuckDB has abundantly made it clear that even for many workloads of Terabyte scale, a single node system outshines the distributed query engines of previous generation such as Spark, Snowflake etc in terms of both performance and cost. Now a lot of workloads DuckDB is used for were normally considered to be “big data” in the previous generation, but no more. In the context of streaming especially, this problem is more acute. A streaming system is designed to incrementally process large amounts of data over a period of time. Even on the upper end of scale, productionized use-cases of stream processing are rarely performing compute on more than tens of gigabytes of data at a given time. Even so, the standard stream processing solutions such as Flink involve spinning up a distributed JVM cluster to even compute against the simplest of event streams. To that end, we’re building Denormalized designed to be embeddable in your applications and scale up to hundreds of thousands of events per second with a Flink-like dataflow API. While we currently only support Rust, we have plans for Python and Typescript bindings soon. We’re built atop DataFusion and the Arrow ecosystems and currently support streaming joins as well as windowed aggregations on Kafka topics. Please check out out repo at: https://ift.tt/ujmHVvO We’d love to hear your feedback.
August 15, 2024
Trainee was locked in with lions at Belfast Zoo
Wednesday, August 14, 2024
August 14, 2024
New top story on Hacker News: How I won $2,750 using JavaScript, AI, and a can of WD-40
How I won $2,750 using JavaScript, AI, and a can of WD-40
54 by davekiss | 20 comments on Hacker News.
54 by davekiss | 20 comments on Hacker News.
August 14, 2024
Hamas will not join Gaza ceasefire talks, senior official says
August 14, 2024
Jess Phillips admits 'mistake' over unrest tweet
Tuesday, August 13, 2024
August 13, 2024
Zoo enlists breastfeeding mothers to help orangutan
August 13, 2024
New top story on Hacker News: SQL Injection Isn't Dead: Smuggling Queries at the Protocol Level
SQL Injection Isn't Dead: Smuggling Queries at the Protocol Level
40 by ulrischa | 7 comments on Hacker News.
40 by ulrischa | 7 comments on Hacker News.
Monday, August 12, 2024
August 12, 2024
New top story on Hacker News: Postgres.new: In-browser Postgres with an AI interface
Postgres.new: In-browser Postgres with an AI interface
21 by kiwicopple | 8 comments on Hacker News.
21 by kiwicopple | 8 comments on Hacker News.
August 12, 2024
Perseid meteor shower captured over Stonehenge
Sunday, August 11, 2024
August 11, 2024
What can Team GB medallists hope to earn after their wins?
August 11, 2024
New top story on Hacker News: Server Mono: A Typeface Inspired by Typewriters, Apple's SF Mono, and CLIs
Server Mono: A Typeface Inspired by Typewriters, Apple's SF Mono, and CLIs
21 by yankcrime | 1 comments on Hacker News.
21 by yankcrime | 1 comments on Hacker News.
August 11, 2024
Woman 'fractures knee' in Boardmasters crowd surge
Saturday, August 10, 2024
August 10, 2024
New top story on Hacker News: Fobos SDR: High-Quality Radio for Hobbyists, Researchers and Professionals
Fobos SDR: High-Quality Radio for Hobbyists, Researchers and Professionals
5 by teleforce | 0 comments on Hacker News.
5 by teleforce | 0 comments on Hacker News.
August 10, 2024
Bach to step down as Olympic chief next year
Friday, August 9, 2024
August 09, 2024
GB win silver in women's 4x100m relay final
Thursday, August 8, 2024
August 08, 2024
New top story on Hacker News: Launch HN: Stack Auth (YC S24) – An Open-Source Auth0/Clerk Alternative
Launch HN: Stack Auth (YC S24) – An Open-Source Auth0/Clerk Alternative
16 by n2d4 | 4 comments on Hacker News.
Hi HN! We're Zai and Konsti, and we're building Stack Auth ( https://stack-auth.com/ ), an open-source managed authentication and authorization platform. Basically, we build your login and signup pages, and everything that comes with that. Our GitHub repo is at https://ift.tt/fNJaOrz , and there’s a zero-budget demo video here: https://www.youtube.com/watch?v=LTkjdPf2E2Q Stack Auth was born out of years of frustration with the incumbents. We wanted to build something that is developer-friendly and open-source at the same time. The dominant player in this space is Auth0, who appeals to enterprises but lags behind in developer-friendliness and has strong vendor lock-in. A newer one is Clerk, which markets directly to devs, but is still entirely proprietary. Open-source solutions like Supabase Auth or Auth.js/NextAuth are only authN, and don't provide the rest of the toolchain. On the other hand, building your own auth infrastructure is tedious work. Rolling your own crypto is already hard enough, but on top you'll have to deal with OAuth flows, access tokens, RBAC, permission syncing, API keys, and so on. Most handcrafted OAuth or password-based applications in the wild are vulnerable in at least some of these areas. To us, the solution to this was obvious, so we decided to build it. Stack Auth is 100% open-source, licensed under MIT and AGPL. You can self-host, or choose to use our managed hosting. If you choose the latter, there's no lockin. You can export all your data and/or start self-hosting at any time. Also, we're more than just authentication — we have authorization (orgs, teams, permissions, RBAC) and user management (impersonation, user dashboard, webhooks). One interesting feature is what we call "connected accounts": we can manage and refresh your OAuth access tokens even for services that your users don't use for sign in, such as when accessing GMail or OneDrive APIs. We also have a bunch of components for sign in, password reset, and organizations. For now, we only support Next.js frontends and backends in any language with our API, though our REST API docs ( https://ift.tt/NcT7jDv ) also contain the client endpoints, and some contributors have been building frontends for other languages. For more info, check out our GitHub repo above, or our documentation ( https://ift.tt/FWGmva8 ). Would love to hear about your own stories and opinions on auth. Also really curious to hear from anyone who's using one of our competitors and what aspects it would take for you to switch. Thanks all!
16 by n2d4 | 4 comments on Hacker News.
Hi HN! We're Zai and Konsti, and we're building Stack Auth ( https://stack-auth.com/ ), an open-source managed authentication and authorization platform. Basically, we build your login and signup pages, and everything that comes with that. Our GitHub repo is at https://ift.tt/fNJaOrz , and there’s a zero-budget demo video here: https://www.youtube.com/watch?v=LTkjdPf2E2Q Stack Auth was born out of years of frustration with the incumbents. We wanted to build something that is developer-friendly and open-source at the same time. The dominant player in this space is Auth0, who appeals to enterprises but lags behind in developer-friendliness and has strong vendor lock-in. A newer one is Clerk, which markets directly to devs, but is still entirely proprietary. Open-source solutions like Supabase Auth or Auth.js/NextAuth are only authN, and don't provide the rest of the toolchain. On the other hand, building your own auth infrastructure is tedious work. Rolling your own crypto is already hard enough, but on top you'll have to deal with OAuth flows, access tokens, RBAC, permission syncing, API keys, and so on. Most handcrafted OAuth or password-based applications in the wild are vulnerable in at least some of these areas. To us, the solution to this was obvious, so we decided to build it. Stack Auth is 100% open-source, licensed under MIT and AGPL. You can self-host, or choose to use our managed hosting. If you choose the latter, there's no lockin. You can export all your data and/or start self-hosting at any time. Also, we're more than just authentication — we have authorization (orgs, teams, permissions, RBAC) and user management (impersonation, user dashboard, webhooks). One interesting feature is what we call "connected accounts": we can manage and refresh your OAuth access tokens even for services that your users don't use for sign in, such as when accessing GMail or OneDrive APIs. We also have a bunch of components for sign in, password reset, and organizations. For now, we only support Next.js frontends and backends in any language with our API, though our REST API docs ( https://ift.tt/NcT7jDv ) also contain the client endpoints, and some contributors have been building frontends for other languages. For more info, check out our GitHub repo above, or our documentation ( https://ift.tt/FWGmva8 ). Would love to hear about your own stories and opinions on auth. Also really curious to hear from anyone who's using one of our competitors and what aspects it would take for you to switch. Thanks all!
August 08, 2024
New video shows Liverpool library riot and police attack
Wednesday, August 7, 2024
August 07, 2024
New top story on Hacker News: Ask HN: How different is AWS/GCP/Azure in everyday work
Ask HN: How different is AWS/GCP/Azure in everyday work
19 by michal_kluczek | 13 comments on Hacker News.
I've almost exclusively been working with GCP for years, with very few occasions when I've created some resources in AWS (I'm managing infra using terraform). When looking a job now, it's very common that I'm rejected before TI because I wasn't working with AWS. Is it really so fundamentally different from GCP or any other cloud provider for that matter? I have a wild feeling that 80-90% of the products all cloud providers offer are same toys but with different names and integrations mechanisms. There are surely some quirks that are exclusive for a specific cloud provider, but is it really that many to stifle your performance?
19 by michal_kluczek | 13 comments on Hacker News.
I've almost exclusively been working with GCP for years, with very few occasions when I've created some resources in AWS (I'm managing infra using terraform). When looking a job now, it's very common that I'm rejected before TI because I wasn't working with AWS. Is it really so fundamentally different from GCP or any other cloud provider for that matter? I have a wild feeling that 80-90% of the products all cloud providers offer are same toys but with different names and integrations mechanisms. There are surely some quirks that are exclusive for a specific cloud provider, but is it really that many to stifle your performance?
August 07, 2024
GB win Olympic silver and bronze in team pursuit races
Tuesday, August 6, 2024
August 06, 2024
British trio win men's team sprint silver
Monday, August 5, 2024
August 05, 2024
New top story on Hacker News: Undark and the Radium Girls
August 05, 2024
UN staff fired over possible links to 7 October attack
Sunday, August 4, 2024
August 04, 2024
Belgium out of triathlon relay as athlete falls ill
Saturday, August 3, 2024
Friday, August 2, 2024
August 02, 2024
Toddler rescued after falling down 10-ft pipe
Thursday, August 1, 2024
August 01, 2024