Viewing profile — timmy-turner
timmy-turner
HN member- Joined
- Thu, Apr 01, 2010, 12:50 PM UTC
- HN karma
- 219
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About timmy-turner
No profile information was provided.
Recent public activity
-
comment
Comment #43894969
An FPV youtuber that never coded before tries to vibe code an fpv drone simulator.
- story
-
comment
Comment #43317648
They will sell "training data slots". So that when I'm looking for a butter cookie recipe, ChatGPT says I'll have to use 100g of "Brand (TM) Butter" instead of just "Butter". Ask i…
-
comment
Comment #43228721
They do but we have for instance education to reduce their hallucinations in narrow fields of expertise. And a system of guardrails to only let educated people work in those fields…
-
comment
Comment #32201820
No, Dresden was a big garrison city, manufacturing and transportation hub. Bombing it, as cruel at is was, served a purpose for the Allies to remove safe retreats for the Germans. …
- comment
-
comment
Comment #26510828
Another quite common headline technique is "Car hits pedestrian/bicycle/other-car". As if the car was driving itself. It somehow shifts the blame away from the driver to the object…
-
comment
Comment #25977281
Reading "Let me try to explain using analogies.", I was worried someone would come up with another car anology. Seeing orgs as people with characters, oh my, my eyes are opened now…
-
comment
Comment #25950992
Fascinating, like watching a Bob Ross video but he is drawing with SDF formulas as his palette. Very chilling and pleasant to watch.
-
comment
Comment #24600121
BTW, does anyone know a good migration library for nodejs/typescript? I was looking for one some months ago and kind of settled with Typeorm migrations but I don't like them that m…
-
comment
Comment #24364356
When using raw SQL in strings, I really miss the automatic formatting that is provided for HTML, TSX and TS with prettier. Raw SQL query strings also do not compose well and I miss…
-
comment
Comment #23303962
Writing literal SQL in JS would IMO need more tools than just a preprocessor like you describe. The few times I tried it (mostly in tests to check that the ORM is working properly)…
-
comment
Comment #23112932
Tide + https://github.com/jscheid/prettier.el + projectile + helm work wonders. Been using this for +3 years now and its one of the bigger productivity improvements in my recent ye…
-
comment
Comment #23108330
Agreed. I personally had never any problems with packages overwriting each other. Everybody knows that you have to namespace all the functions and it works, just like it works in C…
-
comment
Comment #23108052
While elisp has lots of warts and weirdnesses stemming from ages long ago, I find it quite suited for its task as an editor scripting language. For instance, the global namespace i…
-
comment
Comment #22767026
I did use MySQL/MariaDB in production for a couple of years, and now I'm using Postgres. PG sure seems to have better foundations and generally a more engineered approach to everyt…
-
comment
Comment #22746979
Thanks for sharing these projects. So far I only knew tsql. I'm in the avoid code generation camp as well as typically my build processes are complex enough and don't need another …
-
comment
Comment #22746798
Not getting warm with any query/ORM library out there. My own take of interfacing with an SQL database with Typescript: a query generator that uses mapped types a lot to infer resu…
-
comment
Comment #21789179
Well, if Elixir had a Typesystem like Javascript has, I'd instantly switch to it. But atm I'm staying with Node because of Typescript.
-
comment
Comment #21034288
Right, only querying a few fields seems not to be a builtin feature. Looks like you have to create the partial selectable type yourself and there is no support to typecheck that th…
-
comment
Comment #21034066
Wow this is great! Very well written README. What just blew me away is the thing with the `JOIN` and the `to_jsonb(authors)`, all with complete typing support for the nested author…
-
comment
Comment #18653614
I agree, kind of. My projection for a future with stricter copyright laws is a rise of or at least stronger development of subcultures that produce their own content which slips un…
-
comment
Comment #18626464
Never having used C# myself but I sometimes play https://github.com/OpenRA/OpenRA (an open source Command & Conquer clone) which is written in C#, runs on all major OSes and uses M…
-
comment
Comment #18006383
I tried mytaxi during a vacation in Italy. Went through the whole onboarding, including checking the trips expected fare and entering CC details only to get told after pressing the…
-
comment
Comment #17849946
Well, comparing these two countries infrastructure-wise to a software project, then China is a greenfield project which is able to pick whatever is the hippest technology at the mo…