Something that changes the stronghold that the insurance companies have on America.
HN user
nodra
Love this
Trying to understand why it would matter if their hosting provider used ai or not. Genuine question so I can understand your take.
My advice is to try out different things and set a time limit for each. Give each activity your whole self and move on if it doesn’t resonate with you at that moment. Eventually, you’ll find something that sticks. Good luck.
I don’t know and that’s what makes me a little anxious. I’m a software engineer but I’ve been trying to figure out the next move once the jobs go away. Still on the search.
Reading Lobbying for Zionism on Both Sides of the Atlantic by Ilan Pappe. Learning quite a bit on a subject I didn’t know much about.
Care to explain? Pattern matching, type inference, etc.?
You would be surprised how pilled some people are. It’s unfortunate.
Not surprised this got flagged but this is an important time to start putting this stuff out here. Thanks eoskx for trying.
What do you mean by that?
Desirable because it’s a rare culture + tooling combo. I’m into both and HN is one of the few places I would see them come together. So yeah, “cool”
That's what one does when they want some fiyah curls.
Never did I think I would ever see anything close to related to A$AP on HN. I love this place.
I look forward to seeing it.
I don’t know anything about gleam. I couldn’t find anything as “shoving political ideologies” on their code of conduct https://github.com/gleam-lang/gleam/blob/main/CODE_OF_CONDUC...
Examples?
Good to know at least someone wants this. I had this as a goal in the new year to start something but just for myself cause it's what I want.
Just came to say that this is so cool. Great work.
Why is this flagged?
I hope some representative(s) in congress get signal and do something. I see it brought up more and more on x but that doesn’t mean much I guess.
This was done so well. Congrats!!!
An upvote doesn’t do this justice. Just an amazing write up. Thank you.
* I want to learn how to make a game from beginning to end.
* Math. Got two books to refresh my skills.
* Improve my parenting.
* Get back to sxratchin (turntables) and making beats.
* Put my work out.
Merry Christmas. Hope you all have a good one.
Only generic scenarios that can be resolved and compiled at build time are supported in NativeAOT. So, the statement that “all generic scenarios are supported” is overly broad. I’ll try to avoid such assumptions :).
Last time I tried I had troubles. My understanding is open generics (like List<T>, without specifying T) don’t fully compile because Native AOT lacks a JIT to handle unspecified types at runtime. Closed generics work fine, though, as they’re fully known at compile time. Am I wrong in my thinking?
I meant open generics. My wording was incomplete.
My wording was incorrect. My apologies. I meant open generics (List<T>)
Is no generics with AOT the only catch?
Well said.
I was going to look at Unreal after I’m done messing with Godot. Unreal is a lot when you open it up. A little intimidating.