Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
delegate
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
31.
▲
by
delegate
7mo ago
It's worth remembering that this is all happening because of video games ! It is highly unlikely that the hardware which makes LLMs possible would have been developed otherwise. Isn't that amazing ? Just like internet grew because
32.
▲
by
delegate
7mo ago
One thing that could happen is that someone might decide to vibe code a Discord clone, without all the extra crap. I'm sure there are people out there doing this already. There's this interesting arc of growth for apps which are s
33.
▲
by
delegate
8mo ago
There's some irony in the fact that LLMs are in large part possible because of open source software. From the tools which were used to design and develop the models (programming languages, libraries) to the operating systems running th
34.
▲
by
delegate
8mo ago
Not really. This db allows traversing the (deeply nested) data structures without loading them into memory. Eg. In Clojure you can do ``` (get-in db [:people "john" :address :city]) ``` Where `:people` is a key in a huge (larger
35.
▲
by
delegate
8mo ago
I wonder who the managers are going to manage..
36.
▲
by
delegate
9mo ago
I share the vision of the author. People use software for specific features, but most software have lots of features people never use or need. A lot of modern software is designed to handle lots of users, so they need to be scalable, deploy
37.
▲
by
delegate
9mo ago
I wonder if the team at id considered this when they released Doom: In 30 years rats will be forced to play it in exchange for sugar water.
38.
▲
by
delegate
11mo ago
In the dial-up era, the industry was young, there were no established players, it was all a big green field. The situation is far from similar now. Now there's an app for everything and you must use all of them to function, which is bo
39.
▲
by
delegate
11mo ago
I'm very skeptical about such a future. The 'world' is already high tech. We're already drowning in products and entertainment. At the same time, a million people talk to chatgpt about suicide each week, there's an
40.
▲
by
delegate
1y ago
Easy. You're 3x more productive for a while and then you burn yourself out. Or lose control of the codebase, which you no longer understand after weeks of vibing (since we can only think and accumulate knowledge at 1x). Sometimes the e
41.
▲
by
delegate
1y ago
It's not a war. The population (especially the youth) is anesthetized by social media, shorts, fear-inducing news, economic hopelessness, climate extremes.. In the meantime, everything is getting integrated - banks, tax systems, tech p
42.
▲
by
delegate
1y ago
Doesn't Clojure already support all of those features ? Eg. > transducer-first design, laziness either eliminated or opt-in You can write your code using transducers or opt-in for laziness in Clojure now. So it's a matter of ch
43.
▲
by
delegate
1y ago
"But that server is faulty!! If it has to handle multiple requests at once, it starts to break down." Ok. I know this is all hypothetical. But I don't buy this premise. Why is the server faulty ? In what way does it fail ? Ho
44.
▲
by
delegate
1y ago
It's interesting how people always try to find some kind of number to race against. Here's a simple theoretical situation. A brilliant mathematician with very high IQ crashes in the jungle, but is unhurt. Not far from the crash s
45.
▲
by
delegate
1y ago
I find the opposite to be true. I am a lot more productive, so I work on more things in parallel, which makes me extremely tired by the end of the day, as if my brain worked at 100% capacity..
46.
▲
by
delegate
1y ago
You learn by doing.. eg typing the code. It's not just knowledge, it's the intuition you develop when you write code yourself. Just like physical exercise. Or playing an instrument. It's not enough to know the theory, practic
47.
▲
by
delegate
1y ago
Soon more people will realize that they might not need software written by others at all. You chat with an AI and have a working app in minutes. I've been building about 1 app per week lately and they're not trivial apps. They hav
48.
▲
by
delegate
1y ago
This makes a lot of sense and it was an expected side effect of any decentralized currency from the very beginning. Bad actors/fraudsters/tax evasionists etc are going to eventually become the biggest users and end up owning a bi
49.
▲
by
delegate
2y ago
If your target is the web browser, then Clojurescript is your friend. There's Clojure Dart for mobile, cljsrn for React Native, Clojure CLR for .Net
50.
▲
by
delegate
2y ago
Are we reading the same articles ? I see articles (like the one above) where people are sharing their excellent experience using the language as has been my experience over the years of using it. A justification would be 'we hate this
51.
▲
by
delegate
2y ago
If you like the language, don't let that stop you. Install leiningen and run: `lein new app my-stuff`. Then type `lein repl` and you should have a repl running. Alternatively, open the project in IntelliJ with Cursive installed or VSCo
52.
▲
by
delegate
2y ago
Start with the 'Wedding' epic in Jira. Add a few spikes to figure out the details and bring those into the current sprint.
53.
▲
by
delegate
2y ago
The quality is great (amazing even), but I can't listen to AI generated voices for more than 1 minute. I don't know why, I just don't like it. I immediately skip the video on youtube if the voice is AI generated. Might be b
54.
▲
by
delegate
2y ago
I think this is version 1 of what's going to become the new 'PC'. Future versions will get more capable and smaller, portable. Can be used to train new types models (not just LLMs). I assume the GPU can do 3D graphics. Severa
55.
▲
by
delegate
2y ago
I appreciate the effort, but after spending more than one hour on it, I still don't understand how and why I'd use this. The Core architecture [1] documentation is given in terms of TypeScript or Python abstractions, adding a lot
56.
▲
by
delegate
2y ago
First thought that came to mind - insect-sized killer drones. I guess that's the informational context we are in right now.
57.
▲
by
delegate
2y ago
The article complains that async/await 'infects' all the code that touches it and forces the callers to use async/await too. But isn't the same true with go channels ? If you want to asynchronously interact with a c
58.
▲
by
delegate
2y ago
This article is from 2013 and it's not true anymore. Just did a search and the cheapest 3-bedroom flat in Les Corts area of Barcelona starts at 1500 EUR/month, compared to 680 EUR/month in the article. There are only 2 offer
59.
▲
by
delegate
2y ago
Nobody seems to talk about the whale in the room which is the concept of short videos, aka digital crack cocaine and the ad business model, aka good old brain washing. People worry about 'data exfiltration', but that is exactly
60.
▲
by
delegate
2y ago
For a global catastrophe situation (WW3, asteroid) with worst case scenario consequences, here's what comes to mind: - bootable linux usb drives which can be inserted into any PC. - archives of programming languages - the source code f
More ›