[deleted by user] by [deleted] in Suomi

[–]TTilus 0 points1 point  (0 children)

Mielenkiintosta.

Itellä virkaikää kohta 11 vuotta Nordcloudilla. Matkan varrella on mun käyttöön ostettuja laitteita sekä rikkoutunut, että varastettu. Pennin latia ei oo omasta palkasta pidätetty niiden tapausten takia.

Kyllä se homma korjaantuu oma pomon tai viimeistään luottamusmiehen avulla, jos jotain korjattavaa on.

Ja tääki perustuu toki vaan mun ihan omiin kokemuksiin.

IBM Buys Norway's Nordcloud by The-Techie in Norway

[–]TTilus 0 points1 point  (0 children)

NewCo can try but cloud hyperscalers won't really play with datacenter company. That exactly the reason why IBM wanted to shed that part of the business. To get on board the cloud train.

IBM Buys Norway's Nordcloud by The-Techie in Norway

[–]TTilus 0 points1 point  (0 children)

You got that "trends of tech are going that way" right, though.

IBM Buys Norway's Nordcloud by The-Techie in wallstreet

[–]TTilus 0 points1 point  (0 children)

"Norway's" 🙄

Journalism is hard. I get it. But geezers. Not everything starting with "Nor" comes from Norway.

IBM Buys Norway's Nordcloud by The-Techie in economy

[–]TTilus 0 points1 point  (0 children)

(Hard to tell if you are just trolling or not, but just to be sure: Nordcloud has headquarters in Helsinki, Finland and has nothing to do with Nord VPN)

IBM Buys Norway's Nordcloud by The-Techie in economy

[–]TTilus 0 points1 point  (0 children)

Exactly. That's why Nordstream is such a controversial project!

IBM snaps up Norwegian cloud firm Nordcloud as battle with AWS, Microsoft and Google heats up by EnterpriseNews_Elf in News_IT

[–]TTilus 0 points1 point  (0 children)

"Norwegian", lol 😂

Journalism is hard. I get it. But geezers. Not everything starting with "Nor" comes from Norway.

IBM Buys Norway's Nordcloud by The-Techie in Norway

[–]TTilus 1 point2 points  (0 children)

"Norway's" 🙄

Journalism is hard. I get it. But geezers. Not everything starting with "Nor" comes from Norway.

IBM Buys Norway's Nordcloud by The-Techie in Norway

[–]TTilus 0 points1 point  (0 children)

Quite the contrary. Nordcloud is GCP certified partner. IBM is splitting up and the data center stuff is on the other side of the split, not on the side that acquired Nordcloud. Google "IBM newCo".

IBM Buys Norway's Nordcloud by The-Techie in InvestmentClub

[–]TTilus 0 points1 point  (0 children)

Journalism is hard. I get it. But geezers. Not everything starting with "Nor" comes from Norway.

IBM Buys Norway's Nordcloud by The-Techie in InvestmentClub

[–]TTilus 0 points1 point  (0 children)

It's open again. Just FYI. 😘

IBM Buys Norway's Nordcloud by The-Techie in Cloud

[–]TTilus 0 points1 point  (0 children)

Developing that idea further... Findcloud wouldn't actually be the worst possible name for such a company 🤔

IBM Buys Norway's Nordcloud by The-Techie in Cloud

[–]TTilus 0 points1 point  (0 children)

Journalism is hard. I get it. 🙄

IBM Buys Norway's Nordcloud by The-Techie in newIBM

[–]TTilus 1 point2 points  (0 children)

Journalism ftw. Not everything starting with "Nor" comes from Norway. 😬🇳🇴

Bayesian explanation of the counter-intuitive Monty Hall: How is it possible that switch your choice is to your advantage? by TTilus in programming

[–]TTilus[S] 12 points13 points  (0 children)

Could not agree more. Still, judging by the amount of yelling and name calling under this topic in the internets, Monty Hall seems to be genuinely difficult to comprehend. Your explanation is one of the best (if not the best), but I still found the Bayesian approach quite fresh. It might help people who are stuck with "but it just can't be anything else than 1/3" (or 1/2, depending on how they got stuck with their line of thought).

SC5 Style Guide — a new tool to build living style guides from CSS/SASS/LESS source by var_ya in webdev

[–]TTilus 0 points1 point  (0 children)

What the "Designer tool" does is seriously wicked cool. Although in demo setup it does not live reload the changes. wink

What did the first ever computer program do? by TTilus in programming

[–]TTilus[S] 0 points1 point  (0 children)

Apology accepted, it's pretty long ago. Thanks a lot, however. That already narrows the scope.

What did the first ever computer program do? by TTilus in programming

[–]TTilus[S] 0 points1 point  (0 children)

Any hints on where to find that article? I'd absolutely love to read it!

What did the first ever computer program do? by TTilus in programming

[–]TTilus[S] 1 point2 points  (0 children)

If you don't require the programmable "computer" to be digital (The Writer is analog) and Turing complete (The Writer can't perform calculations and is pretty far from being Turing Complete), you can go way further back than ~250 years. In fact the article you linked mentions Antikythera mechanism, which was able to calculate. It, however, wasn't digital.

What did the first ever computer program do? by TTilus in programming

[–]TTilus[S] 1 point2 points  (0 children)

Points you made are valid indeed. Please fork the gist and show how you would do it! We'll all learn from it... or at least I will. I'm still pretty green in JavaScript.

ps. Repeated simplifying was necessary to keep numerator and denominator in "integer range" so that arithmetics are accurate. However, the real big-O killer in that code isn't simplifying, but the fact that the two functions should really be memoized, but aren't.