HN user

yawn

1,282 karma

Opinionated web developer of several years.

Posts21
Comments144
View on HN
news.ycombinator.com 1y ago

Ask HN: Should you reply STOP to unwanted texts?

yawn
290pts373
itch.io 2y ago

Spring Lisp Game Jam 2024

yawn
5pts0
github.com 3y ago

Submillisecond: A lunatic web framework for the Rust language

yawn
2pts0
news.ycombinator.com 4y ago

Ask HN: Worthy phone OS to dedicate dev time to?

yawn
4pts5
news.ycombinator.com 4y ago

Ask HN: How do you handle web Form/DTO/Model/DB?

yawn
2pts1
news.ycombinator.com 5y ago

Ask HN: What novel tools are you using to write web sites/apps?

yawn
345pts322
news.ycombinator.com 5y ago

Ask HN: Does your framework have a LiveView answer?

yawn
7pts4
medium.com 6y ago

Dark and the Long Term

yawn
2pts0
news.ycombinator.com 6y ago

Ask HN: Programming Languages that fit this criteria

yawn
2pts4
engineering.khanacademy.org 6y ago

Go + Services = One Goliath Project

yawn
418pts434
itch.io 7y ago

Game Off 2018

yawn
1pts0
medium.com 7y ago

The Joy of Haxe

yawn
160pts88
news.ycombinator.com 9y ago

Ask HN: Best Programming Language Documentation?

yawn
1pts0
businessofsoftware.org 12y ago

Building the Minimum Badass User Pt. 2 Unfinished Business

yawn
2pts0
signalvnoise.com 12y ago

Hybrid sweet spot: Native navigation, web content

yawn
154pts53
arunrocks.com 12y ago

Real-time Applications and will Django adapt to it?

yawn
1pts0
news.ycombinator.com 13y ago

Ask HN: What are you using to build new web apps?

yawn
12pts19
www.streamingcolour.com 14y ago

The iOS Game Revenue Survey

yawn
1pts0
www.holovaty.com 15y ago

Crash Tags

yawn
25pts13
news.ycombinator.com 15y ago

Ask HN: Current state of Android Development?

yawn
1pts1
jessewarden.com 16y ago

Steve Jobs on Flash: Correcting the Lies

yawn
2pts0

I love the way Automat makes me feel every time I look at it. When I first started reading your comment I got defensive. After some thought, of course I agree with you.

I've enjoyed some of your other comments on art. Are there any books that you would recommend to someone who enjoys art but knows little about art history (or art in general)?

I wrote a small web app in Crystal a few years ago. I enjoyed the language and the experience, except for the compile times. Any experiences of folks using the interpreter for speeding up iterative development?

It's not about refactoring for me. It's about trying to grok what the heck some library author or coworker was thinking when they went all Architecture Astronaut with the type system and traits. It reminds me of how people go crazy with OO and end up with delegation spread across several files. I already have to hold the problem in my head. I find that Go takes such a mental load off my shoulders that I find it the easiest to grok other's intentions (including my own several months/years later) in.

I've experienced the same repetitive realizations/ideas. I have kept 3 different files going back 10+ years: did.md which contains notes/thoughts about any interesting events by date, ideas.md which contains business/project ideas, and resolutions-yyyy.md. Whenever I revisit them, I'm always struck by the same thoughts/ideas that come up over and over again. The ideas.md file is the one that cracks me up the most--I have repeating project ideas with the same/similar set of features that occur every few years.

Similar story. Learned Logo at school on a Vic-20. Loved it so much I taught myself Basic at Kmart by grabbing the Basic User's Guide off the shelf and typing stuff into one of the C64s on the display case. It impressed my dad so much he put one on layaway. Been programming ever since.

This sentiment comes up every time people complain about the App Store. If you only want to use Apple's App Store, great--keep using it the same way you've always been using it. Nothing will change for _you_.

What I don’t get is the angry soap box lectures from the people who disagree.

The failure of people to put themselves in other people's shoes is mind-boggling sometimes. There's a reason why so many people are angry.

I picked it up and played with it. I mostly liked what I found. I do web dev and the story there is less compelling than other languages if you're looking for something more than Jester. I may be misremembering, but even though the frameworks are async (some with that atrocious "{.async.}" pragma) the db libs were not.

Firefox 96 5 years ago

If you go back and look at previous versions of release notes, many are just as terse. This definitely isn't new.

Let's Settle This 5 years ago

Come to St. Louis where everyone mispronounces the French street names. Doug Crockford coined JSON as "Jason", but nearly every developer I've ever run into says "jaysawn", so that's how I say it too.

For me, when learning a new language, there's a war in my brain between learning the thing and being productive. If I'm not productive long enough, I jet. It took me a couple of tries of bouncing off of Rust before it started clicking. I've written a few personal web projects in Rust and I'm still on the fence using it for those. My comparable Go web apps run just as fast with a little more memory usage, but are significantly faster to iterate on (compiler speed) and write, and also to read/understand later. The thing that has been tripping me up the most as an intermediate Rust programmer is that some library authors tend to get Architect Astronaut-y with the type system. It gives me the SimpleBeanFactoryAwareAspectInstanceFactory Java vibes.

are you really stopping the server, compiling again, run the full server when doing changes the logic for the server?

Yes. I use something like `cargo watch -x run -w templates` for my personal project. If I make a change to any source file, this command will recompile my project, then restart the web framework's (Tide currently) http server. It also watches changes to the templates (Tera, which is like Jinja2). It's not nearly as fast as some of the dynamic language reloading I've used in other languages/frameworks, but it works and I can move pretty quickly this way.

Do you use the same memory palace for different "groups" of things to remember? If so, do you ever get items confused because they are at the same location in the palace?

I miss that podcast. The 2 of them disagreed on some technical things, which made it more interesting. Listening to them all the way to success was pretty cool.

Is there anything else out there like it?

EDIT: People mentioning that they could remember where they were when they listened to the podcast makes me remember where I was when they had Jason Calacanis on the show who informed them that they were sitting on a gold mine.

Did you read the post? The "dirty tricks" also involved "stealing WordPress code and lying about it" and not allowing you to export your content.

Same here, except Louis Darling brilliantly illustrated the ones I read. I wore different colored shoelaces on my Chuck Taylors after reading Otis Spofford. Her books will always have a warm spot in my memory.

1980: MUD 5 years ago

Some muds support a "brief" mode, which will limit the room description to one line.