HN user

h4ch1

906 karma

i work with typescript and 3d (webgl, webgpu); mostly hacking away on web based realistic rendering & accelerated compute using webgpu.

email: h4chikuku [at] gmail

Posts25
Comments290
View on HN
github.com 1mo ago

SvelteKit 3 Pre-Release

h4ch1
3pts0
monochess.pages.dev 1mo ago

Show HN: Monochess – A chess variant with rule-bending action cards

h4ch1
3pts6
news.ycombinator.com 3mo ago

Ask HN: SoTA of Context Building Methods

h4ch1
5pts2
ilc.namecheap.technology 3mo ago

Isomorphic Layout Composer – Microservice architecture on the front-end

h4ch1
4pts0
docs.tinygrad.org 3mo ago

TinyGPU – Use AMD and Nvidia GPUs on macOS with Tinygrad

h4ch1
4pts1
github.com 3mo ago

Atlassian's Pragmatic Drag and Drop

h4ch1
3pts0
www.racket-lang.org 3mo ago

The Racket Programming Language

h4ch1
4pts0
developer.mozilla.org 3mo ago

Push API

h4ch1
1pts1
janet.guide 3mo ago

Janet for Mortals

h4ch1
4pts1
facebook.github.io 3mo ago

Memlab – Analyzes JavaScript heap and finds memory leaks in browser and Node.js

h4ch1
1pts4
chromeos.dev 3mo ago

Isolated Web Apps

h4ch1
13pts0
github.com 3mo ago

Hyperagents – Self-referential self-improving agents

h4ch1
2pts0
mirage.io 3mo ago

MirageOS – Build Unikernels in OCaml

h4ch1
3pts1
artsandculture.google.com 4mo ago

The Electronium – A Cockpit of Dreams

h4ch1
1pts1
joeduffyblog.com 4mo ago

A Tale of Three Safeties (2015)

h4ch1
3pts0
www.nextop.de 4mo ago

NeXTSTEP 3.3 Developer Documentation (1995)

h4ch1
2pts0
www.partykit.io 4mo ago

Partykit – Simplify multiplayer app development

h4ch1
1pts0
effect.website 4mo ago

Effect – Production-Grade TypeScript

h4ch1
3pts0
github.com 4mo ago

Ts-pattern – Pattern Matching library for TypeScript

h4ch1
2pts0
feathersui.com 4mo ago

FeathersUI – Cross-platform user interfaces in Haxe and OpenFL

h4ch1
2pts0
plopjs.com 5mo ago

Plop – A lightweight generator framework for repeatable codebase patterns

h4ch1
2pts1
chromewebstore.google.com 5mo ago

Show HN: Commander, an opinionated yet powerful new tab page

h4ch1
1pts0
news.ycombinator.com 3y ago

Ask HN: Good Technical Debates/Discussions

h4ch1
8pts0
news.ycombinator.com 3y ago

Ask HN: Reliably Testing on WebKit from Windows

h4ch1
2pts3
news.ycombinator.com 3y ago

Ask HN: Just got a brand new server, what do I do first?

h4ch1
5pts5

I still daily drive a Oneplus 7T; for ~$350 in 2020, it's served me incredibly well, barely any performance drop over the years.

The battery has weakened ofc, the 2 day battery life has dropped to a measly 9 hours, but that's more than enough.

Location: New Delhi, India/Barrow-in-Furness, UK

Remote: Yes

Willing to relocate: No

Technologies:

- Typescript (any web framework, any flavour. well versed with advanced typing, structuring and fixing enterprise scale monoliths. Expert in Svelte and Kit)

