Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
angrysaki
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
angrysaki
2mo ago
The bigger difference is that the net utility for LLMs could turn out to be massively negative
2.
▲
by
angrysaki
3mo ago
>I'd rather trust the people directly involved, whose interests are mostly clear and known. That seems like a wild statement to me. Just so I understand what you're saying. Are you saying you would trust Meta's statements
3.
▲
by
angrysaki
3mo ago
I don't have an answer, but I don't think the framing should be about what they deserve or not. It should be around how much money an individual can have/control before it becomes detrimental to society.
4.
▲
by
angrysaki
3mo ago
It's almost like the people who spend their time thinking and researching the positives and negatives of a particular company/service come to different conclusions than the people who make money off the company or are directly mar
5.
▲
by
angrysaki
3mo ago
>but also created an immense amount of value in society I would say value is subjective. For example, some people might consider a successful game as having created value. Others might view it as too addictive and see the negative value
6.
▲
by
angrysaki
6mo ago
I would say having a good hot reload system gives you the benefit of wysiwyg with more readable code
7.
▲
by
angrysaki
1y ago
>The compiler gives us a way to deal with this situation. It is all about being absolutely clear with intentions. Yes, Where(..) in my example would return IEnumerable<TR?> but then in subsequent code I can tell the compiler that I
8.
▲
by
angrysaki
1y ago
>Also, the design of this this method doesn't seem to make much difference to me anyways: ``` var strs = source.SelectNotNull(it => it); ``` vs ``` var strs = source.Where(it => it != null); ``` Wouldn't the first be IEnu
9.
▲
by
angrysaki
1y ago
Before I put my fedora back on and leave, could you answer this question: Do you truly think the evidence you provided would convince someone ignorant on the matter that there really was a migrant crisis that warrants the Trump administrati
10.
▲
by
angrysaki
1y ago
So apart from some 300 million number, it's just all vibes? Here I was expecting data about how all these illegal immigrants are causing crimes everywhere at higher rates than americans, or how many cats and dogs they've eaten but
11.
▲
by
angrysaki
1y ago
What are the symptoms of this "unprecedented crisis" and what makes it a crisis?
12.
▲
by
angrysaki
1y ago
Wouldn't it be: "when building a house, obviously a hammer is more important than the _paper_ blueprints. This isn't art class, it's construction". (when digital notes/digital blueprints are an available option
13.
▲
by
angrysaki
1y ago
About 20 years ago I changed from running in basketball shoes to minimal shoes. At the time I was only running about 5K. It took me about 10 months to work up to 5k in the minimal shoes. My general approach is to run less far but more often
14.
▲
by
angrysaki
2y ago
“The model assumes that people directly choose partners based on their observed cognitive ability, but in reality, partner selection might happen indirectly through other related characteristics or through more complex patterns,” Seems like
15.
▲
by
angrysaki
2y ago
I don't disagree, which is sort of my point. The democratic party apparatus and their allies don't want that platform/message. I was mostly just pointing g out ghat there is a stance/platform that could combat right wing
16.
▲
by
angrysaki
2y ago
Just picture Bernie Sanders hammering home that the wealthy are screwing everybody. That's the kind of messaging they need but they would rather loose than move left.
17.
▲
by
angrysaki
3y ago
I tried virtual desktops for a while and I'm pretty sure I was using this app for hotkeys to each desktop. https://github.com/hwtnb/SylphyHornPlusWin11 (I don't use virtual desktops anymore so I don't re
18.
▲
by
angrysaki
3y ago
Without government regulations, are you sure the corporate merger of Amazon, Google, Verizon Walmart & Microsoft would let you?
19.
▲
by
angrysaki
3y ago
My hunch is that it has something to do with doing/accomplishing something "hard" together. I'm also guessing that the harder it is, the more bonding automatic bonding you get.
20.
▲
by
angrysaki
4y ago
I'm sure there's some truth to this but I don't think that is what is happening in this case. From what I can gather, this is about people who trained for a goal, and during the event an unexpected "weak link" in th
21.
▲
by
angrysaki
4y ago
I find that personally this is a big one for me, except I spend my time road cycling. Depending on who you are the competitive aspect of group riding can be very enjoyable. (Different sports may be a better fit depending on who you are)
22.
▲
by
angrysaki
5y ago
Not sure when your experiences are from, but in .net core they redid the csproj format which is much smaller and human readable (I often just edit the XML instead of using the designer). I think most (all?) of the source for .net core is av
23.
▲
by
angrysaki
5y ago
Drawings of bicycles from memory, rendered in 3D: https://www.behance.net/gallery/35437979/Velocipedia
24.
▲
by
angrysaki
6y ago
I think it's that the cycling movement is just more efficient for sustained efforts, possibly because it uses less muscles. For sustained efforts, I don't think being able to use more muscles is an advantage, since you're goi
25.
▲
by
angrysaki
6y ago
Not disagreeing, but just wanted to point out that if the goal was to generate heat then humans could potentially be more efficient because of internal efficiency. The ballpark number I often see is 25% efficiency, so if you were able to so
26.
▲
by
angrysaki
6y ago
Or a bigger guy (Ganna), https://www.strava.com/activities/4229195275 333w for 6.5h, 460w for the first climb (35 minutes).
27.
▲
by
angrysaki
6y ago
Everything I have seen says cycling is generally more efficient. I think the 80w the author quoted is quite low. They may just be a small very person.
28.
▲
by
angrysaki
7y ago
There hasn't been much research, but Stephen Seiler has done some studies with polarized training down to 5-8 hour per week athletes which works well in those situations. https://scientifictriathlon.com/tts177/#tab
29.
▲
by
angrysaki
7y ago
I agree that HIIT is not some magical training methodology, and that elite endurance athletes do not train by only doing HIIT. My guess is that if you are only willing to train in the 3h/week range, maybe HIIT is your best bet. Steven
30.
▲
by
angrysaki
7y ago
ASP.NET Core 3.1 added support for partial classes for Razor Components, so I don't think you need to use the inheritance style code behind anymore. https://gunnarpeipman.com/blazor-partial-page-class/
More ›