HackerTrans
TopNewTrendsCommentsPastAskShowJobs

javier2

505 karmajoined 12 वर्ष पहले

comments

javier2
·4 दिन पहले·discuss
This mostly only makes sense if you dont already have a workable game engine. Basing your entire company on UE5 is a risk in itself, but also from the product you make your money selling: Every UE5 game kind of feels the same as every other, so it also means you put a low value in your product experience.
javier2
·13 दिन पहले·discuss
yeah, the float is very low, even if tech IPOs sometimes feature fairly low floats. But the cash sum raised is still ludicrous for a money furnace.
javier2
·14 दिन पहले·discuss
I set up my own resolver about 2 years ago, and it has just worked. Never once had an issue.
javier2
·20 दिन पहले·discuss
I think I may have had long covid or something like that as well. for something like 12-18 months in 2023-2024 I would only go to work, come home sleep 2 hours and that was all I could manage. I felt so fatigued and tired. I started doing better at the beginning of 2025, and am doing better now. I think it may have been caused by partly illness, and partly the psychological shift to doing nothing social at all for most of covid pandemic.
javier2
·25 दिन पहले·discuss
I know this is just nonsense wish thinking, but apparently the investors disagree and I have zero clue when they will also stop giving Musk their money.
javier2
·27 दिन पहले·discuss
How do I use it in my normal flow?

Edit: the readme on github explains quite well
javier2
·पिछला माह·discuss
Yes you can, and this is still the most realistic use of AI llms, but this is a 2x multiplier, not 10x or 20x
javier2
·पिछला माह·discuss
Because the vibe coded stuff is sometimes great, sometimes it breaks stuff, sometimes it breaks things that we fixed multiple times earlier. The PRs are too large, nobody can review that mess and you better be on call for your deployment. Maybe it will get better, maybe not. I dont know yet.
javier2
·पिछला माह·discuss
Happened to me at least three times the past 14 days. I point out where it made a design decision that causes data loss. «Oops my mistake»
javier2
·2 माह पहले·discuss
i dont disagree with the problem, but this sort of Idempotency-Key header is kind of outsourcing the de-duplication to the client. If the client sends a different request with same Idempotency-Key header its the user's (client's) fault. Its also circumventing the fact that its the effect that should apply to give the same state, you could design the API itself to be idempotent wrt to some other property such as the transaction id. The designs I have seen using an explicit Idempotency-Key header has usually been added on after launch.
javier2
·2 माह पहले·discuss
advertisers often get their own tracking code running on the site, or at least a handshake (tracking pixel) that lets the ad companies track your traversal on nearly every site.
javier2
·2 माह पहले·discuss
Did not work in Firefox on Linux, but it runs on Chrome.

Have to admit, I dont get it. I tried it with 3 landscape photos I have and the results were nowhere close to the results in the demo, but that just speaks to the model.

Regardless, its very cool as a browser tech showcase.
javier2
·3 माह पहले·discuss
Used 13 Minis were exorbitantly priced here. 450USD for a '85%'+ battery and a new iphone 16 was 1000
javier2
·3 माह पहले·discuss
same, my iphone 13 mini was great except for the fact i had to charge it twice a day in the end.
javier2
·3 माह पहले·discuss
Well, the research is sometimes 10x quicker with AI assistant. But not always. Building phase is maybe 20-100% quicker for me at least, depending on the complexity of the project. Green field without 15 years of legacy that is never allowed to break is many times faster, always has been.
javier2
·4 माह पहले·discuss
I have no idea, but my impression was that basically nobody wanted to put in work on X11 anymore.
javier2
·4 माह पहले·discuss
I have used quite a bit of Gtk and QT, and have had to touch X11 or Wayland very little directly, EXCEPT for one case where I wanted to provide a global hotkey...
javier2
·4 माह पहले·discuss
we are not as complicated as the national grid, I have been here for nearly 10 years now, and our outages have gone from single cause, two causes, or now its nearly always 3 things that need to go wrong at the same time.
javier2
·4 माह पहले·discuss
great ffmpeg introduction, thanks
javier2
·4 माह पहले·discuss
In CS2, a huge portion of cheaters can be identified just by the single stat 'time-to-damage'. Cheaters will often be 100ms faster to react than even the fastest pros. Not all cheaters use their advantage in this way, but simply always make perfect choices because they have more information than their opponents.