frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Fstrings.wtf

https://fstrings.wtf/
49•darkamaul•1h ago•5 comments

Why your website should be under 14kB in size

https://endtimes.dev/why-your-website-should-be-under-14kb-in-size/
229•truxs•3h ago•155 comments

Felix Baumgartner, Who Jumped from Stratosphere, Dies in Italy

https://www.theinternational.at/felix-baumgartner-who-jumped-from-stratosphere-dies-in-italy/
11•signa11•1h ago•1 comments

My Self-Hosting Setup

https://codecaptured.com/blog/my-ultimate-self-hosting-setup/
316•mirdaki•9h ago•113 comments

I avoid using LLMs as a publisher and writer

https://lifehacky.net/prompt-0b953c089b44
14•tombarys•1h ago•1 comments

Piramidal (YC W24) Is Hiring a Full Stack Engineer

https://www.ycombinator.com/companies/piramidal/jobs/JfeI3uE-full-stack-engineer
1•dsacellarius•5m ago

Pimping My Casio: Part Deux

https://blog.jgc.org/2025/07/pimping-my-casio-part-deux.html
58•r4um•4h ago•15 comments

Valve confirms credit card companies pressured it to delist certain adult games

https://www.pcgamer.com/software/platforms/valve-confirms-credit-card-companies-pressured-it-to-delist-certain-adult-games-from-steam/
582•freedomben•20h ago•567 comments

YouTube No Translation

https://addons.mozilla.org/en-US/firefox/addon/youtube-no-translation/
37•thefox•4h ago•14 comments

How to write Rust in the Linux kernel: part 3

https://lwn.net/SubscriberLink/1026694/3413f4b43c862629/
202•chmaynard•13h ago•3 comments

Advertising Without Signal: The Rise of the Grifter Equilibrium

https://www.gojiberries.io/advertising-without-signal-whe-amazon-ads-confuse-more-than-they-clarify/
92•neehao•9h ago•40 comments

Asynchrony is not concurrency

https://kristoff.it/blog/asynchrony-is-not-concurrency/
251•kristoff_it•16h ago•184 comments

Meta says it won’t sign Europe AI agreement, calling it an overreach

https://www.cnbc.com/2025/07/18/meta-europe-ai-code.html
250•rntn•18h ago•315 comments

Every part on a bicycle is safety critical

https://escapecollective.com/threaded-43-every-part-on-a-bike-is-safety-critical/
20•spooky_deep•4h ago•9 comments

GPT-5-reasoning alpha found in the wild

https://twitter.com/btibor91/status/1946532308896628748
8•dejavucoder•27m ago•1 comments

C# Language Design Meeting for June 30th, 2025

https://github.com/dotnet/csharplang/blob/main/meetings/2025/LDM-2025-06-30.md
16•jasonthorsness•3d ago•13 comments

Bun adds pnpm-style isolated installation mode

https://github.com/oven-sh/bun/pull/20440
82•nateb2022•11h ago•12 comments

A CarFax for Used PCs: Hewlett Packard wants to give old laptops new life

https://spectrum.ieee.org/carfax-used-pcs
5•miles•3d ago•1 comments

Debcraft – Easiest way to modify and build Debian packages

https://optimizedbyotto.com/post/debcraft-easy-debian-packaging/
61•pabs3•12h ago•15 comments

Mr Browser – Macintosh Repository file downloader that runs directly on 68k Macs

https://www.macintoshrepository.org/44146-mr-browser
69•zdw•11h ago•13 comments

Broadcom to discontinue free Bitnami Helm charts

https://github.com/bitnami/charts/issues/35164
175•mmoogle•16h ago•95 comments

An exponential improvement for Ramsey lower bounds

https://arxiv.org/abs/2507.12926
3•IdealeZahlen•2h ago•0 comments

Silence Is a Commons by Ivan Illich (1983)

http://www.davidtinapple.com/illich/1983_silence_commons.html
157•entaloneralie•14h ago•35 comments

C++: Zero-cost static initialization

https://cofault.com/zero-cost-static.html
63•oecumena•4d ago•23 comments

Zig's New Writer

https://www.openmymind.net/Zigs-New-Writer/
71•Bogdanp•1d ago•8 comments

When to make LODs: Understanding model costs

https://medium.com/@jasonbooth_86226/when-to-make-lods-c3109c35b802
12•azeemba•2d ago•4 comments

Wii U SDBoot1 Exploit “paid the beak”

https://consolebytes.com/wii-u-sdboot1-exploit-paid-the-beak/
150•sjuut•15h ago•24 comments

Ccusage: A CLI tool for analyzing Claude Code usage from local JSONL files

https://github.com/ryoppippi/ccusage
59•kristianp•12h ago•28 comments

Microsoft Office is using an artificially complex XML schema as a lock-in tool

https://blog.documentfoundation.org/blog/2025/07/18/artificially-complex-xml-schema-as-lock-in-tool/
139•firexcy•7h ago•74 comments

Show HN: OrioleDB Beta12 Features and Benchmarks

https://www.orioledb.com/blog/orioledb-beta12-benchmarks
41•akorotkov•3d ago•6 comments
Open in hackernews

Show HN: OrioleDB Beta12 Features and Benchmarks

https://www.orioledb.com/blog/orioledb-beta12-benchmarks
41•akorotkov•3d ago
Hey HN, I'm the creator of OrioleDB, an extension for PostgreSQL that serves as a drop-in replacement for the default Heap storage engine. It is designed to address scalability bottlenecks in PostgreSQL's buffer manager and reduce the WAL, enabling better utilization of modern multi-core CPUs and high‑performance storage systems.

We are getting closer to GA. This release includes:

- An index bridge to support all indexes that Heap supports

- Support for rewinding recent changes in the database.

- Tablespaces support

- Fillfactor support

- An orioledb_tree_stat() function for space utilization statistics

- Support for tables with more than 32 columns.

We also show several performance improvements using the TPC-C benchmarks. Overall, OrioleDB is much faster than Heap, also outperforming other Postgres providers.

We would love more people testing OrioleDB. The fastest way to do that is to use the docker image provided:

    docker run -d --name orioledb -p 5432:5432 orioledb/orioledb
Read the full release here:

https://www.orioledb.com/blog/orioledb-beta12-benchmarks

Comments

akorotkov•3d ago
Additionally, OrioleDB beta12 features a new fastpath tree search, which can accelerate workloads with intensive key-value lookups by up to 20%. Stay tuned for a new blog post about this later this week.
jfbaro•7h ago
Great work!!
kabes•5h ago
Awesome. How far away would you say are you from a stable orioledb as postgres extension?
ololobus•3h ago
Does it require core patches or I can install it into the standard upstream Postgres? Asking because, afaik, it did, but it might that something has changed already.
kiwicopple•2h ago
It still requires some patches to the Table Access Method API which have been submitted upstream:

https://www.orioledb.com/docs#patch-set

znpy•1h ago
Great! How does it fit into the landscape?

Can i used it in conjunction with other extensions, like the recently announced pgactive from amazon?