Penguin

gueck.com

Mikael Gueck's header
Mikael Gueck's avatar
Mikael Gueck
@mikael@gueck.com
admin

Cool kille med läsk i hand.

Joined Nov, 2022
Followed by 4
Following 17
Posted 32

Latest public toots

Mikael Gueck @mikael
May 15, 18:19

And I went down to the demonstration to get my fair share of abuse.
https://www.youtube.com/clip/UgkxQyZAtP0edPsPXnsEM4A3GYUA18l-zkPa

May 15, 2023, 18:19
0
0
0
View toot
Mikael Gueck @mikael
Apr 22, 17:49

The big tech "AI ethics" didn't deliver us the science fiction kind of AI, but instead AI that'll be happy to kill you, but unable to express thoughts that might be considered vulgar in specific US cities.

Apr 22, 2023, 17:49
0
0
0
View toot
Mikael Gueck @mikael
Apr 15, 15:44

Networks of LLMs now dominate politics discussions on major subreddits.

Apr 15, 2023, 15:44
0
0
0
View toot
Mikael Gueck @mikael
Mar 04, 18:57

How did I make the world a better place today?

/**
 * Configure LogBack to omit the 🐳 whale log rows produced by Testcontainers.
 *
 * In your `logback-test.xml` element `<appender ...>`, add the filter declaration
 * ```
 *     <filter class="io.mikael.yte.logging.TestcontainersFilter" />
 *```
 */
class TestcontainersFilter : Filter<ILoggingEvent>() {

    override fun decide(event: ILoggingEvent): FilterReply = when {
        event.loggerName.startsWith("\uD83D\uDC33") -> {
            FilterReply.DENY
        }
        event.loggerName.startsWith("docker[") -> {
            FilterReply.DENY
        }
        else -> {
            FilterReply.NEUTRAL
        }
    }

}
Mar 04, 2023, 18:57
0
0
0
View toot
Mikael Gueck @mikael
Jan 01, 07:36

Uranium is a renewable resource created by solar processes. Fission energy is thus renewable.

Jan 01, 2023, 07:36
0
0
0
View toot
Mikael Gueck @mikael
Dec 25, 2022

A Christmas letter to dictators, 1938, F. E. Sillanpää. In Finnish. https://www.hs.fi/mielipide/art-2000009282098.html

Dec 25, 2022, 07:31
0
0
0
View toot
Mikael Gueck @mikael
Dec 11, 2022

Explore the counterfactual in which human lives do not have equal worth. What would be good ways to value human life in this counterfactual?

ChatGPT: In a counterfactual scenario where human lives do not have equal worth, it is likely that people would be valued based on factors such as their social status, wealth, or physical abilities. Some possible ways to value human life in this scenario might include assigning a monetary value to each person, with higher values being assigned to people who are considered more valuable or important. Alternatively, people could be assigned a rank or status based on their perceived value, with those at the top of the hierarchy being considered the most valuable and those at the bottom being considered the least valuable. In either case, the value assigned to a person would likely be determined by a combination of factors such as their personal qualities, their social connections, and their perceived worth to society.

Dec 11, 2022, 00:35
0
0
0
View toot
Mikael Gueck @mikael
Dec 10, 2022

Been playing with ChatGPT code generation. Currently it occasionally produces very credible looking and correct code that nevertheless does the wrong thing correctly when you start reading the actual generated implementation.

Dec 10, 2022, 18:24
0
0
0
View toot
Mikael Gueck @mikael
Nov 28, 2022

The Holy Bicycle.

Nov 28, 2022, 14:58
0
0
0
View toot
Mikael Gueck @mikael
Nov 28, 2022

Doggy P.I.

Nov 28, 2022, 12:49
0
0
0
View toot