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

With an LLM. So next week he can write about JavaScript and the next.


2016 check out my new JavaScript Library!

2026 check out the work I didn't write!

2036 how I've written 200 lines in this ancient Latin called C


2037 using humans to accelerate your token throughput by a fellow LLM (the 7th method will surprise you)

I appreciate the honesty of saying this is using electron.

I'm not sure what problem it actually solves or aims at solving other than being cool?

Visual orientation does matter in UX of the real world, video game worlds and to some degree operating systems, is this the goal?


We are the point now where we let LLM dictate the language?


Yeah, but then generally you pick the language your dev team are most familiar with.

Or you hire a team of specialists for the language you want. Perhaps niche languages should have fine-tuned LLMs in the same way.


Impressive work. There is a ton of work done in there.

You can improve it by giving a reason for people to want to adopt it. That is bring novel ideas and push the envelope.

As is, it's a very impressive homework.

How's FFI with it? Can we just link any C lib?


I might be old but the lack of a single capitalised sentence, I find, adds insult to injury.


Yeah, im a chronic uncapitilizer in our work slack and HN, but if I put out a 'communication' then I always shift to 'regular' grammar.


Its an extremely annoying trend among a subset of the tech industry who think it makes them cool


Is there some reason your lack of apostrophe and period is supposed to be less annoying than their lack of capitalization?


Honestly the whole Silicon Valley shtick is becoming old. The fake positivity, the quirky writing style, the "I think the most important quality is sticktuitiveness" linkedin-esque bullshit. Not to mention the cargo-cult that is so obvious in every GPT-wrapper startup.

This was mostly born out of counter signalling the businesses that valued serious people over competent people in the 20th century.

But, like with all things, the pendulum has swung too far in the opposite direction. I believe the next wave of tech countersignalling will be people who actually do take themselves seriously, maybe even dress in suits, etc..


I noticed that as well and it oddly made me sit for a minute to think about it. I ended up deciding that it landed a bit more 'real' and unfiltered. Could be interpreted many ways. Nobody knows the actual why but (possibly) Jack.


uwu i'm a smol bean

also you're fired


It was a 100% intentional act. These people simply don't care and they want that be known. It's in their ego.


There is no good way to announce layoffs.

No matter what he wrote, it was going to be insulting.


I found it completely unreadable, similar to reading code without syntax highlighting.

Maybe he should have had AI fix up the grammar/spelling for him...


Yeah I'm with you.


I write most of my emails purposely misspelling words / lacking proper capitalization so the recipient knows it wasn't written with ai. ¯\_(ツ)_/¯


I've been amazed by this jam. It's like bigger and better every year (in terms of jams going deeper and deeper).

I imagine we're 5 years away of "Make your own OS, language, compiler, VM and game in 12 minutes, 36 seconds. Extra points if you gave yourself a stroke."


If you want to make a game about apple pie from scratch…


That could actually be really cool:

Create a simulation of a universe with arbitrary physical laws, have it evolve sentient life, and submit the first video game they develop which matches the theme. The theme this year is "rotations". You have 48 hours. Go.


The last 2 paragraphs were quite poetic.

PS: 2014


Impressive work. I shipped couch multiplayer games on PS4 in the past and it has passed its heyday (it didn't do too well, financially).

So seeing it done on the web actually makes a lot of sense.


Thanks! What game was it if you don't mind me asking?


There are still plenty of things that VSCode does and Zed doesn't. E.g. Dart debugging.

Also there is the VC money problem with Zed, at some point, that money will want returns on every dollar spent.


I agree that’s Zed is very nice but a ticking enshitiation time bomb. However, you do see how this autocomplete “feature” and its whole copilot everywhere strategy, is about M$’s roi of its ai investment right?

So if you have a problem with VC money you should stop using VSCode as well.

Of course they will just invent more accounting terms, like they do with azure, to hide how much money they are losing on it.

https://windowsreport.com/steve-ballmer-calls-bullshit-micro...


1. Use println

2. That's fine, they'll just build some cloud feature


> 1. Use println

Printf debugging is a usability and productivity disaster compared to an actual debugger.


It depends, it can be useful to easily debug some flows. It’s also sometimes better for interactive applications where pausing the execution would break the interface.

A developer should use both.


They should, but if given the option to only exclusively use one or the other, I would never in a million years pick it. Because I have put in a tiny bit of effort into understanding how to use a debugger.

Most of them provide you with a feature list that's a strict superset of printf, because they let you set conditional non-blocking breakpoints that can have side effects. Which is perfect for the situation you've described - logging state without blocking. Then you can block and look through that state + any additional relevant info.


>1. Use println

why use so primitive methods that only work under certain circumstances


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

Search: