Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 3.47 KB

File metadata and controls

59 lines (36 loc) · 3.47 KB
title Tipsrundan 30
description Happy Tipsrundan Tuesday! Tipsrundan today supports markdown which hopefully gives a little better experience reading! :)
slug 30
authors
hlondogard

👋 Welcome to Tipsrundan! A biweekly newsletter by AFRY IT South with ❤️
Happy Tipsrundan Tuesday! Tipsrundan today supports markdown which hopefully gives a little better experience reading! :)

Tipslådan 🗳


Supertipset 💡

Tired of googling timestamps? Become a terminal 🧙 and solve it directly, each time!

Have you googled "timestamp to date" a thousand times and just picked the first best? Perhaps it's even bookmarked? Hannes Sandberg has some happy news for you!
There's a great way to actually get the date straight from the terminal, using the built-in date (which differs between BSD/GNU).

BSD/MacOS: date -r 1609755036
GNU/Linux: date -d @1614956312
Windows: I tried to google & gave up 🤷 (if you know how - please share!)


Godisboxen 🍭

📈 The dangers of deploying AI into a uncurated environment.

People wonder sometimes why AI Ethic departments exists (and perhaps why Google themself royally messed up theirs lately), and I like to say that there's a huge reason for it to exist. Deploying AI into an unknown environment (real world) without any curation is really dangerous as we cannot enforce what it does in edge-cases. This article is a prime example of this where GPT-3 tells a fake patient to kill themselves as a solution...

Medical chatbot using OpenAI’s GPT-3 told a fake patient to kill themselves Medical chatbot using OpenAI’s GPT-3 told a fake patient to kill themselves (link)

It's clear that AI still has a long way to go and that we need to understand deeper what actually happens in models, tools like Lime are part of the solutions but gathering better understanding of the math and perhaps even being able to unfold neural networks to pure math statements (like with word2vec post its release) would make great progress.

📱 Flutter 2.0 - Googles new endeavour of cross platform apps

Have you used flutter? If so please share your experience!

Flutter 2.0 has been released where web-support now is ready for the masses & a lot of stability has been added. Toyota, Canonical & more have decided to move into Flutter which makes the project feel a tiny tiny bit safer for those that are afraid of the Google Graveyard (tm).

What is Flutter?
Flutter is a App development framework that works by drawing the full UI through a canvas, that is no native components. This means that the GUI will look the same across all platforms (appreciated by big companies). And yes, all platforms - Flutter allows you to share codebase between Windows, Mac, Linux, Android, iOS & now the Web (PWA or SPA).

developers.googleblog.com↗

🔀 Software Engineering Laws Everybody Loves to Ignore

A short, but worthwhile and fun read. I bet a lot of the points hit close to home!

netmeister.org↗


Thank you for this time see you in two weeks

  • Hampus Londögård @ AFRY IT South