HN user

sysguest

76 karma
Posts0
Comments163
View on HN
No posts found.
Blender 5.2 LTS 3 days ago

well if you looked at blender 2 days, UI was really "user-hostile" level difficult/un-intuitive

I think about blender 4? there was a big UI overhaul here

TypeScript 7 14 days ago

I don't recall anyone disliking types

where people would say goofy things like they couldn't use Python because it's untyped. That's insane: Python is strongly typed. It's also dynamically typed, which is a different dimension.

hmm maybe you don't understand type-checking INSIDE IDE, NOT during runtime?

security-wise, usb-c is the worst scenario device I've ever seen -- unless you're Apple, you can't make a security-boundary without infringing patent US11205021B2

for laptops, a bad-actor usb-c cable/charger can do so much more, unless your laptop has AI that can distinguish "is this signal really coming from monitor/keyboard/etc ?" I'd rather have plain-old DC adapters (or usbc to dc)

well the article writes AS IF the whole intention was to:

"get data for drone warfare" ...in 2021 (before the russian invasion...)

but did we even EXPECT drone warfare to influence the war THIS MUCH back then?

well not me -- I actually thought russia would beat the crap out of ukraine within a month (even after the failed spetsnaz attack on zelensky)

the article's assumptions only makes sense IF some people had time machines, or if CIA has some know-everything future prophet

(not to mention: drones need TOP TO BOTTOM view, not bottom-to-top view)

anyway, my verdict: sensational yellow journal article, nothing more/less

Dav2d 2 months ago

this

for other cases, I can just wait more for my cpu/gpu/cloud to do the job

idk maybe LLM people should only commit what they actually understand, only in bite-size (maximum few lines in few files) and with at least 1~5 tests that shows the edge cases

drive-by 20-file pull-requests that ultimately end up costing maintainer's burden seems to hit hard here.

Deno 2.8 2 months ago

well deno has 'allow-read' 'allow-write' kind of permission, so if something tries to read from my ~/.ssh or other important folder, it can just block it

even with blocking lifecycle scripts, the attacker could have planted it somewhere else or just trick the dev somehow to run it

Deno 2.8 2 months ago

well bun could 'gradually become deno':

1. add 'enhanced security mode' that's actually 'deno-compatible/like' (permissions, etc)

2. mark libs/executables/etc as 'enhanced security compatible'

3. ...merge by buying out deno?

Deno 2.8 2 months ago

this

we nodejs devs were just ignorant/lazy

npmjs should mark libs "deno compatible" and move over to deno gradually for security

Deno 2.8 2 months ago

yeah it's such a pity deno's security features could have made recent npm attacks moot...

Deno 2.8 2 months ago

well benchmarks that's why

if the numbers look good, I pick it up -- though whether the numbers actually hold in reality is... well something I should check... but won't due to laziness...

I should check actual perf numbers... well next week or month?