Nils's avatar

Nils

@nils@hollo.weisensee.me

400 following310 followers

Product Manager at OCCRP. Passionate about journalism, media management, and human rights. Former Chief Product Officer at Korea Risk Group and Head of Operations at Choson Exchange.

@restofworld@flipboard.com
@kunde_x@social.tchncs.de

Sehr praktisch im Urlaub, wenn man auf Datenstaubsauger wie Google Lens verzichten möchte:

Die recht junge App "Offline Translator" ist schon verdammt gut! Text, Bilder, Dokumente - komplett offline. Keine Anfragen werden an externe Server gesendet.

github.com/DavidVentura/offlin

Killer Feature ist die Live Video-Übersetzung. Eben wie Google Lens, nur datenschutzfreundlich. Das gab es meines Wissens bisher nicht als freie Software in der Qualität.

Details hier:
blog.davidv.dev/posts/mobile-t

blog.davidv.dev

Live image/video translation

Lens who?

@ilumium@eupolicy.social

"The historians [of the future] are our children. We will find no mercy from them."

-- Philipp Ruch

@Daojoan@mastodon.social

Don’t ask:

“What niche should I choose?”

Ask:

“What can I see because of where I’ve been - and who else desperately needs help seeing it too?”

That question will give you a body of work.

That’s a lot better than a “content” category.
joanwestenberg.com/p/dont-pick

joanwestenberg.com

Don’t pick a writing niche. Find the one only you can own.

How to build a niche from first principles

@redezem@aus.social · Reply to Iris

@iris_meredith Should we do that? Vote now on your phones!

  • Left Wing Yes0 (0%)
  • Right Wing Yes0 (0%)
  • Left Wing No0 (0%)
  • Right Wing No0 (0%)
  • Centrist Shrug0 (0%)
  • 🍿0 (0%)
@occrp@journa.host
@royaards@newsie.social

Peace through strength. Cartoon for Dutch newspaper Trouw.

Cartoon showing the inside of a factory. On the top floor, eggs are hatching, and baby doves are carried to a hole in the floor by robot arms, where they are dropped to the story below. Here the doves get filled up with explosives, while another robot arm puts an olive branch in their beaks, before they are dropped a floor lower. Here they fall into the bottom half of a mold shaped like a missile, before the top half of the mold comes down and presses them into their final shape. Outside the factory, there is a sign that shows a muscular dove of peace with one paw on a pile of skulls and the text 'Peace through strength'. Missiles are loaded up to a fighter jet, while in the background we see another fighting jet already firing missiles into a ruined city on fire.
ALT text

Cartoon showing the inside of a factory. On the top floor, eggs are hatching, and baby doves are carried to a hole in the floor by robot arms, where they are dropped to the story below. Here the doves get filled up with explosives, while another robot arm puts an olive branch in their beaks, before they are dropped a floor lower. Here they fall into the bottom half of a mold shaped like a missile, before the top half of the mold comes down and presses them into their final shape. Outside the factory, there is a sign that shows a muscular dove of peace with one paw on a pile of skulls and the text 'Peace through strength'. Missiles are loaded up to a fighter jet, while in the background we see another fighting jet already firing missiles into a ruined city on fire.

@occrp@journa.host

The co-founder of an Israeli cyber-intelligence company that developed the powerful Pegasus spyware entered Panama in December 2013 using an Israeli diplomatic passport, migration records obtained by journalists show.

@nils@hollo.weisensee.me

How long until someone creates a better mobile app for ? Please. It must be done. It could be you. It could be great.

@nils@hollo.weisensee.me

Here's a brilliant essay about the abusive relationship we have with our phones. Go read it.

"A smartphone worthy of our love and trust would want the best for us and would actively help us to achieve it. [...] Instead of monetizing our distraction, a trustworthy smartphone would help us do the sustained intellectual and creative work that gives our life meaning. It would deepen and broaden our relationships, not exploit them for a social graph. It would dive into immersive storytelling and communication with the goal to make new ways for us to love and be loved."

https://conversationalist.org/2019/09/13/feminism-explains-our-toxic-relationships-with-our-smartphones/

conversationalist.org

This is your phone on feminism

Let’s face the truth. We are in an abusive relationship with our phones.

@lilithsaintcrow@raggedfeathers.com
@thoralf@gruene.social

2.0.2 has been released.

For those, that are interested: How does this work?

I have an cron job running that checks for upstream ( @phanpy ) releases every 6 hours, pulls the changes, builds the apk and pushes the build to my staging environment.
I test it manually and (when satisfied) then push the release to the Codeberg repository which makes it available to Obtainium (or for manual installs).

codeberg.org/umrath/Phandroid/

(Reminder: 2.0.0 had a breaking change!)

codeberg.org

Cookie monster!

@homegrown@social.growyourown.services

Flohmarkt is a free open platform for small ads and selling things ("Flohmarkt" is the German for flea market). It's part of the Fediverse so the small ads can federate to other servers, and people can interact with Flohmarket from Mastodon etc accounts.

If you want to post an advert there is a server list:

🌱 codeberg.org/flohmarkt/flohmar

There is technical info on their Codeberg page:

🌱 codeberg.org/flohmarkt/flohmar

You can follow their lead dev's account at:

🌱 @grindhold

codeberg.org

flohmarkt

federated decentral classified ad software using activitypub

@freedomofpress@social.freedom.press

You don't have to censor a newsroom to censor the news. You just have to penalize those who share it.

Protecting press freedom must mean protecting everyone who reads, circulates, and discusses reporting.

freedom.press/issues/the-gover

freedom.press

The government wants to scare Americans out of sharing the news

The Department of Homeland Security has a new tactic to suppress reporting: silence people who repost information from news stories

@adders@masto.onemanandhisblog.com

Let me propose the humbly-named Tinworth’s Law:

"The amount of actual good, useful and productive work an individual is doing is inversely proportional to the amount of noise they are making on LinkedIn."

What do you think?

@brian_greenberg@infosec.exchange

Everyone's using AI to write code faster. Almost nobody's using it to write code better. It's where the next wave of breaches and a 2am page will come from... So I built something to help myself, and I'm putting it out there.

It's a Claude Code skill called senior-engineering-partner. It's not autocomplete. It's the strict senior engineer who reviews your pull request, asks why you skipped the tests, and won't let you ship a hardcoded secret because you were "just prototyping."

A few things it does:

・ Enforces a real workflow. Agree on the spec, plan in verifiable steps, write the test first, then prove the work before calling it done.

・ Holds a security floor that never moves. Whether you're prototyping or running in production, the secrets and input-validation basics stay non-negotiable. Cheap doesn't mean insecure.

・ Refuses to hallucinate. It verifies claims about your environment by running a real command, rather than inventing a flag or an API that sounds right.

・ Switches modes depending on how you call it: reviewer, debugger, mentor, or pair programmer.

It's open source under Apache-2.0, stack-agnostic, and built around Python, Bash, Apps Script, and JavaScript.

Here's my ask. Use it. Then tell me where it's wrong. I want the good feedback and the brutal feedback, plus any capability you wish it had. The whole point is to encode what senior engineers actually do, and I'd rather hear it breaks on your stack than find out later.

What would you want a skill like this to enforce?

github.com/bjgreenberg/senior-