Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
himujjal
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
himujjal
2mo ago
This might just be one of those revolutionary moments in the history of consumer software engineering. Yes, its not native to the OS primitives etc. But with a strong core graphics engine, that's just an abstraction away. You can alway
2.
▲
by
himujjal
8mo ago
I like ZSF and what it stands for. I don’t like “American” only politics in it. Thats it. In fact I would like zero politics in it. (from anywhere in the world) Bash the mediocrity in software that we have produced over the years. Slow. Ele
3.
▲
by
himujjal
8mo ago
You know a better dsl? jquery.
4.
▲
by
himujjal
10mo ago
I think this is against HN’s policies. @dang
5.
▲
by
himujjal
2y ago
This. Writing a parser in Zig is so simple. Just allocate once, and then start writing your parser. One allocator for parser, one for scanner. One for type allocation. Keep them all for semantic analysis. Write the output renderer (binary&#
6.
▲
by
himujjal
2y ago
Neovim user detected!
7.
▲
by
himujjal
2y ago
This is state of the art. It will take time before Tigerbeetle themselves release their state machine as a library. They have done some incredible job. Implementing things I didnt know existed about software/hardware.
8.
▲
by
himujjal
2y ago
I dont know if you want to monetize this. But I suggest make it open source. You will receive tons of improvements and updates. I love this idea!
9.
▲
by
himujjal
3y ago
Python doesn't work with circular imports. NodeJS does. After using NodeJS for such a long time, I think it is a feature that is taken for granted. That being said, the Nim team is working on it as per a few issues: [1] https:/&#
10.
▲
by
himujjal
3y ago
I loved Nim when I used it first. But I left it because of recursive imports. I had to basically put all my types into one file and use them from various others. For a relatively medium sized project (~10LOC), its a but of a hassle. Refacto
11.
▲
by
himujjal
3y ago
Go through Zig’s Async. Its a bit like co-routines but low level. You are required to keep track of memory allocations and pointers to function “frames”. For someone coming from a high-level language POV, frames were a new concept. But Zig
12.
▲
by
himujjal
3y ago
Did you check their Wiki? Have a nice set of gifs
13.
▲
by
himujjal
3y ago
So, its not just me!
14.
▲
by
himujjal
3y ago
Yeah. This is what people miss. I have always seen Space missions as an investment into the future.
15.
▲
by
himujjal
3y ago
Waiting for V to hit 1.0. It is going to be a game changer once everything is up and running at its best.
16.
▲
by
himujjal
3y ago
Welcome to Hackernews. Being sour is part of every user here just to spread negativity in the guise of "user feedback". Just ignore those comments and read the positive ones. This project is really good. Really really good!
17.
▲
by
himujjal
3y ago
Try logging in programming.dev and check your network tab. You will see the request being sent as a websocket. The lemmy author implemented lemmy so as to see how fast you can get the site working. Inferno, Rust, WebSockets. He probably did
18.
▲
by
himujjal
3y ago
Yeah. This is exactly why I think the meta-frameworks wont really matter in a decade’s time or will disappear. InertiaJS is an idea/implementation I like and its way of mitigating this issue of meta-framework dependence.
19.
▲
by
himujjal
3y ago
The exact problem with SvelteKit, NextJS, NuxtJS etc is the plugin the OP has to create. Somehow these meta-framework don't make much sense once you go past the basic DB -> REST -> SSR apis. Productivity decline is a guarantee. D
20.
▲
by
himujjal
3y ago
A question. Other than basic APIs what do Khan Academy do that is deemed complex from server side POV. Using GraphQL and all those jargons and all. Would a Rails app (not considering perf) be good enough for the same. I am asking being curi
21.
▲
by
himujjal
3y ago
Hi. I am the author of EKON. I realized YAML was doing too many things. EKON was meant to be an extension of JSON5. Although right now I realise its also doing too many stuffs under the hood. I should rewrite the project again. But be as si
22.
▲
by
himujjal
3y ago
Weird there are even negative comments about UPI. That too from people who haven't lived in pre-UPI era. My father and my uncle both have had history of losing cash to robbery earlier in the past in broad daylight. Snatch and run. Huge
23.
▲
by
himujjal
3y ago
> The developer experience is night and day with Svelte(kit) Svelte has a cool DX. Best I have seen. SvelteKit not so much.
24.
▲
by
himujjal
3y ago
Hey Kevin! First of all. I am a regular listener to your podcast! Love it! Now, I am not specifically targeting SvelteKit to be fair. But the whole host of meta-frameworks like NextJS, NuxtJS etc which Vercel is pushing. These frameworks in
25.
▲
by
himujjal
3y ago
I agree with this comment. SvelteKit is unnecessarily complicated. The `+page.svelte` etc are just the start of it. Plus I can't use it with Go, PHP, Ruby, Rust etc when it comes to SSR (without running multiple servers and handling de
26.
▲
by
himujjal
4y ago
Squeezing unnecessary performance for no reason is just stupidity and time wasting at best. When I say turbopack, I was thinking why the hell would someone need this. Vite is fast enough for everybody. Quite fast indeed. Then there is Parce
27.
▲
by
himujjal
4y ago
Yeah. checked out wasm part. But man. I am not going to go into Nim without cyclic imports. I was writing a compiler I remember where I hit the 5k LOC mark in Nim. And then the errors and stuff. It was a terrible experience putting all the
28.
▲
by
himujjal
4y ago
This is what I have been saying. Amazon makes people work 8-12 hours a day here in India and its not even talked about. And this is not actually known before joining. At least bun says that outright. Some people actually don't mind wor
29.
▲
by
himujjal
4y ago
I would have used Nim for just about everything, had there been: 1. Support for cyclic imports 2. Official WASM support. I know nlvm exists. But those are two separate runtimes to be managed for long time.
30.
▲
by
himujjal
4y ago
Had to scroll so down to find Lex's name recommended. But he is just awesome. There is something about Lex. He isn't the most entertaining fluently speaking host, but the guests. Oh my! He has a standard. That's what I love
More ›