Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
loldot_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
loldot_
19d ago
What all these people fail to mention is that at about the same time as the increase in wealth tax, another tax rule was made stricter. Before nov. 29 2022, you could take your unrealized profits abroad for five years to reset your cost bas
2.
▲
by
loldot_
9mo ago
I don’t know, it still feels like a productivity lottery to me. The simpler the task, the higher the odds of a big productivity gain, and it can be probably an order of magnitude quicker, especially if the output is very verbose, like front
3.
▲
by
loldot_
10mo ago
It is no coincidence that C# and TS are similar. They are created by the same person, Anders Hejlsberg. The C# language may have some baggage from back in the day, but at least it has a very good, non-fragmented ecosystem. While Typescript
4.
▲
by
loldot_
10mo ago
One of the big features in .net 10 is the ability to do `dotnet file.cs` to run an application, with package import and assembly attributes directly in the file.
5.
▲
by
loldot_
1y ago
I use github pages with jekyll. It took a bit of time to make a custom theme and setup the custom domain, but its really simple now to just add markdown file and push to github. https://github.com/loldot/loldot.github.i
6.
▲
by
loldot_
5y ago
Allocations are pretty cheap, but GC can be quite expensive under high load/big heap. It is probably not the first optimization you would need to make, but allocaitons have been a huge focus by the .net core team, and is part of the re
7.
▲
by
loldot_
5y ago
While they do not provide any benchmarks in the summarizing article, I can guarantee that they have done some (read: alot) profiling. I follow both Nick Craver and Marc Gravell on Twitter, and they regularly post benchmarks for optimization
8.
▲
by
loldot_
5y ago
The ban is not negative; pretending it has lead to a meaningful reduction in plastic ocean waste is. I think the reason most people are negative to the ban is that a great deal of resources has been spent on something that tries to solve a
9.
▲
by
loldot_
5y ago
From my experience, definitely go with the second approach. Try to spend a lot of time initially defining the events with domain experts. Designing events that map well to the domain in the first place is the hardest, but also the most impo
10.
▲
by
loldot_
6y ago
Sounds a bit like this article: https://www.theverge.com/a/luka-artificial-intelligence-memo... haven't had the time to read all of it again and can't recall all of it, so might not be the one.
11.
▲
by
loldot_
6y ago
Wool. A wool undershirt, thick wool sweater and wind-proof, water-proof jacket has kept me comfortable down to about -15C. You can pickup some really nice gear on the cheap from army surplus sales in Norway at least, but I think it's t
12.
▲
by
loldot_
6y ago
Exactly! If you're writing a C compiler, it would probably be a bad idea to have that logic in a database, though it could be fun to try. On the other hand if your application is summarizing a lot data by different dimensions, it would
13.
▲
by
loldot_
6y ago
What I've found being the problem with this approach is that sql does not lend itself very well to composability. Sure, you can make functions, views and stored procedures and compose them. But when you start actually composing queries
14.
▲
by
loldot_
6y ago
Which commit would you roll back to if the integer id of your comments table overflows? There are many bugs that are more complex than a buggy commit.
15.
▲
by
loldot_
7y ago
I don't know how effective they are compared to these devices, but I much prefer to keep plants with air purifying qualities. NASA did a study on a variety of air purifying plants in 1989: https://ntrs.nasa.gov/search.j
16.
▲
by
loldot_
7y ago
The simple, readable, loop-based snippet mentioned in the article also works for the edge cases. Sometimes it's better to not be so clever.
17.
▲
by
loldot_
7y ago
I think most people willing to change their diet for the sake of the environment already are well aware of the consequences of meat eating. In my opinion it would be more beneficial to focus campaigns on the problem of food waste which I am
18.
▲
by
loldot_
8y ago
Its ironic that cnil has “accept all” as the default choice for 3rd party cookies on its site
19.
▲
by
loldot_
8y ago
I'd say selling stuff to idiots is a pretty scalable business idea.