Viewing profile — simonpantzare
simonpantzare
HN member- Joined
- Mon, Mar 21, 2011, 11:31 AM UTC
- HN karma
- 283
- Public activity
- 75 items
- HN profile
- View on Hacker News ↗
About simonpantzare
simon@fet.io
meet.hn/city/se-Sundsvall
Recent public activity
-
comment
Comment #42024867
Laravel with Filament is super productive also. Django used to be my goto for 15 years but the frontend infra, Livewire, and flexibility of Filament compared to django-admin are ha…
-
comment
Comment #38286651
I've used Redshift for many years and really like it, especially as a user. I'm following the development of DuckDB and one aspect that's nice about it is how predictable prices ar…
-
comment
Comment #33442825
Sounds like a DAG based task orchestrator could be a good fit. Where tasks state their dependencies and are allowed to run only when they have all completed.
-
comment
Comment #32142414
My dad used this to produce business documents for a long time before switching to Word.
-
comment
Comment #29629744
Getting stuck behind a string of these is an exercise in patience.
-
comment
Comment #28154482
When reviewing, I appreciate when commits with fixes/additions are separated from structural/cosmetical changes.
-
comment
Comment #27077699
I've used @Value along with @Builder(toBuilder=true).
-
comment
Comment #26874602
I'm really excited by Cloudflare Workers. I hope to get a chance to build something tangible with it soon. The developer experience with Wrangler is superb and paired with Durable …
- story
-
comment
Comment #18497303
Second weightlifting. Not really similar or left of field, but a good complement. I found it more interesting after I started following a routine and tracking progress on each exer…
-
comment
Comment #17739222
I would like to know why dark themed apps have become so popular? I'm 30 and use black on white themes whenever possible, only exception being when there are no other light sources…
-
comment
Comment #17690877
Hard to measure but I believe I think more about how things might fail than other family members.
-
comment
Comment #17371989
You're throttled if you share a public IP address with many people who are fetching anonymously (or at least you used to be). Authenticating your requests fixes that. I'm guessing …
-
comment
Comment #16490948
IIRC the max unit cap is much higher.
-
comment
Comment #16416211
Not sure if it helps, but have a look at Swagger/OpenAPI if you haven't already.
-
comment
Comment #16366970
I'd argue that there's a significant mental overhead reading code when it doesn't follow the same conventions, and that enforcing a style guide is a matter of having no broken wind…
-
comment
Comment #16354490
Nothing against specialization really. I wouldn't hire a chef who doesn't know how to work a knife though. :)
-
comment
Comment #16352546
I'm doing backend development but interact with frontend developers all the time. Something I've noticed, especially among younger devs, is that they are sometimes unknowledgeable …
-
comment
Comment #16352439
Include randomness. Tune parameters based on returns, factory test results, more. Is that feasible, maybe done already?
-
comment
Comment #16167709
Brings back memories. 15 or so years ago in rural Sweden, me and some friends were frustrated about only having access to 56 k. There was this local networking guy who set up the n…
-
comment
Comment #16114892
They have verified this on the status page now: https://status.aws.amazon.com/rss/management-console.rss . Haven't seen anything about instances failing health checks there yet but…
-
story
Ask HN: Are you also having problems to access AWS EC2 resources in eu-west-1?
Health checks of a few instances have failed since about an hour ago and we're having intermittent problems to access the EC2 web console. Seems to be isolated to eu-west-1. Same p…
-
comment
Comment #15476699
Home Assistant has a built-in Flux feature. I use it to control Ikea Trådfri lights.
-
comment
Comment #14857424
I suggest you express yourself less harshly. On the contrary, if the _only_ thing you could leave behind were children maybe that's not the best branch to grow on.
-
comment
Comment #14495735
You could use DynamoDB and S3 for persistence if you're taking the AWS route.