Hacker Newsnew | past | comments | ask | show | jobs | submit | nathell's commentslogin

POKE 1,0 would mess up the bank switching of addresses above $A000 and switch on the Datasette motor. Probably not what you wanted. I guess you meant POKE 646,1 (white text on black screen).

I memory serves me the sequence turns the screen black and POKE 1,0 hangs it. At least that is what I intended, maybe it was POKE 0,1?

Ah, yeah, POKE 1,0 might plausibly have caused a hang. Sorry!

I got my C64 (actually C64C) when I was 7, switched to a PC five years later just as I mastered BASIC and was starting to learn assembly.

To this day I can recite from memory a rough memory map, say which POKEs to do to switch background/border/text colors to my favourite scheme (white on black), and name the addresses of a few basic KERNAL routines.

Happy birthday, C64!


Literally everything you said is also true about me! and my name is also Daniel!

But this way, you can handle door spam by greylisting the bell and playing it only when it is pressed by a motivated enough person; say, 5 times or more. For an average of 1 cloud service per press.


Obligatory xkcd: https://xkcd.com/276/


No thanks, I’m Polish already.


No it’s not, it’s a testimony to how broken the Internet is.

There’s a perfectly valid and simple way to comply with the EU policies, including GDPR, and not impose annoying popups on your users: just don’t set cookies (if you need to have a login, you can ask for permissions at login time) and don’t collect personal data. That a lot of sites elect not to do that is an indication of how they treat the user, not of the brokenness of EU law.


I’ve found it helpful to ask LLMs specific questions about your knowledge gaps, or ask for concrete worked examples that illustrate the ideas you’re learning about.

In [0], I ask: „When applying Hidden Markov Models to POS tagging in NLP, what do the latent states and observations usually represent?” I then follow up with some specific questions and requests for walkthrough. You can’t see it from this conversations, but I have Wikipedia and a bunch of other resources open in separate pages, cross-reading, and I follow up with a handwritten toy implementation of a Viterbi-based POS tagger once my mental model crystallizes. This is very different from a 500-word summary of quantum physics, and I still had to put in effort (this is unescapable!), but I found the experience rewarding. Also note that this is relearning of a topic that was part of my uni curriculum but long forgotten.

In [1] and [2], I’m learning Spanish by reading García Lorca’s poems. Here again I’m going through the texts with a dictionary, and augmenting my learning with what a dictionary won’t tell me: given the usage of a word or phrase in this specific poem, is it something that could occur in everyday speech, or is it poetical?

[0]: https://chatgpt.com/share/6a743bc7-d0dc-83eb-acc9-8f2faaffc4...

[1]: https://chatgpt.com/share/6a731be6-26bc-83eb-8d21-c965da5364...

[2]: https://chatgpt.com/share/6a731c01-5604-83eb-a5b8-cd1295d0ef...


I think the ideas worth pursuing still require substantial time and motivation, even with LLMs. Otherwise you just end up with a half-baked sloppy artifact that nobody will ever use or study, for a net negative benefit to humanity.


We have entered the era of small software, and no one knows what it will grow to.

Here's an example: my office has a few cars for employees to use as rentals. The number is small enough that it would never be worth any serious software dev to build a tool to manage, but large enough that its a moderate amount of work for someone to manage the requests/getting supervisor approvals/schedule changes due to breakdowns.

AI one-shot that guy a tool. Its now dead simple, he's got a calendar, automatic emails going to people's supervisors with click-here-to-approve links, rescheduling options, fleet management. It doesn't even look bad.

Who cares if its using some un-backed-up sqlite database in the backend, has some placeholder tab for a feature he changed his mind about, or violates the DRY principles a bunch or uses some inferior authentication mechanism. Its an in house tool, isn't mission critical, and it makes his life significantly easier.

Basically everyone is now a few prompts away from their own bespoke tools, and only they will be able to judge the benefit thereof.

Edit: to tie this more directly to the article, I would argue that this is an example of "infinity-x" coding, because the user was in fact not capable of coding a solution on their own without AI.


