Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
breytex
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
breytex
1y ago
Same for me. Pixel 8, chrome
2.
▲
by
breytex
2y ago
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 the data structure feels like an intermediate solution
3.
▲
by
breytex
4y ago
How does this compare to pihole? Do I have to migrate to this?
4.
▲
by
breytex
4y ago
Can you elaborate on where the author is wrong?
5.
▲
by
breytex
5y ago
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
6.
▲
by
breytex
5y ago
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 stops with an EV (if you can charge at home), the reduced costs
7.
▲
by
breytex
5y ago
You should checkout https://abetterrouteplanner.com/ for your next trip :)
8.
▲
by
breytex
5y ago
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% to 10% battery (to not hurt the battery longevity too much) -
9.
▲
by
breytex
5y ago
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 same type in frontend (as part of a mono repo). This stack d
10.
▲
by
breytex
5y ago
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 complicated piece of software. Even as a senior dev I wouln't f
11.
▲
by
breytex
6y ago
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 react, learn more libraries /
12.
▲
by
breytex
6y ago
This.
13.
▲
by
breytex
6y ago
This is indeed the best markdown wysiwyg experience I have ever had. Good job @the authors, and thanks for open sourcing!
14.
▲
by
breytex
6y ago
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 quite nor cool doing basic tasks. You can tu
15.
▲
by
breytex
6y ago
Google meet / hangouts did not work for me. Zoom did. My client back then did not use zoom, unfortunately.
16.
▲
by
breytex
6y ago
Also touchpad drivers are all just plain garbage.
17.
▲
by
breytex
6y ago
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 devices. Configured a t480s with ubuntu. First meeting
18.
▲
Show HN: A listing platform for covid masks built with NextJS
(need-mask.com)
2 points
by
breytex
6y ago
|
0 comments
19.
▲
by
breytex
6y ago
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 are positive that we can scale to 100.000 concurrent users w
20.
▲
Show HN: A listing website fighting cutthroat prices for masks
(need-mask.com)
4 points
by
breytex
6y ago
|
1 comments
21.
▲
by
breytex
6y ago
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 frontend devs to deliver fully-fledged products without much kno
22.
▲
by
breytex
7y ago
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 wizard, no fragmentation of versions for a tool, which
23.
▲
by
breytex
7y ago
https://github.com/react-spring/zustand
24.
▲
by
breytex
7y ago
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 just a few lines of code. Give it a try. [1] https:/&
25.
▲
by
breytex
7y ago
Love it. Thanks for sharing. But I found one issue which might be a critical one: When you start broot with "br --sizes", it shows you all the folder sizes. The tree than takes a while to render all the different files and folders
26.
▲
by
breytex
7y ago
Very cool project. I like that you have matched the mac os design. Working on a note app and aiming for a similar UX. Anyone having an idea how to come close to MassCode's UI with a React.js UI library? Is there anything out there, whi
27.
▲
by
breytex
8y ago
Does anyone knows a react ui framework which also includes concepts for more high-level interfaces? Not only atoms and molecules, but also "organisms" and "pages" as a compound of several components? I feel like, a lot o