HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thirsteh

no profile record

comments

thirsteh
·3 lata temu·discuss
For everything to become incredibly amazing. 5G was more pumped than AI, especially in Europe. For some reason people kept mentioning robo-surgery as a use case...
thirsteh
·5 lat temu·discuss
wow went to package manager, installed Half-Life Uplink, and it's playable..

and a Windows 95 emulator! lol
thirsteh
·5 lat temu·discuss
Great talk by deech on Pharo: https://www.youtube.com/watch?v=baxtyeFVn3w
thirsteh
·5 lat temu·discuss
"Glorified auto mechanic" is exactly how I'd describe how software development is viewed in Europe. There is a much bigger emphasis on "just" buying software from Microsoft and SAP to "solve" problems.
thirsteh
·5 lat temu·discuss
Picking up other hobbies got me back into software side projects but not as an end in themselves as they used to be (and I'm pretty tired of "learning" new tech at this point -- it's just the same things over and over and over again, usually with even more complexity); rather, I feel compelled to write little pieces of software that vastly improve my experience of the new, interesting hobbies.

Avoid competitiveness and "getting ahead" -- pursue mastery the same way a zen gardener does. It's very enjoyable to be good at useless things.
thirsteh
·5 lat temu·discuss
Yeah, there are not many moving parts now. It messed with read heads in HDDs as well as CRT monitors.

I still get nervous if there are magnets around cause I don't know how they work.
thirsteh
·5 lat temu·discuss
Serious question: Has PE M&A ever led to an improved product?

(Maybe that's just a stupid rather than a serious question)
thirsteh
·5 lat temu·discuss
This is for signing a document with a "hand" signature, not cryptographically signing it with a cryptographic signature. Besides, if you don't trust in-browser JS then you shouldn't trust any site on the web, e.g. online banking.

That this is running completely locally without any software to install is pretty useful and cool. Your criticism isn't great (IMO borders on concern-trolling) because the alternative is something where the docs go to some centralized SaaS that store everything including your signature for an unknown period of time.
thirsteh
·5 lat temu·discuss
This battle has been lost my friend. The new cyber and crypto are here to stay :)
thirsteh
·5 lat temu·discuss
Yield farming carries a similar or greater risk to investing in stocks and sector ETFs, and that is certainly not what retail banks do with customer funds (that was outlawed by the Volcker Rule in Dodd-Frank), nor is retail banking how investment banks make money. Nevermind that there obviously is no FDIC insurance for these crypto "savings accounts".

You're asking good questions, but be careful not to jump to easy answers -- you might lose your money!
thirsteh
·5 lat temu·discuss
I suppose it makes sense if you're issuing semantically versioned releases of each module and you want the GitHub releases to match, but the trend of turning everything into its own module until there's nothing left can be very frustrating. This seems very common in JavaScript and Rust.

Rust at least compensates for it in its generated docs. PureScript OTOH... Sometimes modules are literally just one type or one function, and the docs don't consolidate them. Whyyyyyyyy.