Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tejinderss
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
tejinderss
7mo ago
I wonder how is the experience writing Rust or Zig with LLMs. I suspect zig might not have enough training data and rust might struggle with compile times and extra context required for borrow checker.
2.
▲
by
tejinderss
8mo ago
And the stock goes up 3%
3.
▲
by
tejinderss
11mo ago
Do you know any good default PRAGMAs that one should enable?
4.
▲
by
tejinderss
1y ago
I dont know whats apple obsessions with thinness, instead they should focus on usability and battery life.
5.
▲
by
tejinderss
2y ago
> Working effectively with LLMs for writing code is an extremely deep topic. There is a space for learning materials here. I would love to see books/trainings/courses on how to use AI effectively. I am more and more interested
6.
▲
by
tejinderss
2y ago
> Here are some books I spent money on in the last 5 years Would you recommend these books?
7.
▲
by
tejinderss
2y ago
At my current place, using Redis with celery is becoming bottleneck for number of concurrent connections it can hold. We are using 1000 workers and start seeing issues (ceiling is 10k connections in Redis); apparently Celery creates huge nu
8.
▲
by
tejinderss
2y ago
> That being said, I wish there was a single consistent resource[1] that summarizes truly modern software design philosophy in the sense that it leaves the object orientation inspired ideas behind that did not turn out to be useful and f
9.
▲
by
tejinderss
2y ago
One of the strengths python has is its ecosystem. All the languages you listed don’t come close to python’s ecosystem except perhaps TypeScript/nodeJS (whose quality of ecosystem is questionable although improving in recent times).
10.
▲
by
tejinderss
3y ago
The keyword here is “mutable” config object and not config data object in general. I use immutable config dataclass liberally in one of my python projects and i pass it around in all modules. Many functions rely on multiple values and inste
11.
▲
by
tejinderss
3y ago
Try Deno, it compiles cli apps in distributable binaries
12.
▲
by
tejinderss
3y ago
> The downside as an expert is realizing you have to get a PhD to get a sense for how much RAM your cats will gobble up. Go one step further with affine types and use Rust. You get haskell type system with predictable performance.
13.
▲
by
tejinderss
3y ago
I am not sure if node is still a viable web backend runtime. When it released originally, it contended with the likes of django, and RoR, but now we have much saner options like Rust, Go, Elixir on backend, I am not sure if the original app
14.
▲
by
tejinderss
3y ago
How does it compare to rust in your experience?
15.
▲
by
tejinderss
3y ago
> Thanks for sharing an article supporting my comments No it does not. It’s saying that the corporate taxes are volatile and “should” not be relied upon, hence the cautionary tone of the article. Edit: From the same article > Peter Va
16.
▲
by
tejinderss
3y ago
> Ireland is no longer reliant on them, in that the country does not fund current expenditure from the CT take https://www.irishtimes.com/business/economy/2023/09/05/corpo...
17.
▲
by
tejinderss
3y ago
> Ireland no longer relies on them If Ireland has closed all the loopholes then why do the phantom exports (US subsidiary buying IPs) account for 38% of total exports of this year? > Now that Ireland has agreed to a global minimum cor
18.
▲
by
tejinderss
3y ago
> how successful the policies have been. I don't know how these “successful” policies are sustainable if they are not playing level field with the rest of EU.
19.
▲
by
tejinderss
3y ago
These sweetheart taxation deals should stop in Ireland and other tax havens. It benefits none; although on paper it looks that Ireland is doing too well, the reality is not that rosy for its residents.
20.
▲
by
tejinderss
3y ago
Where have you moved if i may ask?
21.
▲
by
tejinderss
3y ago
Housing crisis, wars, uncontrolled immigration, high taxation, crumbling infrastructure (atleast here in ireland), declining economies. You name it.
22.
▲
by
tejinderss
3y ago
Good for you, i am having tough time here in Uk, Ireland though with 13 YOE
23.
▲
by
tejinderss
3y ago
Getting recruiters contacting and getting the job offer are very different things in this climate.
24.
▲
by
tejinderss
3y ago
Yeah but you have strict labour laws in Eu, which basically dont exist in india. This is wet dreams of the corporations.
25.
▲
by
tejinderss
3y ago
Yes it does happen, search for r&d tax rebates, all Tech and Pharma companies apply for it, even though the work is not necessarily research one. I have worked in 3 MNCs and they all asked us to present our work as research instead of p
26.
▲
by
tejinderss
3y ago
They will find another one after 15% rate too. The problem is not the effective rate (which is currently 12.5%) but that the companies are allowed to get away by paying 0% through the loop holes
27.
▲
by
tejinderss
3y ago
> Ireland Good luck with finding housing here.
28.
▲
by
tejinderss
3y ago
Why Go for web and not Typescript with nodejs/deno. The ecosystem is also huge and widely used. The type system is miles ahead of Go and is closer to rust. The async await is single threaded too.
29.
▲
by
tejinderss
3y ago
Do you mind sharing where did you move to?
30.
▲
by
tejinderss
3y ago
The author is no stranger to rust (he’s creator of rust-analyser). The reason why he’s pitching typescript here is due to its high level nature and doesnt have to deal with memory management, low level integer types etc.
More ›