Viewing profile — breytex
breytex
HN member- Joined
- Wed, Oct 17, 2018, 8:58 AM UTC
- HN karma
- 126
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About breytex
No profile information was provided.
Recent public activity
-
comment
Comment #44020139
Same for me. Pixel 8, chrome
-
comment
Comment #42500883
Shouldn't the end goal be just to train an ai on all the pdfs and give the doctors an interface to plug in all the details and get a treatment plan generated by that ai? Working on…
- comment
-
comment
Comment #33388022
How does this compare to pihole? Do I have to migrate to this?
-
comment
Comment #31837055
Can you elaborate on where the author is wrong?
-
comment
Comment #30159771
Go to pee even if you don't feel the urge to not feel it 20 min later when you are back in the road. Heard it the first time when an American from California said it to their kids
-
comment
Comment #30149031
1.5 extra hours would be my expectation as well. If we consider a long trip for vacation 3 times a year, the 4.5hrs invested into charging is offset by less day-to-day charging sto…
-
comment
Comment #30148985
You should checkout https://abetterrouteplanner.com/ for your next trip :)
-
comment
Comment #30148889
Did the exact same trip with a Model 3 2021, 1200km ski trip from Germany to Austria. Came back yesterday. I experienced it way differently. - We were able to make 300km with 90% t…
-
comment
Comment #28181650
I like to start with code. If you use typeorm and type-graphql you can write a Type once and generate the database as well as the resolvers out of it. You can then even import the …
-
comment
Comment #27124626
I have to object. I am from germany, and the avg. salary for a decent senior dev here would be between 60 and 80k€ depending on the town you are living in. Babel is a very complica…
-
comment
Comment #24130435
I'd expand on one of your best skills you already have. The "stack" gets more and more complicated so "full stack" will stop to be a thing in the future. If you are already good in…
-
comment
Comment #23671423
This.
-
comment
Comment #23464672
This is indeed the best markdown wysiwyg experience I have ever had. Good job @the authors, and thanks for open sourcing!
-
comment
Comment #23464517
Yes. The macbook 15" 2015 was just running at 55°C with zero fan noise when "just" browsing the web. The 16" runs at 67°C with 2500rpm when doing the same task. So its neither quit…
-
comment
Comment #23464404
Google meet / hangouts did not work for me. Zoom did. My client back then did not use zoom, unfortunately.
-
comment
Comment #23460041
Also touchpad drivers are all just plain garbage.
-
comment
Comment #23459839
Tried to migrate from Mac to Linux half a year ago (before the 16" with the new keyboard was announced, because I hated the butterfly keyboard). Tried a bunch of dell and Thinkpad …
- story
-
comment
Comment #22938746
Author here. We have created this platform in 4 days during our Easter bank holidays. The main stack is React, NextJS, Hasura, Vercel now, Cloudflare Workers and Digital Ocean. We …
- story
-
comment
Comment #22814909
Waiting for BaaS solutions to become mature for a long time now. Big fan of the direction Hasura is taking. Maybe this could also cover some of the BaaS aspects? E.g. enabling fron…
-
comment
Comment #22291386
You got that wrong. Modern JavaScript / SPAs make it possible to implement something like Outlook right within your browser. No (big) download, no clicking through an installation …
-
comment
Comment #22291277
https://github.com/react-spring/zustand
-
comment
Comment #22291193
I felt exactly the same for many years, but when hooks where introduced, I discovered react-hook-form [1]. It just blew my mind how you can write complex forms with validations in …