HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mikenew

4,298 karmajoined 10년 전

Submissions

Midjourney's Full Body Ultrasound [video]

youtube.com
3 points·by mikenew·9일 전·0 comments

An AI Agent Progresses Towards Idiocy, Not Expertise

holdtherobot.com
3 points·by mikenew·2개월 전·0 comments

Z.ai doubles it's coding plan prices

z.ai
18 points·by mikenew·3개월 전·6 comments

This is a solar-powered website, which means it sometimes goes offline

solar.lowtechmagazine.com
4 points·by mikenew·8개월 전·1 comments

Write once, run anywhere: The promise C couldn't keep

ryansepassi.com
2 points·by mikenew·8개월 전·4 comments

A portable picokernel for async I/O

ryansepassi.com
2 points·by mikenew·8개월 전·1 comments

comments

mikenew
·어제·discuss
Current top 5 played games on the Steam Deck are: Slay the Spire 2, The Binding of Isaac, Dave the Diver, Stardew Valley, and Baldur's Gate 3. BG3 is the only one you can consider AAA, but Larian is hardly an EA or Blizzard.

The big AAA studios recycle the same formulas and push graphical quality (mostly downstream of Unreal Engine improvements) because they are risk averse. Similar to big comic-book-hero films. It's not what consumers want and it's increasingly starting to show. AAA is struggling badly while indie has been on an absolute tear the past few years.
mikenew
·4일 전·discuss
Arcan is such a fascinating project that I've never quite managed to get my head around.
mikenew
·23일 전·discuss
That was my experience a couple months ago, and until someone shows me real evidence of something valuable they've made with it, I'm not wasting my time on this stuff again.
mikenew
·지난달·discuss
Authenticity requires vulnerability and that's not something Apple can do.
mikenew
·3개월 전·discuss
I use Opencode, both directly and through Discord via a little bridge called Kimaki.

https://github.com/remorses/kimaki
mikenew
·3개월 전·discuss
GLM 5.1 was the model that made me feel like the Chinese models had truly caught up. I cancelled my Claude Max subscription and genuinely have not missed it at all.

Some people seem to agree and some don't, but I think that indicates we're just down to your specific domain and usage patterns rather than the SOTA models being objectively better like they clearly used to be.
mikenew
·3개월 전·discuss
I've found GLM 5.1 to be extremely good, as long as you keep the context under 100k or so. But I do agree; the actual service is rough. It's often unusable during peak hours.

I imagine they're trying to slow down the acquisition of new customers because they're so overloaded. But yeah at double the price it doesn't seem worth it anymore.
mikenew
·3개월 전·discuss
I can't find an announcement on this, but here's the archived subscription page from a couple days ago: https://web.archive.org/web/20260410092340/https://z.ai/subs...

The Max plan has doubled, and the Lite and Pro plans have more than doubled. No change in usage limits.
mikenew
·3개월 전·discuss
Even if this is largely due to a change in how PCs in China are being counted, it's still amazing to watch Linux usage continue to climb like this.

It's really the only opposing force to Microsoft's enshittification of Windows.
mikenew
·5개월 전·discuss
This feels like an existential threat to HN, and to the general concept of anonymous online discourse. Trust in the platform is foundational, and without it the whole thing falls down.

Requiring proof of identity is the only solution I can think of, despite how unappealing it is. And even then, you'll still have people handing their account over to an LLM.

I really struggle to imagine a way around it. It could be that the future is just smaller, closed groups of people you know or know indirectly.
mikenew
·5개월 전·discuss
The side effect of trying to enforce this kind of sensitivity is that you make certain things taboo to talk about. And this is a good example of something that should be easy for someone to talk or even joke about because it makes dipping into that conversation much easier.
mikenew
·5개월 전·discuss
Pretty much every software engineer I've talked to sees it more or less like you do, with some amount of variance on exactly where you draw the line of "this is where the value prop of an LLM falls off". I think we're just awash in corporate propaganda and the output of social networks, and "it's good for certain things, mixed for others" is just not very memetic.
mikenew
·5개월 전·discuss
I think in the context of business communication; yeah a lot of people are doing that. Which, to be honest, I don't think it the worst thing ever. Most corporate communication is some basic information padded out with feigned personal interest and rehearsed politeness, so it's hardly a huge loss.

