Would you buy/use a computer that ran 3x slower than modern machines if it were more secure (less vulnerable to side-channel attacks)?
[ ] yes, absolutely [ ] yes, but not for games [ ] no, I need all the speedNotices by binfalse (martin@mstdn.binfalse.de), page 3
-
Christine Lemmer-Webber (cwebber@octodon.social)'s status on Saturday, 11-May-2019 10:41:07 EDT
Christine Lemmer-Webber
-
Matthias Eberl (rufposten@social.tchncs.de)'s status on Sunday, 14-Apr-2019 11:06:52 EDT
Matthias Eberl
Ich hab am Wochenende ein google- und trackingsfreies Smartphone aufgesetzt. Das ist mein Setup. https://rufposten.de/blog/2019/04/14/mein-setup-tracking-und-und-googlefreies-smartphone/
-
binfalse (martin@mstdn.binfalse.de)'s status on Monday, 29-Apr-2019 17:45:59 EDT
binfalse
Hat auch was, wenn die Kabel nicht verbuddelt werden...
#symbolbild #localnet #internet #lan #weboftrust #isp #telefon
In conversation from mstdn.binfalse.de permalink -
binfalse (martin@mstdn.binfalse.de)'s status on Saturday, 27-Apr-2019 11:10:38 EDT
binfalse
Auch 2019 konnte sich das mit der Mischbatterie in Great Britain noch nicht durchsetzen...
In conversation from mstdn.binfalse.de permalink -
binfalse (martin@mstdn.binfalse.de)'s status on Thursday, 25-Apr-2019 16:10:10 EDT
binfalse
@Khaosgrille
@moagee
Korrekt! Zum Beispiel Piratenpartei oder NPD oder Die PARTEI haben jeweils nur einen Sitz im Parlament. Wenn das jeweilige Parlamentsmitglied dann bei einer Abstimmung nicht anwesend war, haben wir für die ganze Partei keine belastbaren Daten...
Genau wie für Parteien, die in der letzten Legislaturperiode nicht im Parlament vertreten waren.In conversation from mstdn.binfalse.de permalink -
binfalse (martin@mstdn.binfalse.de)'s status on Thursday, 25-Apr-2019 05:31:17 EDT
binfalse
@Kiki
Und wer die vergangene Legislaturperiode nochmal Revue passieren lassen will kann mit dem #EuropaWal prüfen, welche Partei ihn gut im Parlament vertreten hat 🤔In conversation from mstdn.binfalse.de permalink -
binfalse (martin@mstdn.binfalse.de)'s status on Thursday, 25-Apr-2019 04:34:46 EDT
binfalse
@Khaosgrille
Oh, danke! Wird gefixt :-)In conversation from mstdn.binfalse.de permalink -
binfalse (martin@mstdn.binfalse.de)'s status on Thursday, 25-Apr-2019 04:11:24 EDT
binfalse
Hurra, hurra: Der #EuropaWal ist wieder da! :deinwal: 🇪🇺
https://deinwal.de/In conversation from mstdn.binfalse.de permalink -
Christian Kalkhoff 🇪🇺🌊🐰 (softmetz@mastodon.social)'s status on Sunday, 21-Apr-2019 17:52:56 EDT
Christian Kalkhoff 🇪🇺🌊🐰
RT @TerribleMaps@twitter.com
Prevalence of colour blindness worldwideIn conversation from mastodon.social permalink Repeated by martin -
muesli (fribbledom@mastodon.social)'s status on Saturday, 30-Mar-2019 01:31:25 EDT
muesli
"Which Programming Languages Use the Least Electricity?"
Sounds like a silly question, but makes for a rather intriguing read!
https://thenewstack.io/which-programming-languages-use-the-least-electricity
In conversation from mastodon.social permalink Repeated by martin -
Jorge S :ScientistsForFuture: (jorge@scholar.social)'s status on Thursday, 28-Mar-2019 10:39:10 EDT
Jorge S :ScientistsForFuture:
Let's make a contest! 🏆
See who finds the ugliest academic-related logo design.I will start with this one 😄
In conversation from scholar.social permalink Repeated by martin -
hex (hexdefined@mastodon.social)'s status on Saturday, 16-Mar-2019 16:08:42 EDT
hex
3 types of programs:
$ foo -h
invalid option -- 'h'
Try 'foo --help' for more information.$ foo --help
invalid option -- '-'
usage: foo [-iuegnvlairKnsivrngvV] qux blarg$ foo --help
unknown option '--help', continuing anyway
deleting your files...
^C^Cdeleting more files...^CIn conversation from mastodon.social permalink Repeated by martin -
bormel (bormel@mastodonten.de)'s status on Saturday, 09-Mar-2019 07:34:42 EST
bormel
Meine Schüler haben mit Hilfe eines #RaspberryPi einen Magic Mirror für unsere Schule gebaut und dabei den ersten Preis beim #DigiYou Wettbewerb gewonnen. Der Spiegel erkennt mit Kamera und Gesichtserkennung, wer vor ihm steht und holt dann alle relevanten Daten aus dem Netz (Vertretungsplan, Klassenarbeiten, Schultermine, schwarzes Brett, Mittagessen), um sie auf einer Seite übersichtlich und personalisiert darzustellen. Auch die Ministerin wurde erkannt.
In conversation from mastodonten.de permalink Repeated by martin -
Elias Mårtenson (loke@functional.cafe)'s status on Wednesday, 06-Mar-2019 03:32:19 EST
Elias Mårtenson
@martin Java 11 is a bit of a mess. Up until 8 they preserved Java backwards compatibility so that (almost) all code would run unchanged. Now, it's a different story, and a lot of complex software can't run anymore.
In particular, ABCL can't run on anything newer than 8, and probably will never be able to.
In conversation from functional.cafe permalink Repeated by martin -
binfalse (martin@mstdn.binfalse.de)'s status on Wednesday, 06-Mar-2019 03:37:31 EST
binfalse
@Aarkon well java 11 is the current version, isn't it? but my issue is actually a bug in openjdk 11+ https://bugs.openjdk.java.net/browse/JDK-8212233
Their workaround is to pollute the pom to use java-8 for javadoc (and java-11 for the rest). But... no. :angry_trump:
My workaround is to replace the javadoc binary in java-11 with a link to the binary in java-8:
/usr/lib/jvm/java-11-openjdk-amd64/bin/javadoc -> /usr/lib/jvm/java-8-openjdk-amd64/bin/javado
and wait until their official fix drips down to my setup...
In conversation from mstdn.binfalse.de permalink -
binfalse (martin@mstdn.binfalse.de)'s status on Wednesday, 06-Mar-2019 03:07:16 EST
binfalse
I'm not amused by #openjdk these days.
maven won't deploy with java-11 because
> javadoc: error - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/7/docs/api/ are in the unnamed module.and it won't deploy with java-8, because
> Execution default-test of goal XXX failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ?java-7 can't be installed because of dependency issues
and that's again when the hacking starts... 🤦
In conversation from mstdn.binfalse.de permalink -
binfalse (martin@mstdn.binfalse.de)'s status on Tuesday, 26-Feb-2019 06:29:27 EST
binfalse
@utzer ??? versteh ich nicht... keine ahnung was du meinst
In conversation from mstdn.binfalse.de permalink -
binfalse (martin@mstdn.binfalse.de)'s status on Tuesday, 26-Feb-2019 03:34:11 EST
binfalse
Warum die da wohl Anführungszeichen hingemacht haben? Ist das ein Zitat? Oder soll das Ironie verdeutlichen? Puzzled...
In conversation from mstdn.binfalse.de permalink -
binfalse (martin@mstdn.binfalse.de)'s status on Monday, 25-Feb-2019 15:37:40 EST
binfalse
@absturztaube
Oha. That won't happen to me, I guess...
But yesterday, the kids unplugged the charger next to my bed, so the phone didn't charge over night...In conversation from mstdn.binfalse.de permalink -
binfalse (martin@mstdn.binfalse.de)'s status on Monday, 25-Feb-2019 14:17:28 EST
binfalse
Today I learnt how safely you're locked out, when your phone runs out of power and everything's secured with #2FA... 🔒📵
In conversation from mstdn.binfalse.de permalink