Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tele_ski
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
tele_ski
27d ago
So these books are not worth anything because they have so few copies but they are still worth including in only their models? Seems a bit contradictory
2.
▲
by
tele_ski
2mo ago
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.
3.
▲
by
tele_ski
3mo ago
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 timer feels great to fire and forget but I might want t
4.
▲
by
tele_ski
3mo ago
It's a joke/sarcasm
5.
▲
by
tele_ski
5mo ago
https://xkcd.com/1053/ Relax, not everyone sees every article everyday
6.
▲
by
tele_ski
5mo ago
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 with one comment '/fast-forward', just
7.
▲
by
tele_ski
5mo ago
Very nice, the movement and snapping of the tiles is very nicely done, enjoyed today's puzzle!
8.
▲
by
tele_ski
11mo ago
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 block local events and you can get weird latency issues, tha
9.
▲
by
tele_ski
11mo ago
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 to setup and get going and just works.
10.
▲
by
tele_ski
1y ago
The suggestion is c# class vs struct basically, with explicit globals which are just class with synchronization
11.
▲
by
tele_ski
1y ago
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 is just almost exponentially
12.
▲
by
tele_ski
1y ago
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 software.
13.
▲
by
tele_ski
1y ago
I've always thought that it seems like a silly way to measure it.. Everest also goes to the sea floor, technically.
14.
▲
by
tele_ski
1y ago
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 cheaper it is to fix, seems weird to int
15.
▲
by
tele_ski
1y ago
Isn't it both on LLMs? The input is your ability to craft a prompt, the output is checking if the prompt worked.
16.
▲
by
tele_ski
2y ago
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.
17.
▲
by
tele_ski
3y ago
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 dropped connections. Placing nginx between the
18.
▲
by
tele_ski
4y ago
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, so usually my first go is reasonably close to what I n
19.
▲
by
tele_ski
4y ago
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 curious what's difficult about pin in rust? It b
20.
▲
by
tele_ski
4y ago
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. Honestly I'm happy I'ved moved on from the
21.
▲
by
tele_ski
4y ago
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 undos used. This incentivizes the user to try and not undo
22.
▲
by
tele_ski
5y ago
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 doesn't crash is far easier than writing a
23.
▲
by
tele_ski
5y ago
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 forward to upgrading to 4.0
24.
▲
by
tele_ski
5y ago
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 tradeoff because I've had some very gnarly C
25.
▲
by
tele_ski
5y ago
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 was a replica and forced the team to maintain a com
26.
▲
by
tele_ski
5y ago
As much as I like deving only on Linux, this I'm pretty sure would be awful for rust's continued adoption.
27.
▲
by
tele_ski
5y ago
The faq says they'll support main distros, but power management with Linux is always not great in my experience, hopefully it works out!
28.
▲
by
tele_ski
5y ago
I'm not the parent poster but I think this question might be more interesting in 10 years when rust possibly has a larger industry foothold? I agree and I am actively trying to move my career from C++ towards Rust but its slow and Rus
29.
▲
by
tele_ski
5y ago
Thanks for your detailed thoughts on this, I am definitely not involved at all and just onlooking from the sidelines. The name does initially seem quite esoteric but I can understand why it was picked. Thinking about it more 'io'
30.
▲
by
tele_ski
5y ago
What you're describing sounds awesome, I hadn't thought about being able to string syscall commands together like that. I wonder how well that will work in practice? Is there a way to be notified if one of the commands in the se
More ›