I agree.

In my business, I haven't found much area to use code. It's a pub, and we've long been low-tech. Cash register, no POS. I have a little code surrounding my own processes, but mostly it's manual. Hand-entering numbers in my spreadsheet, etc.

But what's interesting to me is that now I can probably program an esp32, or create a small mobile app for a mounted android tablet. I was a web dev in the past, and programming hardware was outside my skillset without dedicating some serious time to learning. Mobile I just always avoided--mostly the same reason.

Anyway, I've got some CYDs on my desk, we'll see what I can make with 'em. I want a kitchen ticketing system instead of the old hand-written ticket stubs, for starters.


Yes this is true to some extent. I've been using LLMs to run some computer vision tests, and I've certainly noticed myself running into the trap of "just one more AI experiment", or "just one more change" while neglecting to actually properly integrate the learnings into my mental model.

However, without an agent running its own experiments on a cloud GPU, would I realistically have invested my limited work hours and tried evaluating 10 different models, each with 10 different tuned parameters, to solve my specific use case?

Or would I have tried 1-2 models and spent my time trying to optimize those models?

I think there is some merit to the spray and pray approach when one is in the exploration phase of the solution space.

Also, on more than one occasion now, I have had fable halve the inference latency of a model simply because the original implementation from an academic included unnecessary GPU-to-CPU-to-GPU transfers or similarly inefficient operations. Those optimizations came at essentially 0 time cost to me and I can verify that the outputs are byte-identical. Pretty sweet!


People need to abandon the notion of every tool you build needing to fit the market. This is not the direction of software anymore when developers can all build tools that are bespoke to their own workflows and needs.


Well, I’m happy just to make half baked slop for myself. Highly personalized software that is poorly implemented and yet yields the result I desire.

E.g. software that generates these models that I can print

https://wiki.roshangeorge.dev/w/Blog/2026-06-30/Modeling_a_W...

https://wiki.roshangeorge.dev/w/Blog/2025-12-01/Grounding_Yo...

Or blog post authoring software

https://wiki.roshangeorge.dev/w/Blog/2026-04-25/The_rise_of_...

There were so many things that no one will ever study and won’t give humanity any benefit but I use everyday to make my life better. That’s enough. The value far exceeds $200/mo. I’m getting it for cheap and now that I have my GPUs and my models they can’t even take it from me in the future if they wanted, haha!

LLMs allow for human flourishing on a massive scale. One of the best inventions to occur in my life. Up there with the Internet/Web. Truly a marvelous time.


> There were so many things that no one will ever study and won’t give humanity any benefit but I use everyday to make my life better

Agreed. I haven’t been this excited by computers since I got broadband DSL in 1998.


i consider it as a very specialized subset (subgenre) of video games for a very narrow audience


You know how non-coders basically build crazy business apps in Excel? LLMs, even if they don't get any better, seem at least 10x more useful than Excel. Why do you say it's for a narrow audience?


i meant people who enjoy the idea of software even if they don’t necessarily need or enjoy the resulting software itself. it’s possible that some of the spreadsheet hacking has a similar flavor but lacks the natural language hook.


I guess HABIT was the expected one here.


Baith was right. But I feel stupid that I couldnt see Habit.


> Baith was right.

My wife missed that word, and it said the correct word was “habit”.

I also did “baith” (for the same reason as OP), and ended up making it to 16, but I feel like I shouldn’t have, since I’ve never heard of “baith”. I was confused when it accepted it.


Shuffle would certainly help with that. I felt like I was expending a ton of energy and time shuffling mentally (but I'll concede that if I did it enough I'd get faster at it).


Could I have the source code so I can plug in the Polish word list? It would make a great training app for Scrabble.


Yeah its just the single index.html file feel free to download it and adapt


It's unobfuscated. Right click, view source, there it is.


You could also probably one-shot your own version of this using any SOTA LLM, it's not terribly complicated (but a nice game idea!).


Just one shot in Claude if you have it or deepseek flash for free.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: