Viewing profile — tarjei_huse
tarjei_huse
HN member- Joined
- Fri, Dec 29, 2017, 2:10 PM UTC
- HN karma
- 41
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About tarjei_huse
No profile information was provided.
Recent public activity
-
comment
Comment #48032563
A framework competitor! Most of all I love the keyboard. Full size arrow keys as well as home, end and page up/down nearby. I wish framework laptops could come with multiple possib…
-
comment
Comment #46309915
It strikes me that SCREAMING_CASE was a good idea in an age where the displays only had two colors - black/white or black/green...
-
comment
Comment #45719703
Do you have a concrete example?
-
comment
Comment #44190256
Looks likely. The server part of it is just a PHP-hook.
-
comment
Comment #43299827
This will be great! I was just working on an app where this exact pattern would have been useful. The app mixes serverside html with some sprinkles of React for a checkout flow. Co…
-
comment
Comment #39079139
For me, the way he approached debugging was worth it. The way he went about creating hypotheses and testing them is something I've gone back to again and again.
-
comment
Comment #37983241
Writing and maintaining clear concise CSS for a large application requires serious effort. It usually fails fast as the design grows and changes and a larger team tries to work on …
-
comment
Comment #37736740
I know of people who used leaked customer ids in public facing chatbot solutions (like Intercom) to estimate how fast their competitors were growing and/or how many customers they …
-
comment
Comment #35813077
Gitlab cannot compete alone with Github copilot and their other AI offerings, so they bring in Google. Smart, if obvious, move.
-
comment
Comment #35166425
We maintain a contract with RedPill/Linpro for managing a DB cluster on Hetzner. When we ordered it it was cheaper to use Linpro + Hetzner than hosting the DB on Digital Ocean...
-
comment
Comment #33865517
We considered DO but found that it was cheeper to hire a sysops firm (Linpro) to manage the DBs on Hetzner. This has the added bonus of humans that you can call if needed...
-
comment
Comment #33752326
> - a court forces a public institution to cease using Office365 (no fines possible there) AFAIK, in Norway, most fines have been directed at public institutions.
-
comment
Comment #32687814
How does 16" screens work on planes? I'm in the market for a new laptop (any ETA on Norwegian support for frameworks?) and the 16" screens of the new Thinkpads are looking very nic…
-
comment
Comment #32069087
This may cut both ways with regards to innovation. For example, Europe as come way longer than the US when it comes to automation in various sectors (see f.x. the recent Economist …
-
comment
Comment #30220003
The way I read the document is that the main reason is that they do not have to upgrade their whole stack including dependencies like React Router. Stepping off the dependency upgr…
-
comment
Comment #29808673
I love Svelte and find it refreshing. The only thing I react to is the part about "It feels much like Rust vs. C++. Rather than adding layers upon layers to existing infinitely bac…
-
comment
Comment #29539980
Thanks! You still need to create the middle datastructure ( [[k1,v1], [k2, v2]] ) but it is an improvement :)
-
comment
Comment #29539818
I miss being able to create a hash from an array in a quick way. You always end up with let bar = [{id: zz, }, {id: y},...] let foo = {} bar.forEach(v => foo[v.id] = v) I'd love to…
-
comment
Comment #29428371
Cool!
-
comment
Comment #29427806
I'm wondering if anyone has seen any attempts at creating unikernels that work with major scripting languages like PHP, Python or Ruby. I know this would seem a bit like a contradi…
-
comment
Comment #25978392
Nice writeup. What I find lacking in this post is tips on how to best configure systemd to run docker/podman containers and/or docker-compose. Any tips on that would be great!
-
comment
Comment #20074812
A simple and quick solution to getting most of the items on the checklist working is to install i3-gnome: https://github.com/csxr/i3-gnome
- story