Viewing profile — d0100
d0100
HN member- Joined
- Sat, Aug 03, 2013, 3:13 AM UTC
- HN karma
- 703
- Public activity
- 434 items
- HN profile
- View on Hacker News ↗
About d0100
No profile information was provided.
Recent public activity
-
comment
Comment #49184628
> we hire Juniors to help fill the talent pool with the hope that they will be productive in a few months The sad reality for smaller companies is that we cannot compete salary-wis…
-
comment
Comment #48914591
An employee just got phished by adding a number to a legitimate deviceAdd login route that bypasses 2FA and adds a device with full access to office and mail Probably working as in…
-
comment
Comment #48417150
My workflow for production code: 1. Pick the most complete project boilerplate (fullstack JS can easily introduce security bugs, SPA + API is best as cheap linting solves most prob…
-
comment
Comment #48195595
> GPT 5.4 instead of 5.5. I am exclusively using 5.4 because its only 1x and very good, but the github calculation showed my once $40 become a $680 billing That is too expensive an…
-
comment
Comment #48109632
> Python is, thus, clearly superior to other languages in terms of ease of review. Do we get visual comparisons along with this bold claim?
-
comment
Comment #48044345
I remember doing a MailChimp "clone" in Laravel some 12 years ago and implementing an email builder using their templates
-
comment
Comment #47991978
I am using TS sandboxed in deno for all our agent code generated from a UI builder (inspired by OpenAI's own agent builder, and spits out the same code output)
-
comment
Comment #47971818
Are you using Temporal with distributed workers? We have a simple worker setup and temporal is pretty easy to setup Out only issue is really needing an intermediary data store for …
-
comment
Comment #47951303
Tried using Zed but for some reason the AI can't open the browser?
-
comment
Comment #47944065
The trick is to constrain the LLM to program in a very defined coding style If I make the LLM generate code that follows my own code architecture and style, that should be enough c…
-
comment
Comment #47810644
I went from plan with opus, implement with claude, to simply plan and implement with GPT 5.4 It's a very good model for a very good price
-
comment
Comment #47755070
GPT 5.4 is working pretty well for me, both in Copilot and Codex vscode extensions If you create a plan it follows it closely
-
comment
Comment #47712897
Any example more complex in the backend? Are we supposed to expose all entities and relationships and rely on row level security?
-
comment
Comment #47703767
AI assisted development is the generalists dream Althought it still hasn't solved procrastinating the next plan prompt
-
comment
Comment #47421111
> In a certain way, that's how Brazilian culture works That's how Brazilian media conglomerate culture works
-
comment
Comment #47421033
I still prefer Deno because I don't need a separate npm install command, which makes running code that much easier Being able to import from " https://my-vpn.com/mypackage@1.2.3 " …
-
comment
Comment #47394411
In pt-br it's "leito", "semi-leito", "executivo" and "convencional" "Leito" sounds more premium than "cama", despite being both valid words for "bed"
-
comment
Comment #47372424
Why is there no RTX 5060ti?
-
comment
Comment #47327251
I wonder if joining layers from the "organs" of different models could further enhance the results
-
comment
Comment #47252289
I've shaved off 30s of queries by transforming json columns into a string after the first CTE is done with it
-
comment
Comment #47174806
If you apply Pareto to productivity, you can fire a lot of people and still manage
-
comment
Comment #47040750
I haven't had much success using LLM's in Unity as there is a lot of work that goes into the editor and cannot be done via code, especially if you are using several different asset…
-
comment
Comment #47013903
How many crabs where drawn?
-
comment
Comment #46725516
Does this UI work with Open Code?
-
comment
Comment #46702084
In simple projects where database is only changed via an API, we just audit the API instead. It's easier to display and easier to store than tracking each DB change a single transa…