Viewing profile — Kabootit
Kabootit
HN member- Joined
- Sat, Jun 04, 2016, 2:28 AM UTC
- HN karma
- 15
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About Kabootit
No profile information was provided.
Recent public activity
-
comment
Comment #44514239
> I'm pretty sure that the real reason is spam. Nobody is composing e-mail with complex designs to send their colleagues. There is a use case of using HTML for transactional emails…
-
comment
Comment #42297271
1) Coding clearing in the moment vs (2) coding clearly for future selves is two different mindsets/contexts right there. (3) Communicating clearly is an orthogonal skill to coding …
-
comment
Comment #42259442
Are we talking about the book "Souls in the Great Machine" or real history?!
-
comment
Comment #40525938
Agree! Came here to give props to EdgeDB. Completely removes the API layer if used with something like SvelteKit. Everything defined in their schema language which then generates t…
-
comment
Comment #40293452
This is next level cool. Avid mountain biker here and travel all over to ride new trails. Some of which are quite remote and take a bit of planning before setting out solo for the …
-
comment
Comment #33855844
The Supabase CLI does have migrations (merge-diff approach that is wonderful) and codegen for DB types for the front-end to use. We've even dispensed with Prisma recently as the OR…
-
comment
Comment #32985585
Author is John Stewart Denker. Nice to have this site as the MIT courses based on this back in the day (example: http://web.mit.edu/13.021/13021_2003/Lifting%20surfaces/lect... ) a…
-
comment
Comment #32314604
APM Help | REMOTE in the America's timezones | https://www.apmhelp.com APM Help is reimagining property management systems enabling property owners and management companies to be s…
-
comment
Comment #32271694
There is prior art for the "object relational" databases. Used WakandaDB (from the 4D creators) ~10+ years ago fairly heavily and in most ways it was way ahead of its time. The UI …
-
comment
Comment #31876836
Have used just about everything at one time or another since Fogbugz back in the day. Recently canned Jira at current shop and went through several rounds of "what's next" with the…
-
comment
Comment #31590222
APM Help | REMOTE in the America's timezones | https://www.apmhelp.com APM Help is reimagining property management systems enabling property owners and management companies to be s…
-
comment
Comment #23929771
> Single file components are just beautiful. Not only in structure, but how they compose. The typical top-down tree components composition is typical. What is not immediately obvio…
-
comment
Comment #20085554
Homesnap | Javascript Engineer | Bethesda, MD | Full-time, ONSITE https://www.homesnap.com/ Homesnap is an award-winning technology company serving the real estate industry. We're …
-
comment
Comment #19809920
Homesnap | Javascript Engineer | Bethesda, MD | Full-time, ONSITE https://www.homesnap.com/ Multiple slots available, mid to senior experience preferred. Homesnap is an award-winni…
-
comment
Comment #19585754
Homesnap | Javascript Engineer | Bethesda, MD | Full-time, ONSITE https://www.homesnap.com/ All levels accepted (bootcamp is cool too!). Homesnap is an award-winning technology com…
-
comment
Comment #18817342
> Focus on making your code clearer, not fancier or "faster". Exactly! > By far the biggest mistake I see developers make is making their method/function bodies too long. Extract y…
-
comment
Comment #18801944
General question: is it possible to assign different applications as tabs of one window on MacOS? A fellow developer does this via some app on his Windows box to keep entire projec…
-
comment
Comment #17716240
Debugging, organizing, and testing lambdas vs traditional stacks is the hidden costs on the developer side.
-
comment
Comment #14076168
MDD and code generation from models two completely different things.
-
comment
Comment #14015702
I went through the build process — fascinating. Repo with the customized output files: https://github.com/kabootit/Iosevka Also some instructions for getting it going in VS Code. N…
-
comment
Comment #13848866
While I agree in principle with your points, playing devil's advocate it seems to me that if you were wanting to integrate Bootstrap 4 with Vue 2 this project is laid out 110% bett…
-
comment
Comment #13774428
Thanks for the workaround.
-
comment
Comment #13727509
Magics: no new DSLs. The JSON to SQL thing seems more on the level of a convenience mapping than a DSL. And it can be skipped. Transparency: I felt like it wouldn't be hard to figu…
-
comment
Comment #13726879
Aside: ran through the demo and got a "bad gateway" at the very end trying to access the todomvc-jquery app. Guessing HNs'd. First impressions: very little magics/transparent, reas…
-
comment
Comment #13495892
Inevitably, you will miss a bunch of days in a row. Then what? #1 changes quickly from a positive to a negative pressure producer. My preference most of the time is to optimize for…