HN user

d99kris

1,913 karma
  kristofer.berggren [at] gmail.com
  www.nope.se
Posts154
Comments131
View on HN
www.evernote.com 1y ago

Inspire Talk (2013)

d99kris
1pts0
github.com 2y ago

AKGR: Knowledge Graph Reasoning

d99kris
5pts0
en.wikipedia.org 2y ago

Death from Laughter

d99kris
1pts0
status.openai.com 2y ago

Major outages across ChatGPT and API

d99kris
537pts566
www.androidpolice.com 3y ago

Google Chrome is shoving previous search queries into your new tab page

d99kris
4pts1
nonint.com 3y ago

GPT might be an information virus

d99kris
4pts1
pickledlight.blogspot.com 4y ago

Commodore 64 Guides

d99kris
197pts35
xn--gckvb8fzb.com 4y ago

Superhighway84 – a Usenet-inspired decentralized internet discussion system

d99kris
175pts78
publicdomainreview.org 4y ago

The Serious and the Smirk – The Smile in Portraiture

d99kris
31pts0
www.nokia.com 4y ago

Nokia XR20 Mobile

d99kris
26pts36
news.ycombinator.com 5y ago

Ask HN: Is there a smart phone with instant new email notifications?

d99kris
4pts6
www.bbc.com 5y ago

Two men killed in Tesla car crash 'without driver' in seat

d99kris
4pts0
www.advisorperspectives.com 5y ago

Is the Stock Market Cheap?

d99kris
2pts0
fastmail.blog 5y ago

Format=flowed: the little standard that couldn't quite make it

d99kris
2pts0
news.ycombinator.com 5y ago

Ask HN: Recommendations on HN top bar color for dark mode?

d99kris
2pts2
www.tomshardware.com 5y ago

Cubox-M Aims to Be Your Raspberry Pi Alternative

d99kris
3pts0
www.zdnet.com 5y ago

FonixCrypter ransomware gang releases master decryption key

d99kris
1pts0
github.com 5y ago

Cannot delete files downloaded by Go module (2018)

d99kris
2pts0
www.theatlantic.com 5y ago

Pareidolia: A Bizarre Bug of the Human Mind Emerges in Computers (2012)

d99kris
1pts0
github.com 5y ago

Open Information Extraction (OIE) Resources

d99kris
2pts0
gizmodo.com 6y ago

I Miss Aim

d99kris
1pts0
www.bbc.com 6y ago

Paul Whelan: The strange case of the ex-marine jailed for spying in Russia

d99kris
4pts0
www.bbc.com 6y ago

Trump threatens to shut down social media companies

d99kris
4pts0
github.com 6y ago

Ventoy – Boot selection from multiple Live ISOs on a single USB stick

d99kris
2pts0
www.stevepavlina.com 6y ago

Becoming Addiction-Free (2017)

d99kris
1pts0
www.bbc.com 6y ago

Netflix stops charging customers who never watch

d99kris
723pts500
lines.chromeexperiments.com 6y ago

Land Lines – Chrome Experiments

d99kris
1pts0
www.forbes.com 6y ago

What Michael Moore's New Climate Documentary Gets Wrong About Renewables

d99kris
2pts0
www.vice.com 6y ago

Why did Slack win out over IRC? (2018)

d99kris
56pts76
ubuntu.com 6y ago

2004 to 20.04 LTS: Ubuntu in popular culture

d99kris
3pts0
Rock carving facts 3 months ago

Unfortunately I don't have any pictures. I should take some next time I go back, at the end of this year. Might be worth re-evaluating. Having that said, I do recall several of the carvings well, and they had a distinctly different style compared to others in Tanum.

As for lichen growth, I couldn't differentiate the growth inside the carvings from that around them, so to 10-year-old me the carvings certainly appeared old.

But as an adult, I'd guesstimate that in that area, only ~100 years of lichen growth is enough for carvings to blend into the surrounding rock.

Edit: I am not sure if an lichen study was conducted.

Rock carving facts 3 months ago

Fun to see my home municipality on HN! I grew up in Tanum.

Growing up on the countryside during the 80s meant spending a lot of time outdoors, in my case climbing the mountains surrounding our village, looking for adventures.

During one of those climbs, around the age of 10, me and a friend actually found some rock carvings that hadn't been recorded before. Which was kind of a big deal, especially since no carvings had been discovered in our part of southern Tanum.

We ran home and told our parents, who in turn called the municipality. When they came down to inspect, we were told the carvings weren't authentic, as in not from the bronze age. I don't remember any tests being conducted, I think it was mostly judged by the style.

My archaeology career peaked, and ended, at age 10.

I do something similar (but less portable and more verbose) in C++ sometimes when I want to prototype something. My boilerplate is something like this:

  #if 0
  TMP=$(mktemp -d);
  c++ -std=c++11 -o ${TMP}/a.out ${0} && ${TMP}/a.out ${@:1}; RV=${?};
  rm -rf ${TMP};
  exit ${RV};
  #endif
    
  #include <iostream>
    
  int main()
  {
    std::cout << "Hello, world!\n";
  }
(the trailing semi-colons in the script part is to make my editor indent the C++ code properly)

I understand their announcement says app passwords will stay (for now). But should Google eventually also deprecate app passwords, it would really restrict the use of third-party clients with GMail, given the self-paid security assessment OAuth clients must undergo. It would be a sad development given that email is one of the last popular "open messaging protocols" in use, where one can choose what client to use.

This is a very interesting data source. So let's say for "Model-specific statistics on faults detected in passenger cars during inspection in 2022 by year of entry into service (in Finnish)", I should be looking at column "Hylkäys-%" sorted in ascending order to find the models with least failed inspections?

(I don't know Finnish, used Google Translate)

The fact that Telegram provides an API enabling third-party clients (like this one) is the main thing that sets it apart from the other big mobile chat platforms (WhatsApp, Messenger, Signal) for me.

It's really nice to have access to a wide variety of client softwares, and the ability to build ones own (shameless plug - I built https://github.com/d99kris/nchat which is a simple TUI client).

I share the same general experience with DBS.

One issue I have with the bank is that they use push notifications to advertise products and also use push notifications for security purposes.

This was my main issue with DBS as well until about a month ago. I then contacted their customer service and complained that I was receiving notifications/emails, despite having opted out from marketing material in my DBS internet banking profile. I didn't expect they would stop, but I figured if enough people complain maybe someone higher up will review this one day.

Within an hour I got a response that they will "opt you out from receiving non-marketing/service messages from all channels".

Seeing Pidgin on HN brings back good old memories, having used it back in its hey day.

I actually tried it again just a couple of months ago but the main thing I miss is syncing / download of server-side chat history.

I guess one can assume Zynga didn't make enough money from FarmVille to justify porting it to a modern platform.

I wonder if they considered a kickstarter or similar, to gauge the interest of their users to finance the porting.

That's too bad, there aren't too many companies offering ARM-based VPS'es. I ended up getting a Scaleway account as late as last month, for the sole reason of using their ARM64 instances. Needed it for debugging some user-reported ARM-specific bug in one of my side projects.

Their ARM64 instances were actually disabled for new users, and required submitting an IT-ticket to be enabled. I thought it was strange at the time, but now with the EOL notice I guess it makes sense.