Viewing profile — tele_ski
tele_ski
HN member- Joined
- Mon, Apr 01, 2019, 1:57 PM UTC
- HN karma
- 136
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About tele_ski
No profile information was provided.
Recent public activity
-
comment
Comment #48971229
I found that confusing personally, seems like it's just unnecessary and just seeing the raw number that you're missing out on would be easier to reason about.
-
comment
Comment #48727507
I came here to post this so glad I'm not the only one looking for specific time of day. Or at least give the user the estimated time they can be outside before getting burned? The …
-
comment
Comment #48476661
It's a joke/sarcasm
-
comment
Comment #47779608
https://xkcd.com/1053/ Relax, not everyone sees every article everyday
-
comment
Comment #47768208
It is a table stakes missing feature.. for a long time. Clown seems appropriate, every project I've worked on in github we end up copying a github yml action to allow us to do this…
-
comment
Comment #47746106
Very nice, the movement and snapping of the tiles is very nicely done, enjoyed today's puzzle!
-
comment
Comment #45771347
This sounds like running an event loop per thread instead of 1 event loop with a backing thread pool. Or am I misunderstanding you? It works great for small tasks but larger tasks …
-
comment
Comment #45755134
Been using valkey streams recently and loving it. Took a bit to understand how to to properly use it but now that I've figured it out I'd highly recommend trying it. It's very easy…
-
comment
Comment #44985539
The suggestion is c# class vs struct basically, with explicit globals which are just class with synchronization
-
comment
Comment #44979909
reminds me of the classic https://xkcd.com/927/ not exactly identical to Bjarne's quote but similar. I'm quite familiar with C++ as well and this just jives so much, each standard …
-
comment
Comment #44740657
https://danluu.com/everything-is-broken/ Always has been and always will be. This article was eye opening to me because I didn't even realize how often I was working around buggy s…
-
comment
Comment #44349689
I've always thought that it seems like a silly way to measure it.. Everest also goes to the sea floor, technically.
-
comment
Comment #44318168
It's an interesting idea, but reactive, and could cause big delays due to bisecting and testing on those regressions. There's the 'old' saying that the sooner the bug is found the …
-
comment
Comment #44304700
Isn't it both on LLMs? The input is your ability to craft a prompt, the output is checking if the prompt worked.
-
comment
Comment #42949766
It's a decent idea, but it's weird reviewing code you wrote in saying GitHub, it looks totally different. Imo not a show stopper but a side effect you have to get used to.
-
comment
Comment #35922228
We interestingly ran into issues with actix and the AWS lb. The lb takes some liberty with how it handled connections and actix seems to be "to the spec" so we were seeing a lot of…
-
comment
Comment #34740518
I do appreciate that you write tests. I find it's like pulling teeth with most devs to get them to write anything but the most basic of tests. I tend to think more than write code,…
-
comment
Comment #33442891
I like you're analogy, but I do think there are features of c++ that are big hills as well. To me it would be SF to LA with some big ups and downs on that long ride. I'm also curio…
-
comment
Comment #32974289
Yikes, I was so excited for modules back when I was still writing C++17 and a bit of early 20. Sad they have so many problems with them and/or are just plain not implemented still.…
-
comment
Comment #31576995
What if you had to earn your undos? As opposed to starting with N of them in the beginning. What if you scored like wordle but based on undos? 1 undo used, 2 undos used... Up to 5 …
-
comment
Comment #30473001
I've used both very extensively and while I like the direction c++ is headed, I know a lot of people don't, I couldn't disagree with you more. Writing reasonably fast rust that doe…
-
comment
Comment #30472948
Anecdotal but my company is using it for a new project and we just hit production about a month ago. So far it's been great with 10+ million requests handled per day. Looking forwa…
-
comment
Comment #30407594
I think you're point is correct around rust in that writing rust is harder than writing C due to the constraints the compiler places on what you can do. So far I'm happy with this …
-
comment
Comment #30407462
I've been on teams that haven't used docker for dev envs and teams that do in the last 5~ years. The teams that used docker were significantly more productive since each dev env wa…
-
comment
Comment #29498911
As much as I like deving only on Linux, this I'm pretty sure would be awful for rust's continued adoption.