Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sonicgear1
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
sonicgear1
1y ago
I can't wait for the downfall of AI. It has become like a plague at this point.
2.
▲
by
sonicgear1
2y ago
SolidJS is what Svelte5 should have been
3.
▲
by
sonicgear1
2y ago
From slop to even bigger slop, congrats!
4.
▲
by
sonicgear1
3y ago
Quarkus beats the crap out of Spring in every possible aspect, perf, DX, you name it.
5.
▲
by
sonicgear1
3y ago
You should catch any non specific exception in the last catch block, just in case. Thought that was the standard. Java gets very messy in mixing checked and unchecked exceptions, I've seen a lot of devs just ignore the unchecked ones.
6.
▲
by
sonicgear1
3y ago
We had the same problem. Svelte would have been perfect if it only had a true SPA router. SvelteKit is too complicated for a simple SPA.
7.
▲
by
sonicgear1
4y ago
Hacker news is just too keen on shitting on .NET In my experience switching from Java to .NET was an epiphany. The language is 10x more concise, async/await is the same as in javascript, the documentation and official guides are miles
8.
▲
by
sonicgear1
4y ago
Anyone trying to justify the usage of React is just suffering from Stockholm Syndrome at this point.
9.
▲
by
sonicgear1
4y ago
Its is actually sad just looking from a hardware endpoint. A 2016 iPhone 7 has an advanced 5 nanometer CPU. That is really powerful when looking at the grand scheme of things. Yet most react "websites" will completely obliterate i
10.
▲
by
sonicgear1
4y ago
Agree. Java can't even get the simplest things right. This stuff makes me want to cry.
11.
▲
by
sonicgear1
4y ago
Please don't follow the author's opinion. RadixUI with its' 50kB tooltip is not something a sane person would use. This is why React websites weight multiple megabytes at times.
12.
▲
by
sonicgear1
4y ago
Check out windhawk. https://windhawk.net/
13.
▲
by
sonicgear1
4y ago
jOOQ is not even close to EF LINQ, I worked with both.
14.
▲
by
sonicgear1
4y ago
Java is just a painful language. At that level of abstraction you would expect to work purely on business logic, yet Java makes you just focus on the boilerplate and lacks completely basic features such as tuples, real generics, async/
15.
▲
by
sonicgear1
4y ago
I am a life-long Windows user but 11 is just a total blunder.
16.
▲
by
sonicgear1
4y ago
UUIDv1 can be sorted by time of creation. That said UUIDs are pretty good, they are hard to guess and can be generated anywhere without a coordinator.
17.
▲
by
sonicgear1
4y ago
Another useless and overly convoluted project just like all things google.
18.
▲
by
sonicgear1
4y ago
Seems like a neat little tool. I've always found Confluent Platform to be slow, clunky and overkill. Any plans for Windows?
19.
▲
by
sonicgear1
4y ago
Use minimal APIs in .NET and get a 2X perf boost.
20.
▲
by
sonicgear1
4y ago
If you work in frontend try remaking a company app in SolidJS and present the benefits.
21.
▲
by
sonicgear1
4y ago
Exactly. JSX Solves nothing here.
22.
▲
by
sonicgear1
4y ago
Looking forward to it. I also see this as potential syntax that could be translated into html.
23.
▲
by
sonicgear1
4y ago
Water is wet
24.
▲
by
sonicgear1
4y ago
Let's just agree that java is trash.
25.
▲
by
sonicgear1
4y ago
Liking and defending React is borderline Stockholm Syndrome at this point.
26.
▲
by
sonicgear1
4y ago
We need the source code
27.
▲
by
sonicgear1
4y ago
Unfortunately it is not much different in Serbia. Tech moguls and shady businessmen are quickly buying out cities and flipping real estate for a profit, leaving working people on the streets.
28.
▲
by
sonicgear1
4y ago
I hope for a future where the cities are returned to the people - no more cars on the streets.
29.
▲
by
sonicgear1
4y ago
Wouldn't querying the count be slow using a WHERE clause?