HackerTrans
TopNewTrendsCommentsPastAskShowJobs

anilakar

2,140 karmajoined 10 anni fa
https://github.com/andyn/

[ my public key: https://keybase.io/andyn; my proof: https://keybase.io/andyn/sigs/0ipWiKo54LBrIxwWnkis5rWcXS9D-OoP-Izw-OXbfEc ]

comments

anilakar
·5 ore fa·discuss
The best tool has just a single button that has already been pressed for you. The mechanical action is there just for satisfaction.
anilakar
·5 giorni fa·discuss
This feels like I am violating something that is sacred.

The last time I felt the same was when I accidentally found a Japanese Youtube channel that had tons of clips of konbini storefronts, a few seconds long each, most of them with zero views.
anilakar
·17 giorni fa·discuss
CVE 10.0 if you happen to use one specific functionality in the library. Non-CVE if you do not, and because it's an old bug, you cannot just downgrade to get a non-red result from Trivy.
anilakar
·25 giorni fa·discuss
GPU driver packages are already a huge collection of workarounds for bad game engine coding.

An Nvidia employee once told me that one of the easiest ways to squeeze out a few extra frames on your old machine is to rename the game executable to hl2.exe.
anilakar
·26 giorni fa·discuss
Only in EU because of the Accessibility Act[1]. Copywrong holders are allowed to disable screen readers elsewhere because that allows them to sell more audiobooks. You will apparently also lose many other features, among them Asian scripts and developer mode.

[1] https://www.kobo.com/kobo-writing-life/blog/our-commitment-t...
anilakar
·28 giorni fa·discuss
Nineties called and they want their shitty export grade computing back. Anyone still remember OpenBSD?
anilakar
·29 giorni fa·discuss
Look, we're always telling our bosses to stop micromanaging us. UB is just the compiler telling us to stop micromanaging it!
anilakar
·mese scorso·discuss
Turns out intelligence gathering is pretty boring routine work, not Bond-esque spy stuff or stakeouts in camo nets and face paint.
anilakar
·mese scorso·discuss
So... because of risk of retaliatory litigation I have to sit on vuln reports for one month while black hats are free to roam.
anilakar
·mese scorso·discuss
If you grew up in a junkyard, getting adjusted to the social norms of a bazaar might feel like your way of life is being threatened.
anilakar
·mese scorso·discuss
> There are no other choices.

Fail safe noisily and implement a cooldown period.
anilakar
·2 mesi fa·discuss
Most online merchants redirect me to my bank's web page when I enter my Visa credit card number. In theory it should be possible to have a card number that by itself is useless and always requires an external confirmation?
anilakar
·2 mesi fa·discuss
Removing code paths that the programmer has explicitly laid out in the source code should be made a hard compile error unless the operation has been tagged with an attribute (anyone who wants to add the unsafe keyword to C? ).

Another commenter suggested using LLMs, but I disagree. Having clangd emit warning squiggles for unchecked operations (like signed addition) would be a good start.
anilakar
·2 mesi fa·discuss
Without AI, both writing and reading code are bottlenecks.

How many times have you reviewed your old code and been appalled at the terrible quality? You personally created slop; it's no different from GenAI output except that a human had to spend precious time crafting it. You likely were indeed bottlenecked by your ability to churn out code that you just had to get to work, for one reason or another.

The real issue is in the asymmetry when one party can use automation to create more code than another party can possibly manually verify.
anilakar
·2 mesi fa·discuss
Those ATtiny85 boards that plug directly into a USB port are great if you need 1 to 5 GPIOs and/or a HID interface. At 2 dollars apiece or so it's worth having a few around.
anilakar
·2 mesi fa·discuss
When my mom remarried, her new husband started to manipulate her and isolate her from other relatives, trying to turn everyone against each other. The last time I met her, I was basically talking to two copies of him.

I've already dealt with the fact that I will not get my mom back.
anilakar
·2 mesi fa·discuss
The author argues that writing code cannot be a bottleneck because work always fills up the allotted time. Developer teams should instead focus on doing less and writing better specifications.

The error in the reasoning is that while you can increase your resourcing to tenfold and gain nothing in return, the inverse is not necessarily true.
anilakar
·2 mesi fa·discuss
[dead]
anilakar
·2 mesi fa·discuss
That site itself violates at least "similarity", "proximity" and "common region" as everything is sorted in one alphabetical list.
anilakar
·2 mesi fa·discuss
We were on self-hosted Gitlab but after a merger were forced to Github. Navigation feels painful in comparison and basic features such as commit graph are now behind more expensive tiers.