Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jokull
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jokull
8mo ago
Yes - not seen it this red though.
2.
▲
by
jokull
8mo ago
As seen from my apartment in Reykjavík Iceland: https://ss.solberg.is/89N0qS7T
3.
▲
by
jokull
9mo ago
Keep in mind that a lot of vibe-coded software is flying under the radar because it’s being built to replace SaaS and bring workflows in-house. We often judge success by public launches or ARR, but the real "killer app" for this m
4.
▲
Type aware lint rules: Oxlint vs. Biome 2
(solberg.is)
4 points
by
jokull
1y ago
|
0 comments
5.
▲
by
jokull
1y ago
I recommend https://remedajs.com/ - they're always making the types more accurate too. Like groupby has nonempty lists.
6.
▲
Practically Safe TypeScript Using Neverthrow
(solberg.is)
1 points
by
jokull
1y ago
|
0 comments
7.
▲
by
jokull
2y ago
Link to your wife's work?
8.
▲
Local Dev Should Use HTTPS Too
(solberg.is)
1 points
by
jokull
2y ago
|
1 comments
9.
▲
by
jokull
2y ago
libsql (from turso) is also working on this - the more the merrier
10.
▲
by
jokull
2y ago
I just use cloudflare tunnels (cloudflared) - don't have to install any certificates, it's all handled by cloudflare. Yes, it exposes globally, but that's often convenient to share a link to my dev with colleagues. And it has
11.
▲
by
jokull
3y ago
No - please check out Hono https://github.com/honojs/hono
12.
▲
by
jokull
3y ago
Very different. Svelte has magic event bindings and compiles `.svelte` files. Their learning material is interactive and worth going through just to see some new ideas.
13.
▲
by
jokull
3y ago
For what it's worth there's a good library to load markdown with Svelte components mixed in. Here's how I'm loading it: https://github.com/jokull/blog/blob/master/src/lib/get
14.
▲
by
jokull
3y ago
SvelteKit is a very complete and well designed solution. Routing, data loading, forms, SSR, caching, dealing with environment variables - all very nice. The only "drawback" is Svelte - I just don't like the data binding thing
15.
▲
by
jokull
4y ago
Love this library and use it with kysely-codegen and D1
16.
▲
Shopify acquihires Remix, moves away from React Server Components
(hydrogen.shopify.dev)
3 points
by
jokull
4y ago
|
0 comments
17.
▲
by
jokull
4y ago
The criticism is mainly on last-generation frameworks that came around before React and the like. They bundled together an all-in-one approach to writing web apps. Django comes with an admin tool! The world has largely moved to richer front
18.
▲
by
jokull
4y ago
They also have a migration guide and have even built some tooling around that process: https://render.com/docs/migrate-from-heroku
19.
▲
by
jokull
4y ago
Fastmail
20.
▲
Options when working for US companies as resident in Europe
(solberg.is)
1 points
by
jokull
4y ago
|
0 comments
21.
▲
by
jokull
4y ago
To read a draft :) You can reach out to me here if you want jokull@solberg.is
22.
▲
by
jokull
4y ago
Hey what's your email? I'm thinking about writing up a blog post with information in this AskHN
23.
▲
by
jokull
4y ago
In my country it is but you have to pay a fair salary and only expense strictly business related things. At the end of the month it's not illegal to have some funds remaining - as it can be because of irregular income, a business reali
24.
▲
by
jokull
4y ago
The issue here is not calculating a fair salary - and its an insanely popular way to avoid taxes all over the world. Tax authorities turn a blind eye, I suspect because the practice is just too common among politicians and their friends. Th
25.
▲
by
jokull
4y ago
Is there something stopping a US company from issuing equity to foreign citizens?
26.
▲
by
jokull
4y ago
The way I do it, I set up a limited liability company that is just my own name. I then charge for services rendered and income goes into a company in my sole ownership. I then pay salary to the only employee (me). This is common and complet
27.
▲
by
jokull
4y ago
Just went through this. I ended up setting up as a contractor sending invoices quoted in the contract USD monthly number. I had to be careful to ensure I was covering all fees, including my coworking space rent and book keeper. They agreed
28.
▲
by
jokull
4y ago
Delaware company and then all team members get set up as contractors in their country of residence. If they are in the EU they can contract from where they are from but live within the EU - more flexibility. But putting people on payroll ha
29.
▲
API and JavaScript Date Gotcha's
(solberg.is)
7 points
by
jokull
4y ago
|
0 comments
30.
▲
Mypy 0.930 released with TypeAlias and better dict typing
(mypy-lang.blogspot.com)
1 points
by
jokull
5y ago
|
0 comments
More ›