HN user

nikivi

3,025 karma

Make gen.new & linsa.io

nikiv.dev | x.com/nikivdev | github.com/nikivdev

Posts126
Comments629
View on HN
github.com 2y ago

Native RAG on Apple Sillicon Mac with MLX

nikivi
5pts0
wiki.nikiv.dev 3y ago

Everything I Know

nikivi
2pts0
www.youtube.com 3y ago

Yoshua Bengio Talks: LLMs, Cognition, Causality, Responsible AI, Creativity

nikivi
1pts0
wiki.nikiv.dev 3y ago

Everything I Know

nikivi
2pts0
wiki.nikiv.dev 3y ago

Everything I Know

nikivi
5pts0
wiki.nikiv.dev 3y ago

Predictions for 2030

nikivi
1pts0
twitter.com 3y ago

We might add a signals-like primitive to React

nikivi
7pts1
www.loom.com 3y ago

Explain Things Instantly with ChatGPT

nikivi
1pts0
wiki.nikiv.dev 3y ago

Solving Problems

nikivi
2pts0
twitter.com 3y ago

Mastodon instance admins can read PMs freely and more

nikivi
6pts2
ma.nu 3y ago

From Google to Twitter

nikivi
122pts96
wiki.nikiv.dev 3y ago

Karabiner – Remap keys low level on macOS

nikivi
3pts1
www.youtube.com 4y ago

SolidJS: Past, Present, Future

nikivi
1pts1
wiki.nikiv.dev 4y ago

Show HN: Everything I Know Wiki

nikivi
4pts3
www.ncameron.org 4y ago

We need to talk about RFCs

nikivi
1pts0
xetera.dev 4y ago

Building a Scalable Scraper in Rust

nikivi
4pts0
psychobird.github.io 4y ago

Machium – The ARM “Apple Silicion” Debugger

nikivi
1pts0
chrisdone.com 4y ago

My negative views on Rust

nikivi
52pts89
twitter.com 4y ago

Why Kremlin made decision to invade Ukraine this winter

nikivi
17pts5
wiki.nikitavoloboev.xyz 4y ago

Life Rules

nikivi
1pts0
github.com 4y ago

Svadilfari – Gesture Control for Safari on iPhone/iPad

nikivi
1pts0
jacobian.org 4y ago

Introduction to Work Sample Tests

nikivi
2pts0
blog.racket-lang.org 4y ago

Racket v8.3

nikivi
154pts56
forum.keyboardmaestro.com 4y ago

Keyboard Maestro 10.0

nikivi
2pts1
github.com 4y ago

AwGo – Go library for Alfred workflows

nikivi
1pts1
paulmck.livejournal.com 4y ago

What memory model should Rust use?

nikivi
122pts149
news.ycombinator.com 4y ago

Ask HN: If you could rewrite anything from scratch, what would it be?

nikivi
3pts1
davidkell.substack.com 5y ago

Building MVPs Fast on Django

nikivi
3pts0
www.sublimetext.com 5y ago

Faster Rendering Using Hardware Acceleration

nikivi
4pts0
github.com 5y ago

SwiftUI Hooks – SwiftUI Implementation of React Hooks

nikivi
2pts0
Bun v0.8 3 years ago

Have you given thought what Bun 2.0 would look like? What major features it would have? Or 2.0 if it ever happens is mostly making Bun work 'at the edge'?

EdgeDB 3.0 3 years ago

Will EdgeDB Cloud be fully replicated similar to https://neon.tech?

I want to use EdgeDB Cloud but I want the latency to be that of Grafbase for example.

benchmark here: https://edge-data-latency.vercel.app

I know EdgeDB exposes GraphQL as part of plugin. I assume EdgeDB Cloud lets you setup production GraphQL setup without any effort?

3.0 looks very exciting, well done.

Trying to make Solid/ChiselStrike stack work. It has its rough edges but I am trying to iron them out so its reusable for all my projects going forward.

https://github.com/learn-anything/learn-anything

Reasoning behind the stack is that I feel productive in Solid and it's plenty fast on first load and as SPA when fully loaded. I love the component model and JSX.

ChiselStrike is new to me but I was looking for something that lets me declaratively manage my schema. I checked https://entgo.io (it produced too many Go files to my liking), also Prisma (https://www.prisma.io), found it bit complex to get started with.

I also checked https://www.edgedb.com and it's nice but with ChiselStrike I can deploy it with LibSQL (fork of SQLite) and replicate it so responses should be plenty fast and I can build on top more easily.

For native apps will use SwiftUI composable architecture when it comes to it. React Native code sharing seems nice but Solid doesn't have a React Native alternative yet sadly.

Would be interesting to see the code for Sublime Text at some point.

I understand it would hurt their sales but there's so few codebases showing how to make fast apps with QT.