HN user

p5v

303 karma
Posts74
Comments86
View on HN
news.ycombinator.com 2mo ago

Ask HN: Those building Swift apps without touching Xcode, what is your workflow?

p5v
18pts9
cc.preslav.me 3mo ago

Show HN: I built a one-file tool to visualize the real cost of Claude Code usage

p5v
2pts1
feedle.world 2y ago

Show HN: A curated collection of stories from the HN front page

p5v
2pts0
news.ycombinator.com 2y ago

Ask HN: Could a form of modern-day AI been made to work back in the late 1980s?

p5v
1pts1
news.ycombinator.com 2y ago

Ask HN: What can today's youth learn from young people of the 80s?

p5v
4pts17
preslav.me 2y ago

Ditch That Else

p5v
3pts2
news.ycombinator.com 3y ago

Ask HN: Is anyone using Quarkus for monoithic, full-stack web apps?

p5v
7pts2
news.ycombinator.com 3y ago

Ask HN: What is the future of Go beyond tooling and cloud infrastructure?

p5v
4pts4
news.ycombinator.com 3y ago

Ask HN: Are people still using Pascal?

p5v
238pts251
goingwithgo.com 3y ago

Building Reusable Web View Components in Pure Go: Gomponents

p5v
1pts0
preslav.me 3y ago

How to Schedule Block Reminders in Logseq

p5v
1pts0
news.ycombinator.com 3y ago

Ask HN: What was the Ruby community like, before Rails came out?

p5v
15pts3
java2go.dev 3y ago

Go Is Not the Solution for Every Problem

p5v
1pts0
preslav.me 3y ago

Successful Interviews Start with Why

p5v
3pts0
preslav.me 3y ago

Epic Rap Battles of Programming: Java vs. Go

p5v
2pts1
preslav.me 3y ago

Consistent is bigger than Idiomatic

p5v
2pts0
preslav.me 3y ago

How Logseq Introduces Event Sourcing to Note-Taking

p5v
1pts0
blog.murmel.social 3y ago

Murmel: The Simplest Social Media Aggregator Out There

p5v
1pts0
blog.murmel.social 3y ago

Show HN: Coming Soon: AI-Assisted Content Classification for Everyone

p5v
3pts0
bare.tw 3y ago

Show HN: Bare is a Google Reader for tweets that look like blog posts

p5v
4pts0
groupd.co 3y ago

Show HN: Groupd – an AI-assisted service for categorizing online content

p5v
1pts0
preslav.me 3y ago

Why Do We Keep Building Murmel?

p5v
2pts1
preslav.me 3y ago

The problem with Go’s default HTTP handlers

p5v
192pts94
preslav.me 3y ago

Will Carbon Kill Go's Momentum?

p5v
2pts0
murmel.social 4y ago

Can anyone give us honest advice on our app's landing page?

p5v
1pts5
murmel.social 4y ago

Show HN: A daily email digest of the best links from one's Twitter friends

p5v
1pts0
preslav.me 4y ago

How to Fix Stuck iCloud Syncing on macOS

p5v
2pts2
www.getrevue.co 4y ago

This Week in Elixir and Erlang – Issue #11

p5v
1pts0
www.getrevue.co 4y ago

This Week in Elixir and Erlang – Issue #10

p5v
1pts0
bare.tw 4y ago

A Twitter app that favors text-heavy tweets and punishes marketing or engagement

p5v
1pts0

This looks like Tauri.

I don’t know. I still prefer simply shipping Go binaries around that fire up a local web server and open the web page on start. I’m old enough to care about these fancy languages, frameworks, native APIs and such. A dumb language like Go, in combination with HTMX and some JavaScript/CSS is all I need.

