HN user

aamederen

829 karma
Posts34
Comments59
View on HN
we-manage.de 1mo ago

MinIO to SeaweedFS on Hetzner

aamederen
3pts0
techcommunity.microsoft.com 1mo ago

Azure HorizonDB: Enterprise-Ready Postgres, Engineered for the AI Era

aamederen
3pts0
buttondown.com 3mo ago

Choose Boring Technology and Innovative Practices

aamederen
3pts0
www.scalingpostgres.com 4mo ago

Iceberg Causes Postgres Acquisitions?

aamederen
1pts0
venturebeat.com 4mo ago

MiMo-V2-Pro LLM nearing GPT-5.2, Opus 4.6 performance at a fraction of the cost

aamederen
5pts3
om.co 4mo ago

OpenAI Has New Focus (on the IPO)

aamederen
266pts255
www.caseyaccidental.com 4mo ago

Every Product Starts in Oklahoma

aamederen
2pts0
terriblesoftware.org 4mo ago

Nobody gets promoted for simplicity

aamederen
896pts513
www.postgresql.org 4mo ago

Pg_QoS v1.0.0 stable release is out

aamederen
2pts0
www.theregister.com 8mo ago

Microsoft spins up Azure HorizonDB

aamederen
3pts2
danluu.com 9mo ago

Big Companies vs. Startups

aamederen
4pts0
quesma.com 9mo ago

AI for coding is still playing Go, not StarCraft

aamederen
1pts1
www.wsj.com 10mo ago

Cutting-Edge AI Was Supposed to Get Cheaper. It's More Expensive

aamederen
2pts0
www.mongodb.com 10mo ago

Comparing PostgreSQL vs. MongoDB: Which Is Better for AI Workloads?

aamederen
2pts0
www.seangoedecke.com 12mo ago

What kind of work I want

aamederen
2pts0
www.gabrielgambetta.com 1y ago

Computer Graphics from Scratch

aamederen
3pts0
williamlam.com 1y ago

Interesting Kubernetes Application Demos

aamederen
1pts0
www.rockpapershotgun.com 1y ago

Doom: The Dark Ages requires ray tracing

aamederen
2pts1
www.paulgraham.com 1y ago

Microsoft Is Dead (2007)

aamederen
135pts219
www.youtube.com 1y ago

Dockerfiles for Absolute Beginners [video]

aamederen
1pts0
ahmet.im 1y ago

So you wanna write Kubernetes controllers?

aamederen
1pts0
news.sky.com 1y ago

Royal Navy attack submarine warned off Russian spy ship from UK waters

aamederen
1pts0
www.citusdata.com 2y ago

CFP Is Open for Posette: An Event for PostgreSQL 2024, Formerly Citus Con

aamederen
1pts0
www.craigkerstiens.com 6y ago

Guidence for Conducting Offsites

aamederen
2pts0
www.gnu.org 8y ago

Proprietary Software Is Often Malware

aamederen
23pts14
www.craigkerstiens.com 8y ago

Tracking and Managing Your Postgres Connections

aamederen
4pts0
experiments.withgoogle.com 8y ago

AR Experiments

aamederen
2pts0
www.st.cs.uni-saarland.de 9y ago

Advanced Coverage Criteria [pdf]

aamederen
33pts2
h50146.www5.hpe.com 9y ago

PostgreSQL 10 New Features with Examples [pdf]

aamederen
1pts0
dev.acquia.com 9y ago

A Professional Software Engineer's Checklist

aamederen
1pts0

For a more baby-steps approach to resiliency, one might start running software on less-virtualized computers, creating a small home-lab, running software on bare-metal hardware that you actually own.

Firebase Studio 1 year ago

It makes the most sense (to me) for app platforms like Firebase to invest deeply in the AI application development wave. Creating something from scratch with prompts is impressive but the gap between something that works locally to something that people can use is still large enough to require some dev & ops expertise.

I agree with the team-size aspect, but the age argument won't always hold.

Junior folks bring their own energy, flexibility, hunger for learning and the resilience to unclear future. As folks get more mature, growing egos, stability expectations, tendency to settle down can get in the way.

Overall, this boils down to the fact that teams and people are not just head counts and there's a factor of chemistry need to be considered depending on the culture, founders, geography and the business itself.

Thanks for creating this content, this looks pretty good and it was a good time for me to refresh my basics about computer networks.

I tried checking the content with my kindle (a Kindle Touch paperwhite 6 inches) and the first chapter rendered pretty good, with images and text aligning as intended. However the second chapter did not render the first figure and beyond. Chapter 3 rendered OK, similar to Ch 1.

A few more feedback if that helps for enhancing the format even more: - Colors, and references to those do not work on a kindle. I only saw one minor use of colors (red, green) in Chapter 1 so that's not a blocker. - For some reason, the kindle browser doesn't put left and right margins on the page, so the text uses the full length of the device. - Links are rendered with a pale gray, sometimes hard to distinguish. - Figuring out why the Chapter 2 did not render would definitely help.

Workflowy, alongside a regular email and calendar. Workflowy is very simple yet flexible and has the tools that make me operate without thinking much.

It allows me to quickly keep a GTD-ish list of stuff going on and action items needs to be taken and I can organize them as detailed as needed with labels, colors, etc. I find the simplicity/features ratio work well for me.

Getting Things Done method by David Allen

The Q Language 9 years ago

As an outsider, my initial reaction is "does every new database system have to come up with their own SQL-like language?"

As a user, instead of the "we will send the data once you are online" message, I would prefer "you seem offline, please try again once you are online" kind of approach. I would not like to rely on a background worker on a mobile device and I would not know whether my form has been sent, a timeout occured, what happens if I refresh the tab, what happens in a poor connection (seems online but can't connect to internet). Therefore, I would like to be just notified about the connection issue and try again once I got out of the metro.

Firebase taught me, for a B2B2C kind of app:

1) Relational databases are more flexible: you model your data according to the actual "relations" between them, instead of how you want to query them. This makes it easier to add new views/queries to your application.

2) Joins are necessary

3) In a very short time, you need complex authentication logic and it is very hard to do it without looking at the requested (and related) data directly. Best way to do this is a good-old rdbms + server app

4) Moving more logic from servers to clients forces you to be more careful about client versions, duplicate logic among different clients (iOS, Android, Web, Dashboard)

Is it possible to do more complex requests in GraphQL, like getting the favorite venues of people that favored "Garaje" or is it left to the API provider?

I had a strange internship topics involving Ada. I tried to run a huge program (a simple stdio wrapper around a huge library actually) on an Android machine (Android 2.3, ARM). At that time, the only ADA compiler for ARM was available on BSD so I had used a Windows machine for development and a OpenBSD laptop for compiling the wrapper.

The subtyping feature I love the most. You see the benefit when you need to call a function which is taking many numeric arguments, all of them is a subtype so you can't give the arguments in the wrong order (latitude and longitude for example).

I believe, from time to time, you just need to stop developing new stuff for a period of time and dedicate the team to improve the overall quality, pay technical depts, hunt bugs, remove legacy code and refactor still existing ones.