Readit News logoReadit News
Martinussen commented on Open SWE: An open-source asynchronous coding agent   blog.langchain.com/introd... · Posted by u/palashshah
dabockster · 19 days ago
> We believe that all agents will long more like this in the future - long running, asynchronous, more autonomous. Specifically, we think that they will:

> Run asynchronously in the cloud

> cloud

Reality check:

https://huggingface.co/Menlo/Jan-nano-128k-gguf

That model will run, with decent conversation quality, at roughly the same memory footprint as a few Chrome tabs. It's only a matter of time until we get coding models that can do that, and then only a further matter of time until we see agentic capabilities at that memory footprint. I mean, I can already get agentic coding with one of the new Qwen3 models - super slowly, but it works in the first place. And the quality matches or even beats some of the cloud models and vibe coding apps.

And that model is just one example. Researchers all over the world are making new models almost daily that can run on an off-the-shelf gaming computer. If you have a modern Nvidia graphics card, you can run AI on your own computer totally offline. That's the reality.

Martinussen · 19 days ago
Data storage has gotten cheaper and more efficient/manageable every year for decades, yet people seem content with having less storage than a mid-range desktop from a decade and a half ago, split between their phone and laptop, and leaving everything else to the "> cloud" - I wouldn't be so sure we're going to see people reach for technological independence this time either.
Martinussen commented on PHP 8.5 adds pipe operator   thephp.foundation/blog/20... · Posted by u/lemper
wouldbecouldbe · 23 days ago
It’s really not needed, syntax sugar. With dots you do almost the same. Php doesn’t have chaining. Adding more and more complexity doesn’t make a language better.
Martinussen · 23 days ago
When you say chaining, do you mean autoboxing primitives? PHP can definitely do things like `foo()->bar()?->baz()`, but you'd have to wrap an array/string yourself instead of the methods being pulled from a `prototype` to use it there.
Martinussen commented on Cursor 1.0   cursor.com/en/changelog/1... · Posted by u/ecz
hu3 · 3 months ago
Copilot in VSCode has autocomplete and also something they call "next edit".

In my experience, next edit is a significant net positive.

It fixes my typos and predicts next things I want to do in other lines of the same file.

For example, if I fix a variable scope from a loop, it automatically scans for similar mistakes nearby and suggests. Editing multiple array values is also intuitive. It will also learn and suggest formatting prefences and other things such as API changes.

Sure, sometimes it suggests things I don't want but on average it is productive to me.

Martinussen · 3 months ago
Cursor also does this.
Martinussen commented on I can’t understand Apple’s Critical Alert policy (2023)   jhan.bearblog.dev/i-cant-... · Posted by u/logistra
xattt · 4 months ago
With all due respect and without knowing your clinical history at all, this level of sensitivity to a statin probably warrants a review of your med with your provider.
Martinussen · 4 months ago
Sorry, maybe/probably should have clarified I meant a different medication - meant to comment more on the general utility.
Martinussen commented on I can’t understand Apple’s Critical Alert policy (2023)   jhan.bearblog.dev/i-cant-... · Posted by u/logistra
os2warpman · 4 months ago
I don’t know if a pill reminder app rises to the level of importance where a critical alert is needed.

There are only five apps on my phone, out of over a hundred, that use critical alerts.

PulsePoint, if someone near me is having a heart attack

Messages, if one of my kids is in trouble

Health, if I am having a heart attack

Home, if my smoke alarm is going off

ActiveAlert, my fire department’s dispatch notification app, which will tell me where to drive the ambulance if someone is having a heart attack

If I’m in a darkened theater and someone nearby needs cpr, my house is on fire, or one of my kids is in trouble I want the phone to make a sound.

I want someone else’s phone to make a sound if they get those notifications, too.

If it’s time to take their atorvastatin I don’t give a shit their phone better stay shut the hell up.

If someone’s calendar app slipped through the cracks and got permission to issue critical alerts, THAT is the problem, not the fact that a pill reminder app can’t.

Martinussen · 4 months ago
If I miss the dosing window by more than an hour or so it'll either ruin my sleep or ruin my day after lunch, I have responsibilities and can easily lose track of time for an hour or two while working or in meetings, so the iOS medication reminders are very useful to me personally, at least.

edit: though if I remember or see the initial reminder and log it, it obviously won't go off with sound. If it pings, I've basically always already forgotten.