For personal communication between friends it would be horrible. Authenticity has to be one of the things I value most about the people I know. Didn't mean to imply from that example that I did or would communicate that way.
mikenew
·5개월 전·discuss
I played with it extensively for three days. I think there are a few things it does that people are finding interesting:

1. It has a lot of files that it loads into it's context for each conversation, and it consistently updates them. Plus it stores and can reference each conversation. So there's a sense of continuity over time.

2. It connects to messaging services and other accounts of yours, so again it feels continuous. You can use it on your desktop and then pick up your phone and send it an iMessage.

3. It hooks into a lot of things, so it feels like it has more agency. You could send it a voice message over discord and say "hey remember that conversation about birds? Send an email to Steve and ask him what he thinks about it"

It feels more like a smart assistant that's always around than an app you open to ask questions to.

However, it's worth stressing how terrible the software actually is. Not a single thing I attempted to do worked correctly, important issues (like the discord integration having huge message delays and sometimes dropping messages) get closed because "sorry we have too many issues", and I really got the impression that the whole thing is just a vibe coded pile of garbage. And I don't like to be that critical about an open source project like this, but I think considering the level of hype and the dramatic claims that humans shouldn't be writing code anymore, I think it's worth being clear about.

Ended up deleting it and setting up something much simpler. I installed a little discord relay called kimaki, and that lets me interact with instances of opencode over discord when I want to. I also spent some time setting up persistent files and made sure the llm can update them, although only when I ask it to in this case. That's covered enough of what I liked from OpenClaw to satisfy me.
mikenew
·5개월 전·discuss
I like how Xcode installs a bunch of gigantic, multi-gigabyte artifacts for like ios runtimes or whatever, fills up the hard drive, can't update because it's out of space, and then tells me I'm not allowed to delete them because of SIP.
mikenew
·5개월 전·discuss
I've been using it for the past couple days. Like most AI products right now, it is both incredible and incredibly stupid.

Virtually everything I've tried (starting with just getting it running) was broken in some way. Most of those things I was able to use an LLM to resolve, which is cool, but also why doesn't it just work to begin with?

I still haven't gotten it to successfully create a cron job. Also messages keep getting lost between the web GUI and discord. Trying to enable the matrix integration broke the whole thing. It seems to be able to recall past sessions, but only sometimes.

I've been using OpenCode with various models, often times running several instances in tmux that I can connect to and switch between over ssh. It feels like the hype around openclaw is mostly from bringing the multi-instance agentic experience to non-developers, and providing some nice hooks to integrate with email, twitter, etc. But given that I have a nice setup running opencode in little firejail-isolated containers, I'll probably drop openclaw. Way too janky, and I can't get over the thought of "if this is so amazing, why doesn't it work?"
mikenew
·6개월 전·discuss
I've recently switched to OpenCode and found it to be far better. Plus GML 4.7 is free at the moment, so for now it's a great no-cost setup.
mikenew
·6년 전·discuss
clipman, for a clipboard manager.

Also here's a oneliner for color picking:

grim -g "$(slurp -p)" - -t png -o | convert png:- -format '%[pixel:s]\n' info:- | awk -F '[(,)]' '{printf("#%02x%02x%02x\n",$2,$3,$4)}'
mikenew
·7년 전·discuss
I'm not sure what you mean. The Arch Linux package uses 1.3.2, which is from July 2017.
mikenew
·7년 전·discuss
Mosh also refuses to cut a new release, even after almost two and a half years. If you want truecolor, for example, you have to build from source.