#butterfly #insect #macro #macrophotography #wildlife #nature #naturephotography #olympus #omsystem #olympusphotography #stack #incamerastack
State-sponsored exploits are often far more complex than typical vulnerabilities, and they're not always immediately obvious. Rather than being blatant or easily detectable, they're often crafted more like poison. At first glance, a piece of code in a random library may seem perfectly benign, serving a valid and useful function, as do many other independent libraries and functions scattered throughout the system. But when combined with other seemingly harmless pieces, these isolated bits of code can create something far more concerning. It's subtle and easily overlooked — yet, together, they could have a devastating effect.
This kind of stealthy, integrated attack is difficult to uncover because each individual part of the code appears legitimate on its own. Only when the system as a whole is carefully scrutinized in a holistic way can these potential threats be detected — if they're detected at all.
While FOSS does offer a great deal of flexibility, there are still practical concerns around jurisdiction, especially when it comes to legal matters, security audits, and the involvement of major corporations. Even though the software itself is open and can be modified, the infrastructure and support around it — such as funding, legal protections, or compliance — can still be influenced by where the project is based or the entities involved. Moving to a more independent, EU-based model could help mitigate some of those risks and offer more sovereignty in the long run.
Furthermore, the concern remains that the U.S. government could potentially order a company to introduce a hidden backdoor into the software, and the corporation might not be free — or even able — to disclose this information. This is a serious issue, especially as political pressures grow. In a broader sense, the U.S. is increasingly resembling more authoritarian regimes like Russia or China when it comes to digital policies, where control over software and data is prioritized over privacy or transparency.
Even though FOSS allows you to examine the code, the reality is that no one can continuously monitor the entire system at all times. The complexities of modern operating systems make it incredibly difficult to scrutinize every line of code, especially as it evolves. This is why reducing dependency on American corporations and jurisdiction could be an essential step toward ensuring true independence and security.
Anyone know if there's a #cooking #recipes #fediverse #software #stack ? Thinking of putting my family's recipes up on the #fedi . Love #activitypub powered EVERYTHING! I saw @jamesravey had started #gastronaut a few years ago, but don't see code for it.
The paper just published by @netzpolitik_feed shows: financing is a major issue for #OpenSource, but administrations need to invest anyways: Windows 10 is at end of life this year and contracts become artificially more expensive because of AI features – public procurement is the primary lever for #Europe’s sovereign tech #stack! #techsovereignty
via @zarasophos
https://darmstadt.social/@zarasophos/114710524045817503
Der Bericht, den @netzpolitik_feed gerade veröffentlicht, zeigt: #Finanzierung ist die große Baustelle für #OpenSource–aber Verwaltungen müssen ohnehin investieren: Windows 10 läuft aus, Produkte werden wegen KI künstlich teurer! Die öffentliche Mittelvergabe ist der erste Hebel, den #Europa stellen kann für einen souveränen Technologie-#Stack! Aber auch die Privatwirtschaft muss sich fragen, ob sie weiter in Abhängigkeiten investieren will.
https://chaos.social/@netzpolitik_feed/114710541204166603
Is #ai a #stack you tax just at one layer because it's easier to meter, like compute?
Or at each layer according to each #negativeexternality, so a language education app pays into #basicincome (human worker displacement) while an AI casting tool pays movie industry #union dues?
The Mouse Language, Running on Arduino - Although plenty of us have our preferred language for coding, whether it’s C for i... - https://hackaday.com/2025/05/20/the-mouse-language-running-on-arduino/ #reversepolishnotation #programminglanguage #softwarehacks #interpreted #programming #atmega328p #minimalist #esoteric #arduino #esolang #mouse #stack
#stack : a number of flues embodied in one structure, rising above the roof
- French: empiler
- German: der Stapel
- Italian: cumulo
- Portuguese: pilha
- Spanish: pila, apilar
------------
Thank you so much for being a member of our community!
this german/dane wonders ...
a #eurostack ....?
thoughts?
"Wildberger is concerned with how a uniform digital architecture can be created .... He advocates the development of a “#Germany IT stack”. .. a uniform infrastructure with clearly defined interfaces, cloud services and standards. So far, a #EuroStack has been the main topic of discussion in specialist circles. ..
https://www.europesays.com/uk/78964/ Deposit return schemes get UK administrator #abundance #automated #bavaria #bottle #BottlingPlant #Britain #Business #busy #CloseUp #ConveyorBelt #Efficiency #England #factory #freshness #Germany #GreatBritain #hygiene #InARow #indoors #Industry #merchandise #NoPeople #NorthernIreland #order #organization #preparation #ProductionLine #PurifiedWater #repetition #Scotland #SelectiveFocus #speed #stack #Technology #transparent #Transportation #UK #UnitedKingdom #Wales
AUDIOPHILE MAN - HiFi REVIEW: SERENE PLATTER MAT FROM STACK AUDIO
Do we really need another turntable platter mat? Paul Rigby thought not until he saw this new design from Stack Audio. To read the review, click: https://theaudiophileman.com/serene-platter-mat-from-stack-audio-2/ #turntable #vinyl #platter #mat #silicon #review #HiFi #audiophile #stack
"I wish I could believe you: the frustrating unreliability of some assessment research
T Hunt, S Jordan"
At the STACK25 conference earlier this month watched Sally Jordan present the keynote. I was very impressed and found this research paper from 2016. The co-author Tim Hunt is the main architect of the #Moodle #Quiz #engine and co-maintainer of the #STACK question type.
@kim_harding mayby @protonprivacy #stack @nextcloud and other #cloud compagnies can step in. #proton #nextcloud #internetarchive must keep alive. Support by donating
Fair enough. Because recursion always has a limit, in any language, the tutorials probably assume you're aware of this already. The specific limit in Python is adjustable, but there's no way to eliminate it altogether.
Do the tutorials actually include data/examples that run into the recursion limit? Or is it only when applying code like that to other data that you run into issues?
I ask because the easiest way to smash the limit is to create a cyclic data structure, which is trivial in Python. If you naively recurse such an object, it goes on forever - until it hits the configured limit or the machine runs out of memory, anyways. i.e. this case:
>>> foo = ["bar"]
>>> foo.append(foo)
>>> foo
['bar', [...]]
If you think it's possible your recursion code might have to deal with something like this, you usually end up keeping track of the objects you've already processed, and skip them if you see the same object again (typically by the object ID).
In many cases, you can also rewrite recursive code so that it's not recursive, and cannot run into this problem. As a bonus, problems that can be refactored this way usually run faster without the recursion.
Today's work. Sorry, murky low light photo, finished at sunset as usual.
Still space for more!
Can see the difference between birch and alder nicely there. The orangey stuff on the right is alder. Slightly less energy than birch but easier to light. Good firewood and what mostly grows in our forest as it thrives in the swampy parts near the river.
Those last two stacks are from a few fallen trees that were blocking the forest road.