HackerTrans
TopNewTrendsCommentsPastAskShowJobs

konsalexee

no profile record

Submissions

Cherry, A firewall against AI-generated PRs

cherry.gethopp.app
5 points·by konsalexee·há 5 meses·2 comments

I hate WebKit: A (non) love letter from a Tauri developer

gethopp.app
10 points·by konsalexee·há 6 meses·1 comments

Video at scale: The hard problem Spotify solves

blog.alexoglou.com
4 points·by konsalexee·há 9 meses·0 comments

Firefox shipped proper profile manager

support.mozilla.org
3 points·by konsalexee·há 9 meses·1 comments

From Docs to Deploy: The Shopify Assistant That Codes with You

shopify.com
1 points·by konsalexee·há 9 meses·0 comments

Falsehoods programmers believe about [video](2016)

haasn.dev
3 points·by konsalexee·há 9 meses·0 comments

[untitled]

1 points·by konsalexee·há 9 meses·0 comments

What 'Project Hail Mary' teaches us about the PlanetScale vs. Neon debate

blog.alexoglou.com
71 points·by konsalexee·ano passado·108 comments

comments

konsalexee
·há 5 meses·discuss
Three Body problem, which I think it's even greater than its Netflix adaptation
konsalexee
·há 5 meses·discuss
Hey Hackers,

We are building Cherry, a tool designd to solve the "spam crisis" currently hitting open-source maintainers.

With the rise of LLMs and agents, the volume of low-quality, automated PRs is making it impossible to find the good contributions.

How we want Cherry to work: - Connects to your repo: We monitor incoming PRs. - Whitelists the good bots: Dependabot, Linear agent etc., get a pass. - Verifies the humans: We intercept new/unknown contributors and ask them to verify their intent and understanding of the code before the PR alerts the maintainers. - Silences the rest: Low-effort scripts and drive-by spam get filtered out.

We are trying to walk the line between stopping spam and remaining open to new developers. It’s a hard problem.

We’d love to hear your thoughts on how to solve this without discouraging legitimate junior developers. What kind of heuristics do you currently use manually that we could automate?
konsalexee
·há 6 meses·discuss
Author here of the original post, it is Tahoe indeed I should update the post!
konsalexee
·há 6 meses·discuss
I’ve been working on Hopp (a low-latency screen sharing app) using Tauri, which means relying on WebKit on macOS. While I loved the idea of a lighter binary compared to Electron, the journey has been full of headaches.

From SVG shadow bugs and weird audio glitching to WebKitGTK lacking WebRTC support on Linux, I wrote up a retrospective on the specific technical hurdles we faced. We are now looking at moving our heavy-duty windows to a native Rust implementation to bypass browser limitations entirely.
konsalexee
·há 9 meses·discuss
Being honest, that was one of the main deal breakers. Profile management, so we do not have work tabs spilling over into our personal space.

It was indeed long supported, but not a smooth experience. Have anyone tried the new profile management out?
konsalexee
·há 9 meses·discuss
Not sure if Hacktoberfest will be the same again
konsalexee
·há 10 meses·discuss
In this pipeline, aren't alternative approaches like turbopuffer efficient?

Meaning no much pruning in the space, but utilizing Object storage for long term retention, and cache-hit staying in nvme?

Curious how it compares as companies like Linear and Cursor are using it but not sure if it would help in this case.
konsalexee
·ano passado·discuss
I think the title is stating this: "Postgres LISTEN/NOTIFY does not scale"

That means for moderate cases you do not even have to care about this. 99% of PostgreSQL instances out there are not big "scale".

As a sr. engineer is your responsibility to make a decision if you will build for "scale" from day zero or ignore this as you are mindful that this will not affect you until a certain point.
konsalexee
·ano passado·discuss
> Start with: “How do you spend most of your time?” Not “What do you do?” It opens people up beyond job titles.

This is something that feels alien in SF people. A fundamental difference for example from Greece and people living in SF is this.

- Greek opening question: "Which city are you from?" - SF opening question: "Which company do you work for?"
konsalexee
·ano passado·discuss
It was really enjoyable to read. And I also do not read a lot of fiction, with my last book being the Hitchhiker's guide to the galaxy series.

My verdict is that Project Hail Mary was way much more engaging in terms of story-telling. The concepts were cool, and tbh I look forward for the movie and see if the adaptation will be nice
konsalexee
·ano passado·discuss
Long story short, I didn't want to make that analysis/distinction because it would miss the point.

They excel in their respective areas based on the architectural decisions they've made for the use cases they wanted to optimize for.

PlanetScale, with their latest Metal introduction, optimized for super low latency (they act like they've reinvented the wheel, lol), but they clearly have something in mind going in this direction.

Neon offers many managed features for serverless PostgreSQL that were missing in the market, like instant branching, and with auto-scaling, you may perform better with variable workloads. From their perspective, they wanted to serve other use cases.

There's no reason to always compare apples to oranges, and no reason to hate one another when everyone is pushing the managed database industry forward.