Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Sunscratch
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Sunscratch
8mo ago
>Here’s the thing: I don’t read code anymore. I used to write code and read code. Now when something isn’t working, I don’t go look at the code. I don’t question the code. I either ask one of my coding agents, or - more often - I ask mys
2.
▲
by
Sunscratch
8mo ago
I’ve created a small utility script at work that automates some routine tasks and nicely formats the collected data in a table, and I can say that Nushell is an amazing tool.
3.
▲
by
Sunscratch
10mo ago
Nice article. The problem of multiple booleans is just one instance of a more general problem: when a function takes multiple arguments of the same type (i32, String, etc.). The newtype pattern allows you to create distinct types in such ca
4.
▲
by
Sunscratch
10mo ago
I’m very happy that I learned Scala back in 2018(thanks to my colleague). I quickly realized that this is the language I want to use for work, and after some time, I joined my first Scala project. Five years later Scala is still my favorit
5.
▲
by
Sunscratch
1y ago
>Rust has had 10x better tooling right from the start. Cargo vs SBT, no joke. Cargo is a really good tool, but I wouldn't say it is 10x better than SBT.On the other hand, Scala can be used with different build tools: Maven, Gradle,
6.
▲
by
Sunscratch
2y ago
I would argue that John left due to political reasons mostly, and honestly, for good.
7.
▲
by
Sunscratch
2y ago
I double that. Rust is great language, and I like it a lot. But usually I pick Scala whenever I can, it’s perfectly suited for complex domain. So my rule of thumb is: Large enterprise monolithic projects - Scala. Microservises, serverless f
8.
▲
by
Sunscratch
2y ago
Every <insert any language here> code base I have worked on, that wasnt written by small team of experts, turned into a huge pile of crap…
9.
▲
by
Sunscratch
2y ago
Should be renamed to NonOpenAI,or MoneyMattersAI
10.
▲
by
Sunscratch
2y ago
Looks very similar to Akka, where agent is actor and Lifecycle is Behaviors. An interesting project for a complex task - streaming stateful processing.
11.
▲
Will digital intelligence replace biological intelligence?
(youtube.com)
2 points
by
Sunscratch
3y ago
|
0 comments
12.
▲
by
Sunscratch
3y ago
2019…
13.
▲
by
Sunscratch
3y ago
The worst thing that ever happened to Twitter is Elon Musk
14.
▲
by
Sunscratch
5y ago
While it is very fun to hack using dynamically typed languages, it’s obvious that they are not suitable for large enterprise systems. Refactoring, code navigation, code reading is much much more better with statically typed languages. Moreo
15.
▲
by
Sunscratch
5y ago
Well, Bitcoin and other crypto garbage should be banned. It’s already obvious that it’s mostly used for money laundering and price gambling. It’s very environmentally unfriendly, and non efficient piece of technology.
16.
▲
by
Sunscratch
5y ago
Let me rephrase your comment: “Saving people from suicides is come kind of fascism and authoritarianism - no more freedom to make decisions related to your own life.”
17.
▲
by
Sunscratch
5y ago
Amazing work. Scala language and it’s ecosystem are amazing. Thanks to Odersky and all contributors, early adopters.
18.
▲
by
Sunscratch
5y ago
"Kaspersky believes it found new CIA malware"... being itself russian FSB malware...
19.
▲
by
Sunscratch
5y ago
> Software Industry is a young industry and complex, like any other profession, and a developer need to think about lots of other things as well, not just the language and possible pattern/syntaxes it has to keep up with! Looks like
20.
▲
by
Sunscratch
6y ago
7 month ago received an offer to join Scala project. Before that worked with Java and Go. I would say Scala is an amazing not just language, but an ecosystem. As a language, it’s very ergonomic and allows to do complex things with less boil
21.
▲
by
Sunscratch
6y ago
When you’re choosing Scala you have all the perks of JVM platform. You can reuse Java libraries if needed. Scala has pretty powerful type system. JVM in turn is a pretty good platform, with decades of effort, which can tolerate high load, m
22.
▲
by
Sunscratch
7y ago
I’m going into Scala + Akka. There is a slight possibility my company will adopt it instead of current stack.
23.
▲
by
Sunscratch
8y ago
Actually Apple uses Java/Scala a lot, and some of the core contributors to Netty are Apple devs.