HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sqquima

18 karmajoined قبل 5 سنوات

comments

sqquima
·قبل 6 ساعات·discuss
I think that the new version of this is using your work's LLM account (potentially more powerful) to do personal work
sqquima
·أمس·discuss
Are there modular databases with clearly differentiated components? I wouldn't be surprised if there aren't, as the trade-off with modularity is usually performance.
sqquima
·قبل 9 أيام·discuss
So, can I run this on top of RustFS? And RustFS on top of this?
sqquima
·قبل 25 يومًا·discuss
And a clearly AI-generated or at least AI-assisted post.
sqquima
·قبل 26 يومًا·discuss
[dead]
sqquima
·قبل 27 يومًا·discuss
Direct access to the database, and create the "refund program" on the fly. Yes, stuff of nightmares.
sqquima
·الشهر الماضي·discuss
I don't think it's either black or white. That said, I wanted to highlight that some adults do have some neurodivergence, which, in a way, makes them a bit naive and unable to navigate the game you mention. There is no need to be condescending.
sqquima
·الشهر الماضي·discuss
These companies do some marvelous engineering work, but it seems that the engineering skills get you in, while the political skills get you through performance reviews. There should be a FAANG-like acronym that encompasses great companies that aren't toxic.
sqquima
·الشهر الماضي·discuss
Yes, this looks similar to wslc announced at Microsoft Build. They should have joined forces, Apple and Microsoft. Can you imagine?
sqquima
·الشهر الماضي·discuss
Are you not entertained? Is this not why you are here?
sqquima
·قبل شهرين·discuss
I do find it annoying. Let's say in JS I have `result = list.map(f)` but now `f` returns a Promise.

`result = await Promise.all(list.map(f))` is less pleasant to read. And before writing it, I have to think if I want the `f` function to execute concurrently across all entries of the list, or one at a time: `for (const elem of list) { await f2(elem) }`.

Or maybe I should use a library like `p-map` and carefully set the concurrency level. Or maybe I should create a bulk version of `f` that takes an array and is more efficient than calling `f` N times.

And don't get me started when there's `list.forEach(f)` and `f` becomes async, so now it executes concurrently for all elements, and the engineer who made the change didn't realize it.

And then there's Async Generators ...
sqquima
·قبل شهرين·discuss
My read. If the code has a comprehensive feature test suite, a performance test suite (how long a function takes), and a linter with readability guidelines (e.g. cyclomatic complexity; no code duplication), and the LLM rewrite passes all three, then it should be fine. But I think that in the real world only the first one (functional tests) exists.
sqquima
·قبل شهرين·discuss
Meta, but if I had a question like this, I'd likely have asked on Twitter or Reddit first. I'll keep in mind using HN as an alternative Q&A site.
sqquima
·قبل شهرين·discuss
Location: SF Bay Area. Can do Remote/Hybrid/Onsite

Willing to relocate within the USA: yes, depending on the opportunity. I require E-3 visa sponsorship as I was recently part of a mass layoff.

Willing to relocate elsewhere: depending on the opportunity and if relocation costs are covered.

Resume: https://www.dropbox.com/scl/fi/1x4enon96pye1vg1svs1i/Luciano... https://www.linkedin.com/in/lucianoleggieri/

Email: [email protected]

Technologies: Node.js, TypeScript, Scala, Java, JavaScript, TypeScript, Python, Go, AWS (S3, DynamoDB, SQS, RDS) About me: Staff Engineer with 25 years of professional experience on backend systems with global audience: scalability, performance, incident management and processes, observability (tracing and profiling)
sqquima
·قبل 3 أشهر·discuss
I'm curious how escape analysis works with virtual threads. With the asynchronous model, an object local to a function will be migrated to the old generation heap while the external call gets executed. With virtual threads I imagine the object remains in the virtual thread "stack", therefore reducing pressure in garbage collection.
sqquima
·قبل 3 أشهر·discuss
It would be interesting if it allowed to use the cache as ram and could boot without any sticks on the motherboard.
sqquima
·قبل 3 أشهر·discuss
Very similar config, but I bought a second pair of ram. Running 4 sticks at 3600. Also, the LAN port of the motherboard stopped working after a week, so I had to buy an Ethernet card
sqquima
·قبل 6 أشهر·discuss
My AI generator loves to write ergo, concordantly, and vis-a-vis.