Martinussen commented on Tesla Showroom Set on Fire   hindustantimes.com/trendi... · Posted by u/nothrowaways
helveticabold48 · 6 months ago
Those who "dislike Musk" usually cannot come up with any solid example of what he has done to deserve the hate. It's ironic that the guy loved by the left for the EV / green energy a few years ago is suddenly the most hated figure because he chose to expose government fraud and wastes, and decided to switch off the gravy train for politicians / NGO spider web.
Martinussen · 6 months ago
> Those who "dislike Musk" usually cannot come up with any solid example of what he has done to deserve the hate.

If this is a genuine belief you have, I think you need to break out of your echo chambers a lot more.

Martinussen commented on Nebu: A Spreadsheet Editor for Varvara   wiki.xxiivv.com/site/nebu... · Posted by u/surprisetalk
MarceColl · 6 months ago
I’m a big fan of everything Uxn related. The architecture is fun to work with, and unlike most low-level architectures it is very event driven making interactive programs quite easy to make.

I’m exploring building a game around it (not in it) with Kikai, an unholy marriage between zachtronics games and starcraft, where units (and buildings) are uxn machines with devices to interact with the outside world. This allows you to fully customize the whole army and strategy to be whatever you like.

Buildings for example, take a bit of the role of linkers (or even compilers), they are just another Uxn machine with a Factory device. The most basic form of a building and the one that you will have by default is just a memcpy of bytes from a source ROM to bytes in the RAM of the newly created unit. But by investing a bit of time you could for example have pre-made behaviours that you can link on runtime based on that particular match needs. Units also have a radio and can send messages between them. WIth some more code you could have a handler that rewrites parts of the code broadcasted from a building allowing you to deliver OTA updates!

My objective for the game is that it works out of the box as a normal RTS but that once you get the gist of it you can start automating here and there so there is no high cost of entry but there is infinite extendibility.

There is another very interesting project in the same direction that Devine (the creator of Uxn, Varavara, Orca and Nebu, as well as many others) shared with me recently when I explained my project to him: Doldrusidus which is incredibly fascinating. It goes in the same vein, small ships in a multiplayer universe each of them running Uxn machines inside.

Kikai and devlogs: https://marcecoll.itch.io/kikai Doldrusidus: https://desertslug.itch.io/doldrusidus

Martinussen · 6 months ago
I assume you've seen it, but Screeps was(/is?) a very enjoyable game to play around with for the programming-strategy/RTS blend.
Martinussen commented on DOGE has 'god mode' access to government data   theatlantic.com/technolog... · Posted by u/perihelions
Martinussen · 6 months ago
Calling a guy a pedophile repeatedly because you made yourself look stupid getting excited about your cool submarine and how awesome everyone will think you are when you save some kids wasn't really worth much money either. I don't think Musk has the self-control to think like that, honestly.
Martinussen commented on JJ Cheat Sheet   justinpombrio.net/2025/02... · Posted by u/justinpombrio
martinvonz · 7 months ago
To move the changes in file `foo` in the working copy into a past commit `X`:

`git commit --fixup=X foo; git stash; git rebase -i X^; git stash pop`

`jj squash --into X foo`

Martinussen · 7 months ago
That looks more like a git alias than a job for an entirely new tool, to me. How many of the core functions do you really need to cover before `jj` itself becomes redundant?
Martinussen commented on ElevenReader   elevenreader.io... · Posted by u/mfiguiere
nathanyukai · 7 months ago
"replace things that were done by humans" isn't a loss by itself, if it frees up human labour to do other things. If human replaced by AI can't find better things to do, such that it makes them poorer, or anti-social its a loss but not necessarily AI's fault.
Martinussen · 7 months ago
Doesn't apply to all situations, but "replace things that were done by humans" in arts can absolutely be a loss by itself. Making graphics/speech/video a commodity doesn't replace designers, voice actors, or directors, but we've definitely see it can directly harm them and the people that enjoy their work.

> can't find better things to do, such that it makes them poorer, or anti-social its a loss

I feel like this misses the point a bit - lost income/sustainability for artists is obviously a big issue we'll be facing, but looking for a performance indicator in an artistic endeavour doesn't really get you anywhere. There's more ways to value a painting than "what the market would pay" and "potential heat output as firewood", right?

u/Martinussen

KarmaCake day96September 6, 2021View Original