- 3D (3D modelling, WebGL (GLSL and TSL shaders, performance optimization and pipelines; think online 3D showcases, websites and general web based realtime rendering)

- DevOps & Deployment (Going from MVPs to globally distributed and highly available services tailor fit to your budget and complexity constraints. Automated maintenance, deployment and scaling)

- Languages (in order of proficiency): Typescript, C#, GLSL, OCaml, Haskell, C++, Python, Lua, Haxe.

I work mostly like a CTO on contract with heavy emphasis on understanding and building every step of an enterprise pipeline. I build highly maintainable solutions tailor fit to your budget, infrastructure and future investment. My goal is to solve your problem in a way that it manages itself without heavy future investment. With over 10 years of experience taking products from idea to market I understand exactly what goes into building a successful tech product. I have worked in multiple industries spanning pharmaceuticals, finance and deep tech. Current research includes building highly performant realtime rendering solutions for the web. Think global illumination at 60fps in the browser.

Résumé/CV: <on request>

Email: h4chikuku [at] gmail

I still use a 2019 MBP and I can't work on just the laptop screen. My laptop screen usually has one fullscreen window at all times; tmux, or a browser window; all the main work gets done on the big screen.

Use the system WebView for lightweight apps, or bundle Chromium via CEF

so basically a vibe coded Tauri in zig? I don't like calling webview dependent applications "native desktop apps".

Native desktop apps means using the OS primitives and directives to draw the UI imo; WinForms, SwiftUI, and their ilk.

I didn't quite get the point of this comment, there's no denying any of it, actually I wholeheartedly agree with you, but what I was saying wrt practicality of playing PSP games.

You can of course buy that device, but from personal experience the novelty doesn't last very long and then it just becomes just another device in the drawer graveyard. Also no one's really making new PSP games anymore? so the novelty of the PSP remains in its construction and the software; which becomes limiting as time goes on.

The joystick, buttons all tend to break or stick after 20 years, replacements may or may not be easy to come by for most, so it just makes more sense into building your own retro game device that supports PSP emulation among others.

+1 to this point, I really wanted a PSP my entire childhood but never got one, bought one back in 2022 purely because of the memories I had of 4-5 of us huddled around the community (read pampered friend's) PSP.

I mean a PSP is great, but in 2026 I'd rather go for a 2nd hand Android that can not just emulate PSP but a plethora of other platforms as well with much better performance and usecases.

Pair that with a 30-40$ controller extension like the Razer Kishi and you have a really powerful retro gaming device.

Wouldn't say a lot of people use it for an introduction to programming, but I've personally seen it appear quite early in the programmers journey.

I was first exposed to compilers as a learning subject as a mandatory 2nd year/1st semester course; with the Dragon Book as the main textbook...

This is such a neat idea. I am going to adopt this for my own workflows as well, right now I just write private blog entries for stuff I do that I may forget how to do later (provisioning a server, networking, caddy setup, etc etc)

Thanks for sharing!

Can't speak for other devs but I like to read postinstall scripts or at least put them through an LLM if they're too hard to grok.

It's also a little context dependent, for example if I was using Axios and I see a prompt to run the plain-crypto-js postinstall script, alarm bells would instantly ring, which would at least make me look up the changelog to see why this is happening.

In most cases I don't even let them run unless something breaks/doesn't work as expected.

I got somewhat addicted to the planning phase to the point I started getting task paralysis because I was hell bent on creating the perfect plan.

Everything can be optimized, performance can be improved, you can always think of more edge cases and user stories to cover everything, but after a point that just becomes procrastination in the form of chasing perfection. It's also hell if you've got even the slightest bit of ADHD, rapidly leading to task paralysis with the sheer scale of the plan.

Now I sit with a notebook sketch out everything I am thinking about and then condense it to a planning prompt and then once the plan aligns with my representation of the task, I start implementing.

I can't even imagine the scale of the impact with Axios being compromised, nearly every other project uses it for some reason instead of fetch (I never understood why).

Also from the report:

Neither malicious version contains a single line of malicious code inside axios itself. Instead, both inject a fake dependency, plain-crypto-js@4.2.1, a package that is never imported anywhere in the axios source, whose only purpose is to run a postinstall script that deploys a cross-platform remote access trojan (RAT)

Good news for pnpm/bun users who have to manually approve postinstall scripts.

@parent don't get too worried about not writing in it religiously and having a schedule. That removes all the joy about doing it in the first place.

For example our 2026 notebook has only one page filled in yet where I wrote a recipe for a chocolate cake I made on the fly and was worried I'd forget the measurements.

There are some days when I am bored and I pick it up and backfill it as well.

shouldn't there be another comma after Jack?

John helped his uncle, Jack, off a horse.

Because while speaking it I only pause after uncle and "Jack off a horse" together next. feels like there should be another pause after Jack?

Oh I had no idea it was formalised to such a degree, we just thought we were doing an extreme form of scrapbooking haha.

Thanks for the resource!