HN user

lasgawe

43 karma
Posts23
Comments74
View on HN
lasans.blog 2mo ago

A Deep Dive into Email Addresses

lasgawe
2pts0
autheona.com 3mo ago

For founders who feel like nobody's watching

lasgawe
1pts1
autheona.com 3mo ago

Show HN: Autheona – The API That Stops Fake Sign-Ups

lasgawe
2pts0
twitter.com 3mo ago

In the next version of Bun, Bun goes ad supported

lasgawe
3pts1
news.ycombinator.com 3mo ago

How do you come up with ideas for graphics when designing a website?

lasgawe
1pts2
lasans.blog 4mo ago

Do We Need a Programming Language Built Just for AI Agents?

lasgawe
1pts1
lasans.blog 4mo ago

How I Learned to Think and Work Like a Startup Founder

lasgawe
1pts0
nativedesktop.com 4mo ago

Show HN: Cloud to Desktop in the Fastest Way

lasgawe
4pts6
velovra.com 4mo ago

Show HN: The Terminal for Marketing Decisions

lasgawe
1pts0
autheona.com 4mo ago

Show HN: Grant Project Access Without Forms or Mail Verification

lasgawe
2pts0
news.ycombinator.com 4mo ago

Why does the Hacker News UI never get updated?

lasgawe
3pts8
www.adweek.com 4mo ago

HubSpot Acquires YouTube-Based Media Brand Starter Story

lasgawe
1pts0
app.writtte.com 5mo ago

Do We Need a Programming Language Built Just for AI Agents?

lasgawe
2pts0
github.com 5mo ago

We built Writtte using vanilla JavaScript (TS), PSQL, and a Go, No frameworks

lasgawe
1pts1
autheona.com 5mo ago

Show HN: The Zero-Friction Signup Layer API

lasgawe
2pts0
app.writtte.com 5mo ago

Why AI Agents Cannot Verify Email Addresses

lasgawe
1pts0
app.writtte.com 5mo ago

How to Structure Inputs for Claude, ChatGPT, and Gemini

lasgawe
1pts0
app.writtte.com 5mo ago

Technical Articles for Non-Technical Users Who Moved to Technical in the AI Era

lasgawe
2pts0
writtte.xyz 5mo ago

Show HN: Writtte – Draft and publish articles without reformatting, anywhere

lasgawe
1pts0
app.writtte.com 5mo ago

Token-to-Credit Conversion: Avoiding Floating-Point Errors in AI Billing Systems

lasgawe
7pts4
app.writtte.com 5mo ago

Reverse Engineering Medium.com's Editor: How Copy, Paste, and Images Work

lasgawe
1pts0
twitter.com 5mo ago

Build Your Own FontAwesome

lasgawe
1pts0
www.lennysnewsletter.com 6mo ago

AI Tools Are Overdelivering

lasgawe
2pts1

just made a little tool to visualize how many people are actually behind your “likes” and numbers. As a founder, it’s really easy to feel like 10 or even 100 users is nothing. On a screen, it looks small. Almost like no one cares.

If you’ve ever felt discouraged by low numbers, try imagining them as real people.

Cheers

1GB of RAM sounds terrifying to modern web developers, but it is plenty if you know what you are doing. If you need a little breathing room, just use a swapfile.

I agree. I usually spend about $60 per project (= startup). On the frontend, I stick to vanilla JavaScript with direct DOM manipulation using Bun.js. For the backend, I use Go, relying mostly on standard libraries. it’s incredibly fast. Many developers underestimate how much they can optimize when they go closer to the fundamentals.

This is a really interesting and well thought out idea, especially the way it turns conflicts into something informative instead of blocking. The improved conflict display alone makes it much easier to understand what actually happened. I think using CRDTs to guarantee merges always succeed while still keeping useful history feels like a strong direction for version control. Looks like a solid concept!

Regex Blaster 4 months ago

Haha, this is nice. I'm bad at regex most of the time. Playing this felt like when I first switched from Visual Studio to Vim. it’s a bit of a learning curve. It’s an interactive game btw

haha.. I agree with the points mentioned in the article. Literally every model does this. It feels like this even with skills and other buzzword files

Building a Shell 4 months ago

Great article. There are many things every developer should do when starting to learn programming or when trying to improve their skills. This is one of them. I once built a shell-like programming language (not an interpreter). If anyone reading this wants to improve their skills, I strongly suggest building your own shell from scratch.

I watched the demo and really liked the AI component. Most of the other features are already available for free in many similar analytics tools. You might want to focus more on the AI aspect and position that as the core USP.

The marketing page is entirely from Gemini, so I was able to spend my time writing and testing the project's source code. simply I'm not a fan of vibe coding when building something for others that they pay for. thats why.

Didn’t know this was possible! Isn’t this open source? I’d like to see how it works. I assume this runs on top of pure WebAssembly.

GPT-5.4 5 months ago

I remember in a video Sam Altman said they didn’t want to publish GPT versions like Apple does, but they are actually doing it now.

Good software knows the purpose it serves, it does not try to do everything, it knows when to stop and what to improve.

agree with this point. new developers should care about this.

MacBook Neo 5 months ago

When I saw this I thought it was just similar to an iPad with a built-in keyboard. Anyway this is better. finally a mac that can compete with other lower-cost laptops while still offering high performance.

A lot of modern games do feel like they blend together visually, similar lighting models, motion blur, depth of field, texture streaming pop in and I think part of that comes from so many titles relying on the same engines. When more studios were building or heavily customizing their own engines, games tended to have a more distinct identity.

also I don't recommend using a .xyz domain for email sending. These domains are often marked as spam, and some email providers don’t support them.

We built an entire project for a client-side project with millions of SQL rows and thousands of users without adding a single transaction. :/

This is nice! This was a problem I faced a few years ago at my job. What I did was create a custom Bash function to switch Git accounts and add it to my .bashrc file. I love this. I’ll give it a try.

AI makes you boring 5 months ago

The more interesting question is whether AI use causes the shallowness, or whether shallow people simply reach for AI more readily because deep engagement was never their thing to begin with.