HackerLangs
TopNewTrendsCommentsPastAskShowJobs

usernamed7

no profile record

Submissions

Retro Synthwave on YouTube

youtube.com
2 points·by usernamed7·в прошлом месяце·1 comments

AI Slop Is a Choice

building138.com
4 points·by usernamed7·в прошлом месяце·1 comments

From Today, Software Engineering Is Dead

building138.com
15 points·by usernamed7·2 месяца назад·11 comments

The Computer Chronicles – Artificial Intelligence (1984) [video]

youtube.com
3 points·by usernamed7·6 месяцев назад·0 comments

Transcription, Censorship and Sanitized Expression

building138.com
1 points·by usernamed7·8 месяцев назад·0 comments

Tell HN: My advice after I applied to 450 positions before getting hired

135 points·by usernamed7·10 месяцев назад·180 comments

comments

usernamed7
·9 дней назад·discuss
this is "too little, too late" for me. I'll stick with opus 4.8.
usernamed7
·10 дней назад·discuss
I was surprised to see .cern as a TLD - i would not expect it to need a family of websites in the way .gov or .mil do.
usernamed7
·11 дней назад·discuss
surprised at the responses to this post. While I thought the title was dumb, the underlying thesis is not the ragebait I was expecting, and I actually agree with the author.

LLM's work best when they can call a tool and observe the success/failure of a change. If you're HITL then you're the tool, but the result is the same. only slower.

I'm working on a 2D game (pixi.js) with claudecode, and after I moved some logic into a webworker the LLM created a headless simulation exercise of it and would run this to test performance changes against (or in exploration of an issue), which I was surprised by.

I also created some robust graphs & metrics which were easy to screenshot and upload to claude. this was a HITL but it gave claude a lot more insight into what's actually happening instead of guessing when the browser plays the game and has FPS drop.

LLM's do best when they can see what their code is doing. If you can't remove yourself from that cycle of testing you should at least optimize it so you can give rich errors.
usernamed7
·13 дней назад·discuss
it started out alright, but then it just became obvious.

> Wall Street calls it securitization. The merchants of Assur called it Tuesday.

was the give away for me.
usernamed7
·19 дней назад·discuss
I haven't told you to do anything, only highlighted that you can choose how to live your life, including not using LLM's.

Believe it or not, some people actually do derive a great deal of value from LLM's and it's also ok if you don't or can't.
usernamed7
·20 дней назад·discuss
That's a choice you are free to make, just like you're free to shrug and not use the internet or computers.
usernamed7
·20 дней назад·discuss
Let us hope this only accelerates the proliferation of local models
usernamed7
·23 дня назад·discuss
> I am telling you the count because the count is the point.

> The honest caveat, because it matters:

> This one I got right in the original, and now I have the number to back it.

Thanks Claude.
usernamed7
·26 дней назад·discuss
> You ask for a date picker

    <input type="date">
wow... this is me
usernamed7
·29 дней назад·discuss
Slashing prices is only going to go so far...you couldn't pay me to use chatGPT or codex. I used chatGPT for a long time but once i switched to anthropic i could sense a higher quality and a lot less frustration and correction on my part.
usernamed7
·29 дней назад·discuss
I agree there is a "sameness" that you get from tailwind.

Tailwind has a unique benefit in that you can change the CSS of the page and just that page. There is no chance that you make a change that breaks the rest of the site because you wrote a rule wrong. In some environments/applications this is a big deal.

But honestly that's the only credit i'll give it. The class names are still confusing to me and you do get more flexibility with CSS. And i'd rather be writing classless css and targeting custom HTML elements anyway.
usernamed7
·в прошлом месяце·discuss
this reads to me as a false equivalence. Choosing a Mac is opting into a specific alternative. Choosing Windows is just taking the default.
usernamed7
·в прошлом месяце·discuss
These are long synthwave mixes that were uploaded before Suno became popular (it was released December 2023)
usernamed7
·2 месяца назад·discuss
I was thinking the same - makes the article feel very amateur and unprofessional. And I know for a fact that AI can do a better job at writing than this, I doubt they read it and had any sense of how poor the writing actually is.
usernamed7
·2 месяца назад·discuss
I've been reflecting on this lately. I bought a window air conditioner which has higher BTU but also has an "app" you can download on your phone. Which I have no interest in. The remote has basic controls and that's...fine.

My old air conditioner would remember its last mode and temperature settings but this one has amnesia and starts up in the same state blank state every time. It also automatically raises the room temperature over night which is dumb.

I haven't bothered downloading the app, because I don't need my air conditioner on the wifi and i can't fathom what would be so great about an app when i basically just need on/off functionality.

I see the same thing happening with cars. I heard that dave (of dave's garage on YT) has a car from 2018 that can no longer start remotely because the car company shut down the servers. It's not even 10 years old!

And good luck finding a TV that isn't "smart" that shows you their own ads, sends screenshots of what you watch, and pauses ads when you press mute. Ridiculous.
usernamed7
·3 месяца назад·discuss
I confirmed searching for "Iran" with a before set ends up showing me all recent results. BUT if i use this search form to generate the query (and not the youtube search bar) it works.

via the search form: https://www.youtube.com/results?search_query=+%22iran%22+bef...

via the YT search: https://www.youtube.com/results?search_query=+%22iran%22+bef...
usernamed7
·3 месяца назад·discuss
as expected, this is slop
usernamed7
·4 месяца назад·discuss
I won't be cancelling by subscription because I don't have one :) I have found I get way more value out of subscribing for 1-2 months to a service and then switching to another or going a few months without any.

At this point, netflix will keep raising prices. Because they can, and because they have to as a public company beholden to shareholders. I'm not sure there are other markets or other products/services they could expand into, i think they've already reached a point of saturation.
usernamed7
·4 месяца назад·discuss
This argument doesn't make sense to me. did airplanes kill road trips? AI lets you go faster, but you don't have to use it at all, or can use it in select ways to collab with. Unless you're somehow bothered by how other people code, you've only got more options now.
usernamed7
·4 месяца назад·discuss
this is pretty cool! what I do for my project (3d voxel web page platform) is treat the scene as a document and push updates to the server when things change. this works well for distribution and simplicity, but does mean multi-player is "difficult". using spacetime to manage and track that info and have threejs render would be cool and enable a lot of things.

I may explore spacetimedb as a project sometime, although i am reluctant to be tied into a platform that my project cannot work without, that i cannot host myself, that can change their pricing/limits/terms of at any time and for which there is no alternative.