Harry Sintonen

1.5K Followers
235 Following
2.5K Posts
Infosec consultant at REVƎЯSEC https://reversec.com - Coding, Research + various other interests
PGPhttps://sintonen.fi/pgpkey.txt
Researchhttps://sintonen.fi/advisories/
Githubhttps://github.com/piru
https://github.blog/news-insights/company-news/github-copilot-is-moving-to-usage-based-billing/
"GitHub Copilot is moving to usage-based billing - the current premium request model is no longer sustainable"
GitHub Copilot is moving to usage-based billing

Starting June 1, your Copilot usage will consume GitHub AI Credits.

The GitHub Blog

How accurate is Road to Vostok vs real locations, you ask? Very. These are just a couple of examples.

The locations aren't 100% 1:1 though, to accommodate smoother gameplay, but you can see familiar places all the time.

#roadtovostok

Road to Vostok is so accurate in locale and setting, it's uncanny. I grew up in a town next door, and did my military service in Hamina (many, many moons ago). https://store.steampowered.com/app/1963610/Road_to_Vostok/

#roadtovostok

Road to Vostok on Steam

Road to Vostok is a hardcore single-player survival game set in a post-apocalyptic border zone between Finland and Russia. Survive, loot, plan and prepare to cross the border into Vostok, a permadeath zone where one mistake can end it all.

"You're gonna be left behind!" smirks the person who is actively leaving all their skills behind while using and pushing the easiest to adopt technology ever made
Monille tuttu elektroniikkaliike Bebek ilmoittaa lopettavansa kesän lopulla ja aloittavansa -50 % alennusmyynnin heti. Noin 50 vuotta sitten alkanut Bebek Electronicin tarina tulee nyt päätökseensä. Ratkaisun suurimpana syynä on vuokrasopimuksen päättyminen sekä varaston siirtämisen kustannukset. Näiden ja kilpailullisten syiden vuoksi Bebek on päätetty lopettaa omaehtoisesti, hallitusti ja vastuullisesti. Kiitämme Bebekiä yhteisistä vuosista! Käykääpä vielä ostoksilla: https://bebek.fi/pages/ajankohtaista
Ajankohtaista

05/2026 Bebek Electronic (Bebek Oy) lopettaa toimintansa Olemme tehneet haikean mutta harkitun päätöksen lopettaa Bebek Electronicin toiminnan ja ajaa sen alas hallitusti. Päätöksen taustalla on useita syitä. Elektroniikka harrastaminen on vuosien varrella vähentynyt, kilpailu kansainvälisten verkkokauppojen kanssa on

Bebek Oy
In other news: UK Biobank health data listed for sale in China, government confirms https://www.bbc.com/news/articles/cpvxgl3n138o
UK Biobank health data listed for sale in China, government confirms

The government said medical data of 500,000 people was affected but no personally identifiable information had been made available.

Finnish medical data is available for researchers, unless if you specifically opt-out. I have, you should, too.

https://findata.fi/en/about-findata/your-data-rights/#how-can-I-exercise-my-rights

#privacy #medicaldata #secondaryuseofdata

Your data rights

Secondary use of social and health data means that client and register data from social and health care services are used for purposes other than the primary reason for which they were originally…

Findata

If you upgraded to #OpenSSH 10.1 or later and suddenly have trouble connecting to a server, try: ssh -o ipqos=af21 user@host

If that works, then the network is unhappy about the Expedited Forwarding IP QoS (this is the new default IPQoS for interactive connections with OpenSSH 10.1 and later. -o ipqos=af21 restores the IPQoS used by earlier OpenSSH versions).

OpenSSL will likely say that you should check version as well - but would it be that terrible to keep these negative defines around, even if the support is fully axed?

#OpenSSL 4.0.0 removed all traces of SSL3 support - including the OPENSSL_NO_SSL3_METHOD define that indicates that SSL3 methods are not available.

This define is used by a lot of code to see if they should try to use SSLv3_client_method() or not. Example: https://github.com/mirror/wget/blob/8775506f632f14404e4755dbae679dea07abf12a/src/openssl.c#L229