Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Decabytes
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
3 ms
·
1.
▲
by
Decabytes
7d ago
He also unbanned a lot of people and got Trump back, got to ride the AI wave with Grok, pushed paid subscriptions and implemented paying people for tweeting. I would argue growing the platform by bringing back people that were brought back
2.
▲
by
Decabytes
11d ago
Yes to the subprocess 1.0. CommandLine utils are how I try out any new language. I feel like Swift hits the sweet spot for me in terms of safety, cross platform capability, ahead of time compilation, and automatic memory management compared
3.
▲
by
Decabytes
18d ago
So what is the sentiment on Mistral? Does it get the same hate as other AI companies? Or does its European and open focus make people give it some slack? It doesn’t really seem like anti AI people care if something was AI generated with Mis
4.
▲
by
Decabytes
20d ago
I feel like setting up the social media is a solved problem. And while getting users is hard, if you hook up to the fediverse, you can piggy back off other Platforms. I think the harder problem is making it profitable
5.
▲
by
Decabytes
23d ago
Laughs in small local model
6.
▲
by
Decabytes
29d ago
I moved to KDE from Gnome for a variety of reasons, but I genuinely miss Gnome and Native GTK apps. They weren't as customizable, but the features you did get work so well. One of my main issues with KDE is that the default keybindings
7.
▲
by
Decabytes
1mo ago
Isn’t the GUI version of a TUI just an Electron app?
8.
▲
by
Decabytes
1mo ago
One think I think is strange about the m programming world we live in now is the mythologization of pre llm code. As if people weren’t copying code from stack overflow, auto completing their way through APIs using intellisense, intellicode,
9.
▲
by
Decabytes
1mo ago
Can someone help me understand the advantage of no hidden control in this context? Are people really optimizingI/O interfaces such that they need an api that is verbose just for the sake of having no hidden flow? It feels to me that mo
10.
▲
by
Decabytes
2mo ago
As expected Google completely forgets about it’s other language, Dart
11.
▲
by
Decabytes
2mo ago
One of the most frustrating things in my opinion about new systems languages, is that they refuse to have a stable ability to, so everything has to pretend to be C at the boundaries.
12.
▲
by
Decabytes
2mo ago
Why do people use chicken over gambit? Is it due to chicken’s larger ego system and eggs, or is there more?
13.
▲
by
Decabytes
2mo ago
one thing I love about Smalltalk is being able to inspect the code as it's running. Especially from the GUI. You can just be like Oh I wonder where the code for this button is from, inspect it, and it takes you right to the code. It&#x
14.
▲
by
Decabytes
2mo ago
It is very common in Japan to have to pay key money when moving in, which is typically 1-2 months of rent. This isn’t like a security deposit as it is non refundable and is basically a “thank you for letting me live here” Also if you are ac
15.
▲
by
Decabytes
2mo ago
There was a post on here awhile ago from Jeffrey Snovers blog about how Microsoft screwed this up as well. Given how many people have moved to electron, and how big companies don’t seem to be able to handle native GUI’s anymore, have we jus
16.
▲
by
Decabytes
2mo ago
Has anyone ever done a comparison between the smaller models like Luna, against the previous GPT 5 frontier models? Have we gotten to the point where the small models are as good as the frontier models of the past, or is there still a way t
17.
▲
by
Decabytes
2mo ago
As someone who didn’t play many of the point and click adventures growing up, thimbleweed park was a lot of fun. I also like the genre more than visual novels. I kind of felt like the dialogue was supposed to be cheesy so I just rolled with
18.
▲
by
Decabytes
2mo ago
Glad to see work on Hurd pick up more this past few years. I doubt it will ever be mainstream, but I’ve always found the concept interesting
19.
▲
by
Decabytes
2mo ago
I feel like SIMD has been around for decades. Why has it taken this long to catch on? I feel like I have been hearing it a lot through the past few years. It feels like it’s talked about like some programming silver bullet
20.
▲
by
Decabytes
2mo ago
I feel like the only real answer is "we just don't know". But in an attempt to actually answer this, I think the breaking point are different for different groups of people. If you are struggling to pay the bills, you probabl
21.
▲
by
Decabytes
2mo ago
Software quality is tied to the market incentives and always has been. AI isn’t going to make someone care about writing robust software and that is why we don’t see better software all of a sudden. The market doesn’t rewards apps that don’
22.
▲
by
Decabytes
2mo ago
I did this with a python languah
23.
▲
by
Decabytes
3mo ago
I had never seen the music video until the news started playing it. Super funny
24.
▲
by
Decabytes
3mo ago
While I agree that the Zig code in Bun could be better, and that the Silicon Valley pressure to move fast and break things prevented a lot of suggested improvements, this feels like the same argument as people who write C or C++ where peopl
25.
▲
by
Decabytes
3mo ago
It’s interesting to see how llms have turned the concept of rewrite it in rust, from an impossibility for some projects (code is too large and complicated, it will take too much time) to a real possibility for even large projects.
26.
▲
Rhombus Language 1.0
(blog.racket-lang.org)
234 points
by
Decabytes
3mo ago
|
113 comments
27.
▲
by
Decabytes
3mo ago
I'm curious to hear from people if anyone who uses Bun after this changed has noticed any day to day differences with the rust version over the zig version
28.
▲
by
Decabytes
3mo ago
I wonder how useful this could be as a generalized version control for regular user systems, as a way to rollback, or scrub through history. Presumably if this is designed to work at Epic and Big Game studio scale, it should work at home co
29.
▲
by
Decabytes
3mo ago
Bjarne Stroustrup was recently interviewed by Ryan Peterman^1 1. https://youtu.be/U46fJ2bJ-co?t=2780 and Ryan asked Bjarne about memory safety. Bjarne brushes it off and says that in almost all cases where we see memory saf
30.
▲
by
Decabytes
4mo ago
For clarity in this dual programming language scenario I'm talking about, I'm writing a user facing app that's mostly a lot of business logic. It's running slow so I profile it and I see my math function in pure Dart (or
More ›