Serious question, what are people using this for?
HN user
hyperbolablabla
I enjoyed the Dexter's one which was a point and click adventure where you had to solve puzzles.
I actually love typos these days because it usually lets me know Im talking to a fellow human :)
Having made multiple (dare I say) fairly successful games on the Playdate, I can attest to how fantastic the developer experience has been and how easy it was for my non dev collaborators to get going. Pulp was a great in road for them to get started with game dev, and it's been a blast (despite how limiting Pulpscript is for a professional dev)
It's very low volume, sadly this was unavoidable I think, given the extremely custom nature of the input
GPS (using TOA or absolute time of a arrival) is cool and everything, but I'm a much bigger fan of TDOA, when you trilaterate using time _difference_ of arrival, relative to each station. This involves finding the intersection of 3 hyperbolae... Which is where my user name comes from!
I'm a brit who was born in and lives in Watford. I was mugged at knifepoint on oxford street in 2019, and have personally witnessed multiple phone thefts. Non-fatal knife crime is very high, the statistics don't lie in that regard. I hope you don't have the right to vote, because your denial of reality is doing irreparable harm to my country.
Not to state the obvious but, isn't literacy an entry requirement for a college course?
In my experience I have found the xdg-desktop-portal for whatever reason to be completely non functional on Arch/Hyprland. It must be an issue with my config but on x11 I never had to think about this
I want to love Mojo, but honestly, I think changing the semantics of the language is a massive footgun that will stunt adoption. Being a strict syntatic superset is not enough imo, and I'm not sure it can even make that claim?
At the most basic level, even just not letting Claude run terraform apply would've solved this issue. Review the god damn plan first! This is like engineering 101
I don't understand how a trillion dollar company can't at this point say "you know what, I think we're good on the profit front, let's convert some of that into improving UX"
I guess that makes Usain Bolt a physicist?
A factoid is a fact commonly thought to be true, but is actually false.
My statement was a fact, and in my opinion not politically loaded, yet respectful to Justine. I chose my words carefully.
Justine identifies as a woman.
AFAIK, RAD was acquired by Epic before Ryan began working on the Linux port
This is awesome. I've been meaning to check out WireGuard for some time, and this project has been inspiring for me. Thanks!
My friend does this and I feel the same way. I could never bring myself to do this, I cant even smile at people
My only gripe is that the tile metadata is stored as JSON, which I get is for compatibility reasons with existing software, but for e.g. a simple C program to implement the full spec you need to ship a JSON parser on top of the PMTiles parser itself.
You need to learn to enjoy small talk, it's the bridge to "large" talk, which is how you connect with people. Meeting people you can connect with is a numbers game! So if you can learn to enjoy small talk (and get better at it), this would probably help a lot.
Frankly STB is a bit of a lefty nutjob, those types are known for excommunicating good friends over minor political schisms... Talking from experience.
He seemed very affected by his passing. You could tell how deeply he felt the loss of such talent from the world.
This is a very reductive take.
Even if you don't like Jon, calling Jai an exercise in arrogance is simply untrue. When he started making Jai in ~2014, there were very few viable alternatives to C/C++ in the systems programming space that offered the kind of expressive power becoming of a langauge built this century. Rust is great, but it prioritising correctness is not always the right choice, especially not for games. Jai introduced many ideas that languages like Zig and Odin ended up adopting.
The writing of Braid wasn't fantastic imo. But the game really spoke for itself.
Score of 18,900 -- often I'd have heard a word before and the process of elimination allowed me to guess it correctly. I'm guessing there's one level better CFR2?
Stewart Lynch in his 10x VODs mentions his custom Function abstraction in C++. It's super clean and explicit, avoiding `auto` requirement of C++ lambdas. It's use looks something akin to:
// imagine my_function takes 3 ints, the first 2 args are captured and curried.
Function<void(int)> my_closure(&my_function, 1, 2);
my_closure(3);
I've never implemented it myself, as I don't use C++ features all too much, but as a pet project I'd like to someday. I wonder how something like that compares!Technology is not evil, the people wielding it are. It's a little disingenuous and dare I say insensitive to make this analogy.
Seems incredibly irresponsible if you ask me...
Indeed, a couple years ago I tried to use chatgpt to clarify some confusing parts of geometric algebra to me, and it confidently told me completely useless information which I had to blindly trust. Fast forward a couple years, I've read more on the subject from trusted sources, and realised everything it was telling me was pure BS.