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...
HN user
thirsteh
I spend a lot of my day hours XORing things together, and I'm particularly interested in PL research/high-assurance software development (Haskell, Agda, Coq, etc., but also how to make software in any language more secure and reliable.)
I'm always happy to continue a discussion in private through email: my username at google's mail.
wow went to package manager, installed Half-Life Uplink, and it's playable..
and a Windows 95 emulator! lol
Great talk by deech on Pharo: https://www.youtube.com/watch?v=baxtyeFVn3w
"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.
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.
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.
Serious question: Has PE M&A ever led to an improved product?
(Maybe that's just a stupid rather than a serious question)
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.
This battle has been lost my friend. The new cyber and crypto are here to stay :)
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!
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.
It's not even technically accurate. At the very least it's a draw :)
You must not have gotten the memo: Google exposed some of their corporate systems to everyone, therefore VPNs are now useless and have always been useless.
:)
So how do you like the PayPal campus?
;)
Generally, there's a good chance that most of these kinds of "Wtf?" logic errors are on the part of the journalist, not the person being interviewed. In the U.S, journalists don't send drafts over for comments, and rarely change published material, so there's little opportunity to get misleading stuff corrected.
Chipotle's "No more GMO food" announcement was the worst "great news" I'd heard in a long time. It was clearly just for PR and nothing else. It's good to see some sanity--this obsession with "clean/pristine nature" which has no rational basis has to stop.
Related TED talk: https://www.ted.com/talks/pamela_ronald_the_case_for_enginee...
Why use Gitmo as an example when there are plenty of other areas where you can bash Obama, like continuing many of the Executive Order programs? At least he genuinely tried to shut down Gitmo and was blocked from doing so.
I think believing a single person/president/whatever can fix all problems is wishful thinking, and indeed a system in which that was possible would likely not be a democracy.
Start by blaming all the representatives who pushed for or voted against ending the programs you don't like, and voting accordingly. Look at the voting histories of candidates rather than what they say. Look at who funds the candidates , not at what the candidates say. Actually, listen to everything other than what candidates say during election season; the game is set up in such a way that you will always be disappointed if you simply believe what is said, no matter the candidate.
It turns out a lot of the processing is offloaded to proprietary drivers on the EdgeRouter board. It's great for running their stock firmware, but not so great running OpenBSD. Ended up going with the new PC Engines apu1d4 board (http://www.pcengines.ch/apu.htm) rather than a Soekris. I believe it's the best of the options for an OpenBSD router.
All of them, if you want to do it right. Biggest reason inactive mixed content is allowed at all is that blocking it would break too much.
Do you guys know you're actually describing the Surface 3 in detail? ;)
In fact, Either/Maybe can function like safer versions of both paradigms: Functors allow you to build a program of many functions that will terminate with 'Nothing' or 'Either l' as long as any one of them experiences an error, without thinking about errors, and it still lets you explicitly handle any errors if you want to, this time on the sum type Maybe or Either, meaning that you usually handle both the error and non-error case, or receive a compiler warning.
I agree that, probably universally, the people who fervently argue for either exceptions or explicit Go-style error handling don't know about Maybe/Either/Result. Then again, all this is pretty much impossible to replicate in Go.
Panic/recover is no problem as long as it does not traverse API boundaries, i.e. affects the user of your package, unless it really is a "fatal user error" in a function that wouldn't otherwise return an error.
That's something that annoys me about bikes in the US vs. Europe: People in Europe are generally taught to obey the same laws as everybody else, whereas US bicyclists, in NYC in particular, just completely wing it. When I first moved here I didn't understand why everybody hated on bicyclists; now, after nearly being hit by a bicycle slamming through a crowded crosswalk at least 10 times, I do.
Yes, red lights apply to you too, bicyclists.
Interesting.
And trademarked.
Edit: and :)
That wouldn't be a hard problem to solve if not for the fact that votes also need to be anonymous. That combination is what makes electronic voting an extremely difficult problem.
Your last point is exactly right: You can't choose not to use the vast majority of sites on the Internet.
Facebook isn't the only company doing stuff like this by any stretch of the imagination, but claiming that you can just "not use Facebook" if you want to avoid them is complete nonsense, hence my original comment.
Facebook doesn't invade anyone's privacy.
What do you consider the Like, Connect, etc. buttons that are tracking virtually every page you visit, Facebook user or not?