Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
MehdiHK
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
MehdiHK
1y ago
One of my favorite books! Any plans to make this series a book as well? (Will be an instant buy for me)
2.
▲
by
MehdiHK
1y ago
Moravec's paradox
3.
▲
by
MehdiHK
1y ago
That's the author's (Anders Hejlsberg) journey of these programming languages. Doesn't need to be evolution though. https://en.wikipedia.org/wiki/Anders_Hejlsberg
4.
▲
by
MehdiHK
1y ago
> If you need true multithreading I didn't say multithreading anywhere. Mutitasking (concurrency) != Multithreading. You can do pre-emptive concurrency with a single thread in other runtimes, where each task gets a pre-defined amoun
5.
▲
by
MehdiHK
1y ago
> JSON.stringify was one of the biggest impediments to just about everything around performant node services That's what I experienced too. But I think the deeper problem is Node's cooperative multitasking model. A preemptive m
6.
▲
by
MehdiHK
1y ago
No pricing page? Also how does it compare to Cribl?
7.
▲
by
MehdiHK
1y ago
Synology is still my go to with the model I already purchased. But I'm not sure I'll be buying them again after this: https://www.tomshardware.com/pc-components/nas/synology-requ...
8.
▲
by
MehdiHK
1y ago
Not related to VPC, but I'm a big fan of the author. Loved his book "Grokking Algorithms: An Illustrated Guide for Programmers and Other Curious People" when it came out a few years ago. If you know anyone struggling with com
9.
▲
by
MehdiHK
1y ago
This. I'd also add that code readability goes a long way too. Rust compiler has better checks than Go, but when LLMs make mistakes it's a lot easier to identify and fix generated Go code than Rust. So the balance between verbosity
10.
▲
by
MehdiHK
2y ago
How does it compare to Telepresence? https://github.com/telepresenceio/telepresence
11.
▲
by
MehdiHK
2y ago
That's quite interesting. Thank you for the link.
12.
▲
by
MehdiHK
2y ago
Prometheus scrapes metrics at constant intervals. How does being serverless helps here?
13.
▲
by
MehdiHK
2y ago
Slightly off topic: I was a bit surprised nobody ported space-efficient marisa trie to Rust, or any other languages. Anybody knows why? https://github.com/s-yata/marisa-trie
14.
▲
by
MehdiHK
2y ago
Oh, didn't realize that. How does it handle key input in Windows? Text Services Framework or something else?
15.
▲
by
MehdiHK
2y ago
Cool. Do you have plans for Windows and macOS frontends?
16.
▲
by
MehdiHK
2y ago
I use revanced for this on Android. Pretty cool, adblocker, sponsor block, customization like removing shorts. It patches YouTube APK, so you retain same UX, no need to use a new app. Edit: forgot to add link - https://revanced.a
17.
▲
by
MehdiHK
3y ago
See MakeCode: https://www.microsoft.com/en-us/makecode It starts like Scratch but then can help kids transition from block-based to text-based programming (JavaScript or Python).
18.
▲
by
MehdiHK
3y ago
I recently discovered Photostructure. After trying a few other alternatives, this is what I prefer now. https://photostructure.com/faq/why-photostructure/
19.
▲
by
MehdiHK
3y ago
I recently switched to https://www.trancy.org/
20.
▲
by
MehdiHK
4y ago
Came here to write about AdGuardHome too. I was PiHole user until I found this. So much polished, so much better. This folks deserve more publicity.
21.
▲
by
MehdiHK
4y ago
I don't have enough HN points to downvote this comment, otherwise I would. You don't know how comments like this affects people with anxiety, which probably led them to search for a solution online in the first place. Anyway, you
22.
▲
by
MehdiHK
4y ago
One solution that seemed to be the best of both is, a take home test followed by pair programming session to add a small feature on top of that, or refactor something, or write tests etc. Real world challenges needs time to think, often tim
23.
▲
by
MehdiHK
5y ago
Git Tower GUI app has undo feature too, which is very handy. They announced it in this post: https://www.git-tower.com/blog/how-we-built-undo/
24.
▲
by
MehdiHK
5y ago
Have you seen Terraform CDK? https://github.com/hashicorp/terraform-cdk
25.
▲
by
MehdiHK
5y ago
Terraform CDK is a thing too, if you want to go beyond AWS.
26.
▲
by
MehdiHK
6y ago
We are going to upgrade from LEGO Boost + block based coding [1] to LEGO Mindstorms + Python [2] this year. [1] https://www.lego.com/en-us/service/help/products/electronics... [2] https://yout
27.
▲
by
MehdiHK
6y ago
I'm currently a software engineer based in Berlin and I've found that stock options are not common at all in Germany [1]. I'm curious to know, is this scene different in Netherlands or other places in EU? [1] https:/&#x
28.
▲
by
MehdiHK
6y ago
Thanks. This actually makes sense. I'm going to try this from tomorrow.
29.
▲
Ask HN: How to find the energy for side projects after day job?
35 points
by
MehdiHK
6y ago
|
35 comments
30.
▲
by
MehdiHK
6y ago
bit is my latest favorite git TUI. Check it out here: https://github.com/chriswalz/bit
More ›