Inexperienced, poorly trained and underfed: the North Korean troops heading to Ukraine
Kim Jong-un has called his army the ‘strongest in the world’ but they are vulnerable to malnutrition, and none have seen combat or know the terrain in Russia’s warJustin McCurry (The Guardian)
My personal list, in descending order of usefulness, goes -Wall -Wextra -Wpedantic -Wwrite-strings and maybe also -Wconversion -Wstrict-prototypes -Wmissing-prototypes.
-Wconversion catches bugs that nothing else catches but it also complains about a whole bunch of perfectly fine and idiomatic constructs. The prototypes ones used to be really helpful when dealing with code that was written pre-1990, but nowadays they mainly help you find functions that you forgot to mark "static".
Understanding Bash Command Syntax: A Beginner’s Tutorial
Bash, the Bourne Again Shell, is a powerful command language interpreter that is widely used in Linux environments. Learning the syntax of Bash commands can…Lubos Rendek (LinuxConfig)
libwww.freelibrary.org/databas…
Saw the following on the comment thread where I learned about the 64 MB RAM requirement for OpenWrt (where I also commented):
> These days I mostly write code for systems with 256 KiB of RAM, so struggling with 64 MiB seems a bit excessive.
Just now, I wish I had chosen to work on that kind of embedded software. I guess I still could, at least as a side project. I know I'm doing important work where I'm at though, even if I have to tolerate the unconstrained excess of Electron and the like.
Tamas G reshared this.
Quincy Jones, music titan who worked with everyone from Frank Sinatra to Michael Jackson, dies at 91.
apnews.com/article/quincy-jone…
Quincy Jones dies: Music titan produced Michael Jackson's 'Thriller' among others
Quincy Jones has died at age 91. His publicist says he died Sunday night at his home in Los Angeles. Jones' historic career ranged from producing Michael Jackson’s record-setting “Thriller” to prize-winning film and television scores and collaboratio…HILLEL ITALIE (AP News)
Random linux question: I have my command history, in Linux, but not a record of command outputs. Now that text is as close to free as makes no difference, should we not store both? Command executed, standard-out resulting, all stored?
Given screamingly fast IO and effectively infinite drive space, at least as far as text is concerned, it's sort of remarkable how much useful information we just accidentally throw away these days, how little we routinely save.
@federicomena I've done the same for years and I still use screen(1). My uptime is usually measured in months, interrupted by the occasional kernel upgrade. A terminal scrollback for three months of output is a couple of megs. It's possible to write it to disk automatically.
Keeping this habit has made me more cautious about running commands that might generate a lot of output spew, like cat'ing a file before checking its size. I'm not positive this is an improvement.
The original lighthouse. It was bought by a local farmer and moved after the decision to replace it. It has since been destroyed by a storm and then being used by firefighters for training.
You never know how long something you photograph will last. Here today, gone tomorrow.
#Pugwash #NovaScotia #Lighthouse
lilithsaintcrow.com/2024/10/re…
Lili Saintcrow | RELEASE DAY: Hell’s Acre
That’s right, my beloveds–Book One of Hell’s Acre is now available! New Rome perches upon the shores of the Thamis River, and in its soot-stained depths a teeming mass of humanity…Lili Saintcrow
How to solve your Wi-Fi problems with smart router settings
Speed up your wireless network and make sure your whole home has good Wi-Fi coverage.Anders Lundberg (PCWorld)
Digital accessibility needs for electric vehicle (EV) charging stations | Deque
To make EV charging stations accessible, you can’t separate physical and digital accessibility. Explore why being proactive about accessibility is crucial.Sailesh Panchang (Deque Systems, Inc.)
Understand Chemistry Concepts with the Tactile Ionic Bonding Kit
Chemistry is a complex subject. Students study a variety of concepts, such as atomic structures, electron configurations, the periodic table,...Devon Price (American Printing House)
New: A Conceptual Model of ATProto and ActivityPub
You might want to know a little bit more about how #Bluesky and #atproto works, without needing to know all the technical details. This is a high level overview of how to think about how atproto works, and how it differs from #ActivityPub.
It is also a reflection on the concepts of decentralisation and federation, and what they bring to both the #fediverse and the #atmosphere
Read at: fediversereport.com/a-conceptu…
A conceptual model of ATProto and ActivityPub
If you were to design an open social networking protocol, what would that look like? Which metaphors and comparisons would you use to get a general idea of how the network functions? And what would you answer if people ask if your network is decentra…fediversereport.com
so I have a question.
Is ther a way for me to feel the level of the liquid dish washing soap while i'mpooring it into the dish washer?the stuff is strong and I don't want to hurt myself, do they have a low tech solution, somethig nI can use in the house to aid me in just poring itin?
Hello everyone!
I write my bachelor's thesis about Mastodon as an alternative social network and how its users perceive the platform.
I would be greateful if you would particpate in my survey:
umfragen.uni-paderborn.de/inde…
It only takes 10-15 minutes and would help me a lot.
If you have any questions, please do not hesitate to contact me.
In case you want to support me, you can repost the access link, which would also help me.
Thank you!
This Questions are problematic, I think:
* Mastodon’s actions against any harmful content are sufficient.
* Mastodon’s actions against the spread of fake news are sufficient.
For this, the admins/ moderators are responsible and not Mastodon.
Hey,
#curl -v google.com as a metal song is a must see and hear experience. A masterpiece. I just love it.
youtube.com/watch?v=atcqMWqB3h…
curl -v google.com
The little men in your computer do this every time you open google.com0:00 Shell0:11 DNS Lookup0:21 TCP Connect0:30 TLS Negotiation1:14 Guitar Solo1:23 X509 ...YouTube
i wonder hope that curl can really get a metal music by this command line but it couldn't !
Deception, but i really appreciate this part of great smile in my morning ...
I enjoy it and it give britght my day.
Tesla updated its summon feature. Now this owner can’t get to his car.
Tesla recently sent out an update to its vehicle “summon” feature – which it calls Actually Smart Summon – and as...Jameson Dow (Electrek)
#thunderbird a lancé une appli sur Android
Je vais tester.
Nous avons eu un retour comme quoi elle n'était pas (encore) bien sécurisée ?!
play.google.com/store/apps/dev…
@mozilla@mozilla.social
@Mozilla@mamot.fr
Merci à @oisux
it's astonishing how often this happens in my line of work:
client: can you review our source code for security issues?
me: of course!
[we stare at each other in a long, tense silence]
me: ... may I see the source code?
client: absolutely not.
In a past life, I worked on a compiler that the DoE used. I never had to handle their bug reports and was quite glad. The flow was:
Them: It doesn't work.
Us: In what way?
Them: That's classified. The wrong number comes out of the program.
Us: What program?
Them: That's classified.
Us: Can you send us a reduced test case?
Six months pass while the reduced test case is declassified, which involves review that it does not leak anything about the Super Secret Program that it's based on.
The reduced test case does not trigger the bug. Apparently the original did, but en route to being declassified the parts that triggered the bug were removed.
Gajim is currently migrating from GTK3 to GTK4. 🔧 GTK is Gajim's user interface toolkit. It provides building blocks, like windows, buttons and labels. 🧩
Version 4 of this toolkit brings performance improvements to Gajim, e.g. faster rendering of user interface elements. 💨
Additionally, switching to GTK4 allows Gajim to use newer widgets, like nice drop downs.
Here is a quick peek at a new group chat "@ mention" widget. 😎
Stay tuned!
The GTK Project - A free and open-source cross-platform widget toolkit
GTK is a free and open-source cross-platform widget toolkit for creating graphical user interfaces.The GTK Team
Po zmianie języka strony na angielski trochę się tych drugich pojawiło, ale nadal ponad połowa sugerowanych jest z Polski.
I'd heard this was a common thing with that particular engine but until now, have never experienced it. No idea why it even happened.
"In Memory of Stiver", the original author of the Fernflower Java decompiler.
blog.jetbrains.com/idea/2024/1…
In Memory of Stiver | The IntelliJ IDEA Blog
On October 20, the original author of the Fernflower Java decompiler, Stiver, passed away after a long fight against glioblastoma. Stiver was a German programmer of Russian origin, primarily develThe JetBrains Blog
Man who made 'depraved' child images with AI jailed for 18 years
Hugh Nelson, who used software to create images, told police he was "very corrupted and warped".Ewan Gawne (BBC News)
Seirdy
in reply to Seirdy • • •