Viewing profile — fragile_frogs
fragile_frogs
HN member- Joined
- Sun, Jan 24, 2021, 7:36 PM UTC
- HN karma
- 135
- Public activity
- 86 items
- HN profile
- View on Hacker News ↗
About fragile_frogs
No profile information was provided.
Recent public activity
-
story
Show HN: Schema First React Router
I have been working on this experiment for quite some time and over the holidays I found sometime to polish things. I wanted to see if I can build a fully type-safe router, where e…
-
comment
Comment #45386041
> So what to do? Go to nearest coffee shop. You’re lucky if they don’t play tasteless trendy music. You’re lucky if a waiter doesn’t keep asking if you need anything, isn’t intrusi…
-
comment
Comment #39525727
> Andrew Clark’s vision of using more compiler magic to solve for React’s shortcomings is indeed a very Facebook-esque approach to solving problems with performance and suitability…
-
comment
Comment #37504776
I have been using Sublime Text for about 8 years now, I have tried multiple different editors in the mean time including VS Code, Atom, Fleet and I always went back to Sublime Text…
-
comment
Comment #36720826
I ride BMX, road bikes and Mountain Bikes. I've tried a VanMoof two years ago and the build quality was terrible. You couldn't pay me to ride one.
-
comment
Comment #36041494
I bought the BlackBerry Classic a while ago and I also own the Key 2. The BB Classic is everything I want in a smartphone, the build quality is great, the keyboard is amazing in an…
-
comment
Comment #35628030
I want something like ReQL[1] but as a language itself [1] https://rethinkdb.com/docs/sql-to-reql/javascript/
-
story
Ask HN: Why is there no database with a functional query language?
I have been asking this myself for a while now, I generally do enjoy writing SQL, but I also get the feeling that it's not suitable for building applications. So why is there no "f…
-
comment
Comment #33865695
> I might make an exception for RethinkDB since I loved it so dearly. Don't get my hopes up... I haven't used RethinkDB in ages and have fully moved to Postgres though
-
comment
Comment #33792866
You could combine styled-components/emotion with something like open-props[0]. You get all the power that comes with CSS and a set of variables to help you create a consistent desi…
-
comment
Comment #33792816
I've been looking for someone to mention open-props and I really enjoy using it.
-
comment
Comment #33421669
Yeah, you would have to raise the one-time payment constantly in order to keep up with your own recurring costs, the more users you have the greater your costs will be.
-
comment
Comment #33404004
I used to work at Starbucks for about a year and a half and it all depends how busy it is. Unless it's busy, those random conversations with customers where the best part of the jo…
-
comment
Comment #33343727
> Only downside of SEPA is that it is a lot less common outside EU/Europe SEPA stands for "Single Euro Payments Area" and was build for the EU/Europe, I don't think it's available …
-
comment
Comment #33342941
IMO where Parcel shines is when you are building client side single page apps or JS/TS libraries. I could see that it won't be the right tool for a multi page server rendered app.
-
comment
Comment #33342712
> I’m still searching for a zero-conf full-stack pipeline which could manage both frontend and backend in a single project under a single watch command I did create a proof of conc…
-
comment
Comment #33337596
I think this could benefit Rome. Both projects are written in Rust and so far they have a linter and a formatter and now they can integrate Turbopack, package it behind "rome build…
-
comment
Comment #33337531
I think this might have just made their lives easier, from the projects website: > Rome is designed to replace Babel, ESLint, webpack, Prettier, Jest, and others. Since both projec…
-
comment
Comment #33337380
> I just wanna `script/build` or `yarn dev` and not think about it anymore. Parcel might be a good fit for you: https://parceljs.org/
-
comment
Comment #33337125
And when you try to upgrade just one plugin everything breaks and you have to upgrade everything.
-
comment
Comment #33336942
After years of configuring webpack for various projects I have finally decided to migrate all my projects to Parcel[1] manly because I got tired of creating and maintaining hundred…
-
comment
Comment #33239942
While the founders are from Europe, GitLab is a US company [1] and the SaaS offering is based in the US [2]. [1] https://about.gitlab.com/blog/2015/07/01/operating-as-gitlab... [2]…
-
comment
Comment #33119909
yugabyte looks quite interesting in that space. From what I can tell their OSS product allows for "Row-level geo-partitioning" https://docs.yugabyte.com/preview/explore/multi-regio…
-
comment
Comment #33032222
This is what I do in postgres: insert into your_table(id, created_at, uri, project_id) select id , created_at , endpoint as uri , project_id from jsonb_to_recordset($1) as x( id uu…
-
comment
Comment #32072839
Protonmail is awesome. Even though I have been a paid customer for years, mostly to support them, I only recently started to actually use the products and they are really good and …