Generative art was my first love. By accident, I ended up being a student of the great Frieder Nake (https://en.wikipedia.org/wiki/Frieder_Nake) and that changed my future trajectory.

Eventually, this led me to writing my own indie book on generative art with Go: https://p5v.gumroad.com/l/generative-art-in-golang, which led me to a talk I gave on GopherCon Europe: https://youtu.be/NtBTNllI_LY?si=GMePA3CfVQZJq2O7

These were great times, but I think the book is not worth buying anymore. Sadly, AI-generated imagery sort of killed the mojo of algorithmic art for me, and I've been trying to get back to it for the last few years.

Rawfeed.social 4 months ago

Is this a hobby project or a real social media application with people using it? If there are at least 1000 ppl. using the platform, we can consider adding link aggregation for it in https://murmel.social

Hey HN,

Anthropic charges $20/month for Claude Pro, which is all fine, but we all know that this is heavily subsidized, and is not the real cost of tokens we burn through.

The well-known ccusage (https://ccusage.com/) utility can read those logs and compute what you would have paid on a pay-per-token basis. For heavy users, that number can be... surprising.

I built a single HTML file that turns that data into a shareable infographic — cost trends over time, model breakdown (Sonnet vs. Haiku vs. Opus), total token volume, and peak spend days.

Everything runs client-side. The JSON never leaves your machine.

I’ve been thinking about this a lot while building Murmel (https://murmel.social). One thing we wanted to avoid from day one was the “infinite engagement machine” model, so instead of pushing algorithmic slop, we just surface links that are already being shared by people you follow on Bluesky and Mastodon.

It ends up feeling much closer to “what’s interesting in my corner of the web right now?” and much less like a system trying to keep you trapped inside it.

Small scope, obviously, but I think more social tools should feel like utilities, not casinos.

I’m old enough to remember and toy with the now long-dead XNA. It was lots of fun, and gave a lot of us students versed with C# a sort of first-hand exposure with the .NET. If only (the old) Microsoft wasn’t so stupid, short-sighted, and selfish at the time.

Has anyone used this in earnest with something like OpenCode? Over the past few months I’ve tested a dozen models that were claimed to be nearly as good Claude Code or Codex, but the overall experience when using them with OpenCode was close to abysmal. Not even a single one was able to do a decent code editing job on a real-world codebase.

Surprisingly, to me, it’s the other ways around - and, I’ve been writing code for two decades now. I love programming and even with AI, I will always have the last word, but I also realized along the way that programming is only a means to an end - you write code to get something done, not to write the code itself. With AI, I can finally give chance to my hundreds of ideas and see what sticks.

They do. I’ve been teaching cross-career programming courses in the past, where most of my students had day jobs, some, involving hard physical work. They’d gladly swap all that for the opportunity to feed their families by writing code.

Just comes to show how the grass is always greener when you look on the other side.

That said, I also plan to retire up in the mountains soon, rather than keep feeding the machine.

Blog Feeds 10 months ago

We have a very similar feature on https://feedle.world. Every search has its own dedicated RSS feed that can new followed directly, as well as an iframe that can be embedded on other people’s websites. This way, anyone can build accidental blogrolls, based o topics of interest.

P.S. for people whore not really into RSS, we are also Beta testing the option to subscribe to searches and get results in email digests. Same idea, but you don’t need to bother finding an RSS reader.

I am the author of the article. Indeed, I am a programmer, but believe it or not, I have also taught people. Thus, I think I am eligible to say that no, people don't need teachers anymore. Not in the traditional, preaching sense, anyway.

Please, don't get me wrong - the right role model is becoming increasingly more important than ever, especially, now that everyone is essentially talkign to a piece of software that conjures up words statistically.

What you gave as an example is illustrating this better than anything else - anyone could just spit out the course material, and students may still not get a word of what has been said. And then, there are others, like a late professor of mine, who would just ramble on the most seemingly random things in class, and would still make people show up, share their opion, defend their theses, and show that they've grasped the subject matter.

Yes, teaching is a skill - but one that no longer has to do with reciting over the course material.

hi there, I am the author of the article. Thanks for posting it here! Could you please, set the title to: "3 (+1) Things Evernote Got Right" or "3 Things Evernote Got Right"? I am assuming that the HN scraper did not get it right.

Thanks!

It’s always a trade-off of how much you’ll get from an upgrade, vs. how much time, effort, and pain you’ll have to invest to do the switch. Postgres is at a stage, where a single version can easily outlive the duration of the software you’ve built with it. Let’s be honest here, a vast majority of software doesn’t need a fraction of the requirements we think it does, frankly, because no one uses it to the extent that latest and greatest features would make the experience more pleasant.

I am sorry, but "it's built with Electron" is all I need to know at this point. I appreciate the effort you've put in it, and I am sure that it is a great improvement. After all, I am using VS Code on a daily basis, and it's all about Electron, so I don't think that it will be that much slower than a fully native app. However, there is something about the minimal footprint nature of native macOS that I just can't go around. You just feel the snappiness of it, on a sub-nano-second level.

Content discovery on Mastodon can be daunting, especially if you are a busy academic who doesn't have the resources to stay connected on what's happening all day long. That's why we created Murmel - a service that does all the checking for you and delivers it to your inbox in a compact daily email. I can't wait to see more peoples reaction when they finally get hold of their day: http://murmel.social