HackerLangs
TopNewTrendsCommentsPastAskShowJobs

vrighter

777 karmajoined hace 3 años

comments

vrighter
·hace 18 horas·discuss
in that case, github is not the place for them. Nor show hn, or anywhere.

If they're to be trated as disposable, then they should be treated as disposable
vrighter
·ayer·discuss
it is insanely slow. I regularly need to wait for minutes just for the final crate to compile when compiling some tui program from scratch
vrighter
·anteayer·discuss
brutal for them, hilarious for me
vrighter
·hace 3 días·discuss
as a maltese dude: fuck her. Our government has long since stopped representing us citizens
vrighter
·hace 6 días·discuss
i loled at ansible being called stable. When playbooks broke left right and center on updates
vrighter
·hace 6 días·discuss
i have never used odin.

I did write a compiler that targeted brainfuck
vrighter
·hace 9 días·discuss
it is malware when everyone is explicitly asking to not have it.
vrighter
·hace 9 días·discuss
isn't this like the ps3's otheros thingie? Where the advertised functionality of the device was crippled after the customers bought them?
vrighter
·hace 10 días·discuss
this guy seems so full of himself. Everything I read of his triggers my bullshit alarm. Stuff like claiming feasible solutions to problems that have been mathematically proven don't have any
vrighter
·hace 15 días·discuss
I think of it like this. Imagine a network with two inputs and one output. What's happening during training is to orient a set of 2d planes in 3d space. Then for each x and y coordinate you can iterate through those planes and figure out where the normal at (x,y) hits them on the z axis, take the highest of your result and that's your network output.

Sometimes the solution needs one of the planes to make a big change to its orientation. and in the process of doing so the fitness will go down. Now if some other plane happened, by luck, to be in a better position to get to that state without lowering the fitness, then it will generally dominate over the other one, and the first one would start to "evolve" to be suppressed by the other one. The first one then becomes (usually, but not always) pretty much dead. Since the network has a fixed number of weights, it can't decide to just "add another plane". It has to make do with a fixed number of them. If too much of them become useless your training can't really recover, you're stuck at that minimum. The overparametrization allows for a bigger chance that some other plane's orientation will happen to be in a position to shadow counterproductive ones.
vrighter
·hace 15 días·discuss
I think a language having a central repository of libraries that anyone can publish stuff in is a stupid idea in the first place. It's not a question of if, it's a question of when it goes to shit.
vrighter
·hace 15 días·discuss
it unlocks even more vendor lock-in
vrighter
·hace 15 días·discuss
Why anyone would even consider using an online password manager is beyond me. Keepass works perfectly offline, and it's easy to sync. Just copy one file. I set up syncthing on my pc and phone and I basically just forget about it. For other places I have a particular subdomain (guid) where I serve the current copy of the file, gated by a password. The database itself is protected by both a password and a yubikey.
vrighter
·hace 15 días·discuss
as much as humanly possible. If you're not already a good developer, you can't make "good" use of ai
vrighter
·hace 15 días·discuss
you forgot that to not have a knowledge cutoff and fall behing, you need to always be training new models. It matters jack shit if inference is cheap, if you are forced to do training anyway to stay "competitive"
vrighter
·hace 16 días·discuss
As a Maltese person, I'm sorry. I feel embarrassed to be one right now
vrighter
·hace 20 días·discuss
i did just that on kde yesterday, no kidding
vrighter
·hace 21 días·discuss
i just don't understand this thinking
vrighter
·hace 21 días·discuss
those that did before still will.

Those that didn't still won't
vrighter
·hace 26 días·discuss
better than native, sometimes, due to the ability to profile and do profile guided recompilation at runtime