Is Social Media Rewiring Childhood Brains? β Read more
Why Gen Z & Gen Alpha Face Digital Anxiety & Risks β Read more
@lyse@lyse.isobeef.org In my case it was a silver necklace, a hummingbird with a wing connected with the cold welding I mentioned using thin brass wires.
It made it in a goldsmithing class (I went to a private craftmanship high-school) so no phones allowed (no photos of it) and no βtake homeβ of the works.
Hereβs a rough sketch of it drawn by memory, the dots in the wing is where it connects to the body.
The technique is basically the same as i described, but the scale is much smaller, the whole piece was about 5-6 cm on the largest side.
The rivet was made by drilling a hole through the parts, than with a short and thicker drill you widen the hole on the surface to let the rivet settle flatter on the piece, then with a rubber hammer you hit it to flatten the head until itβs snug on the hole, lock them together by doing the same on the other side.
Note that widening the hole with a thicker drill head wonβt make a difference with bigger holes, mine had holes of about 1-2 mm of diameter maximum.
Hereβs a sketch of what is going on for clarity.
I went on a short stroll in the woods and came across two great spotted woodpeckers. They were busy with their courtship display, I reckon, so it took them a while to notice me and escape into thicker parts out of sight. That was really awesome. There are a lot of apples and sloes now, looking really good. The cam issues still persist, though, I wish the photos were sharper. Also, I got the error that the function wheel was not adjusted correctly and alledgedly pointed between two options numerous times. And no, it was bang on a setting. https://lyse.isobeef.org/waldspaziergang-2025-10-07/
Henrietta Leavittβs Cosmic Discovery & Forgotten Genius β Read more
Measuring the Universeβs Expansion β Read more
The Biggest Mystery in the Universe β Read more
@alexonit@twtxt.alessandrocutolo.it Hahaha, that made me laugh real good. :-D I find it always surprising what collects in a short amount of time.
ChatGPT vs Brain Shocking Study Results! β Read more
** Read the Book **
Thereβs a whole lot going on, and Iβve been feeling myself develop bad habits concerning doom scrolling. I canβt reconfigure my life to not have a phone, so, instead, I made a thing to replace those things that invite me to doomy scroll. Meet Read the Book.
Read the book is a relatively simple website where you can read a book. The books are presented in short chunks so youβre never faced with a big scrolling wall of text. It has support for dark mode and light mode, and you can u β¦ β Read more
James Webb Telescope Distance Determination Methods Explained! β Read more
Cognitive Load & How the Brain REALLY Learns! β Read more
Thank you, @alexonit@twtxt.alessandrocutolo.it! Itβs not sealed at all. If you were pouring in a liquid, it would run out on all four corners. Itβs just folded over and carefully hammered shut as best as possible. 03 is a bit blurred, but you can see the tab from the right (the short side) tucking in on the left (the long side). The hem on top clamps it in place fairly decently.
I decided against blind rivets, because they leave ugly looking and sharp backsides, which can also interfer with the contents of the box. However, they would be an easy solution to make the corners more rigid and prevent any movement from the short sides.
Unfortunately, I canβt weld or solder, so thatβs not an option. It would be the by far best solution. I wanna learn it one day, though.
Yes, Ken is a really great dude. Heβs the reason I gave this a shot in the first place. :-)
AI & LLM Addiction In School β Read more
AI Therapy & The Risks of Cheap Mental Health β Read more
AIβs Impact on Intimate Relationships β Read more
L.I.S.A. Unveiling Spacetime with Black Hole Orbits β Read more
L.I.S.A.βs Universe Window Discoveries are Beyond Expectation β Read more
How to Test If A Multiverse is Safe π‘ β Read more
Little Lost Robot - Asimov short story. (1962)
@zvava@twtxt.net it is amazing how much you have accomplished in such a short time. Take time to sleep, though! :-)
@lyse@lyse.isobeef.org yeah itβs not all that tall hahah! but yeah i am totally blinded to any sense of tall/short buildings lmao
Hereβs an example of X11/Xlib being old and archaic.
X11 knows the data type βcardinalβ. For example, the window property _NET_WM_ICON
(which holds image data for icons) is an array of βcardinalβ. I am already not really familiar with that word and Iβm assuming that it comes from mathematics:
https://en.wikipedia.org/wiki/Cardinal_number
(It could also be a bird, but probably not: https://en.wikipedia.org/wiki/Cardinalidae)
We would probably call this an βintegerβ today.
EWMH says that icons are arrays of cardinals and that theyβre 32-bit numbers:
https://specifications.freedesktop.org/wm-spec/latest-single/#id-1.6.13
So itβs something like 0x11223344
with 0x11
being the alpha channel, 0x22
is red, and so on.
You would assume that, when you retrieve such an array from the X11 server, youβd get an array of uint32_t
, right?
Nope.
Xlib is so old, they use char
for 8-bit stuff, short int
for 16-bit, and long int
for 32-bit:
That is congruent with the general C data types, so it does make sense:
https://en.wikipedia.org/wiki/C_data_types
Now the funny thing is, on modern x86_64
, the type long int
is actually 64 bits wide.
The result is that every pixel in a Pixmap, for example, is twice as large in memory as it would need to be. Just because Xlib uses long int
, because uint32_t
didnβt exist, yet.
And this is something that I wouldnβt know how to fix without breaking clients.
I have a Python script that transforms the original YouTube channel Atom feed into a more useful Atom feed by removing the spam description and replacing it with the video duration, filtering out videos by title, duration, etc. I just updated it to exclude the damn Shorts garbage more efficiently. Finally, YouTube updated their Atom feed generation, so that the video URL contains /short/
if itβs of this useless kind. Never thought that they ever actually will improve their Atom feeds. Thank you, much appreciated!
Status 2025-07-21
Morning, computer! Spending my days off trying to figure things out.
Some of them will occur in this post. I think best when Iβm writing,
after all.
Iβm back from a short vacation since a couple of weeks. Iβm still
going to take a few days off every week for a while. I need the break.
Itβs been way too many 12-16 hour workdays. Iβm nominally working 80%
(~6 hour days), so I figure Iβve been working a lot for free.
Yeah, well, I like the TKey project to succeed. The ideas behind it
have implicatio β¦ β Read more
@prologic@twtxt.net Yeah, this really could use a proper definition or a βmanifestβ. π Many of these ideas are not very wide spread. And I havenβt come across similar projects in all these years.
Letβs take the farbfeld image format as an example again. I think this captures the βspiritβ quite well, because this isnβt even about code.
This is the entire farbfeld spec:
farbfeld is a lossless image format which is easy to parse, pipe and compress. It has the following format:
ββββββββββ€ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Bytes β Description β
β βββββββββͺββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ£
β 8 β "farbfeld" magic value β
ββββββββββΌββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ’
β 4 β 32-Bit BE unsigned integer (width) β
ββββββββββΌββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ’
β 4 β 32-Bit BE unsigned integer (height) β
ββββββββββΌββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ’
β [2222] β 4x16-Bit BE unsigned integers [RGBA] / pixel, row-major β
ββββββββββ§ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
The RGB-data should be sRGB for best interoperability and not alpha-premultiplied.
(Now, I donβt know if your screen reader can work with this. Let me know if it doesnβt.)
I think these are some of the properties worth mentioning:
- The spec is extremely short. You can read this in under a minute and fully understand it. That alone is gold.
- There are no βknobsβ: Itβs just a single version, itβs not like thereβs also an 8-bit color depth version and one for 16-bit and one for extra large images and one that supports layers and so on. This makes it much easier to implement a fully compliant program.
- Despite being so simple, itβs useful. Iβve used it in various programs, like my window manager, my status bars, some toy programs like βtuxeyesβ (an Xeyes variant), or Advent of Code.
- The format does not include compression because it doesnβt need to. Just use something like bzip2 to get file sizes similar to PNG.
- It doesnβt cover every use case under the sun, but it does cover the most important ones (imho). They have discussed using something other than RGBA and decided itβs not worth the trouble.
- They refrained from adding extra baggage like metadata. It would have needlessly complicated things.
Thanks @bender@twtxt.net! Yeah, so super cute. I couldnβt pet them, though. Despite very curious, they were also very restless.
I persuaded my dad to check out the fireflies with me tonight. He only wanted to go for a short trip, so we came just across a couple hundred of them. Otherwise, the thousands mark would have been exceeded in no time. He was super glad I talked him into that. :-)
It was also my first time to see them over the meadows. Those numbers donβt compare to the ones inside the forest, no question, but we probably saw 60 or so. Havenβt come across them there before, I only heard and read about that.
Note to future-Lyse next year: Leaving at 21:45 seems like a good time. We left earlier and had to wait just a few more minutes for them to come out in masses.
Too bad itβs impossible to share photos or videos. My camera isnβt made for that at all, not even close.
@movq@www.uninformativ.de That short segment is fairly close to reality, even though it obviously looks heaps better in person: https://youtu.be/u8YVorNRcDM?t=66
On my blog: Short Fiction β Transgender Athlete Bans https://john.colagioia.net/blog/2025/06/22/title-ix-hope.html #fiction #freeculture #lgbtpridemonth #politics
Meh, the stupid shorts get longer. I need to increase my duration filter in order to ban all this garbage.
Community services buckling under demand for mental health support
Mental health support services in regional WA are in such short supply that severely unwell residents are turning to grassroots community service groups, which are struggling to cope with surging demand. β Read more
Accused Australian drug smugglerβs family wants a βjust outcomeβ
In a short statement given to media on Friday, Stephanie Ahchee thanked Indonesian authorities for their βprofessionalism and impartialityβ. β Read more
What can be done about the βnew worldβ of extreme weather?
Farmers say the recent floods in NSW were unprecedented and exhausting, but some stop short of blaming climate change. β Read more
βEmotions can run highβ: Verstappen addresses Russell incident
Max Verstappen stops short of apologising for an incident involving George Russell at the Barcelona Grand Prix. β Read more
Would you accept seven weeks without bank access? Why is super different?
Australiaβs superannuation pool is worth nearly $4.2 trillion β the funds are undoubtedly extremely adept at taking membersβ money. But when it comes helping members to access it, they are falling short. β Read more
@bender@twtxt.net Hereβs a short-list:
- Simple, minimal syntaxβmaster the core in hours, not months.
- CSP-style concurrency (goroutines & channels)βsafe, scalable parallelism.
- Blazing-fast compiler & single-binary deploysβzero runtime dependencies.
- Rich stdlib & built-in tooling (gofmt, go test, modules).
- No heavy frameworks or hidden magicβunlike Java/C++/Python overhead.
i wish it was realistic for me to learn golang but every single time i try to comprehend any go code iβm like What the fuck am i looking at. why is all of this so short and condensed GIVE ME VERBOSE CODE
Update- meet our new baby Tangerine! (Tango for short π§‘) β Read more
βForgive me for the harm I have caused this world. None may atone for my actions but me and only in me shall their stain live on. I am thankful to have been caught, my fall cut short by those with wizened hands. All I can be is sorry, and that is all I am.β
Thanks to @kat@yarn.girlonthemoon.xyz and her shelf I finally spent several hours in the woodshop. I wanted to build two drawers for the workbench and thought that I will complete this project in no time. Iβve been so wrong again. ;-)
I didnβt draw any plans, just measured a few times and then went to cutting a bunch of particle board leftovers at the table saw. I routed rebates on the sides, fronts and backs to lap the boxes and sink in the bottom. It turned out that having no plans was a stupid idea. I cut exactly on the lines as I calculated and measured, however, the math in my head fell apart when it eventually met reality. The bottoms are too short, so I gotta glue on some strips. Also, with the longer fronts, the sides wonβt work either, I have to fix them as well. :-D
Finally, the lid of my cyclone bucket broke when the negative pressure got too large. Oh well. It was just an old wood glue bucket, Iβve got another empty one, so I can use that lid but strengthen it first with some plywood. Something for future Lyse to deal with.
All in all, it was still good fun. Wood (haha) do it again, but at least with some sketches on paper. ;-)
This is my new kitten Skyrim Remastered Ultimate Edition (Sky for short) β Read more
i started a little thing on my dreamwidth and called it a flash prompt box. basically itβs a limited time thing where people can prompt me for stuff iβm offering, like short fanfiction, photoshop-edited user icons, music recs, and a bit more! iβm having sooo much fun with it so far itβs been a blast just making stuff for friends :)
also more friends are making their own posts with the same concept which is SO cool to see
[$] Hash table memory usage and a BPF interpreter bug
Anton Protopopov led a short discussion at the 2025 Linux Storage, Filesystem,
Memory-Management, and BPF Summit about amount of memory used
by hash tables in BPF programs. He thinks that the current memory layout is
inefficient, and wants to split the structure that holds table entries into two
variants for different kinds of maps. When that proposal proved
uncontroversial, he also took the chance to talk about a bug in BPFβs call
instruction. β Read more
@movq@www.uninformativ.de @kat@yarn.girlonthemoon.xyz @quark@ferengi.one In 2014 one person created protocol ii. Later it forked in IDEC. Why i said this? Because itβs simple βfederatedβ forum-like protocol where from your station fetch another every 5-10 minutes. Stations has topic-based channels like idec.talks, linux.16, haiku.os, zx.spectrum. In short itβs FIDO but.. more modern? Documentation: https://github.com/idec-net/new-docs (mostly Russian, but you can use translator, also protocol already translated to english)
About the nuclear power plant on the Moon, they are beating us. There was a time we were ahead, but I understand nothing lasts forever. Now, being a world power for only one hundred and twenty some years, and a super power for around seventy sure is a record (as in short-lived). The Roman Empire lasted over 500 years!
golf.vim v0.1.1 - fixed keystroke logging, removed ultraβshort runs, now captures all modes β Read more
AS136907 HWCLOUDS-AS-AP HUAWEI CLOUDS
@prologic@twtxt.net This shi_ is as fun as it is frustrating! π the bot is poking at me from a different ASN now, Alibabaβs.
- Short term solution: Iβve geo-locked my Timeline instance since Iβm the only one using it (and I only do so for reading twts when Iβm away from terminal).
- Long term: I took a look at your Caddy WAF but couldnβt figure things out on my own; until then, Iβll be poking at Caddy-Defender, maybe throw in a Crowdsec for lolsβ¦ #FUN
Catanzaro: Dangerous arbitrary file read vulnerability in Yelp
GNOME contributor Michael Catanzaro has written a blog\β¨post about a noteworthy vulnerability in GNOMEβs help browser, Yelp.
I donβt normally blog about particular CVEs, but Yelp CVE-2025-3155 is
noteworthy because it is quite severe, public for several weeks now,
and not yet fixed upstream. In short, help files can rea β¦ β Read more
@prologic@twtxt.net LOL, the conversation is very short, and your initial twtxt is just right there! Geez! Hahahaha, silly Aussie! π
[$] Approaches to reducing TLB pressure
The CPUβs translation lookaside buffer (TLB) caches the results of
virtual-address translations, significantly speeding memory accesses. TLB
misses are expensive, so a lot of thought goes into using the TLB as
efficiently as possible. Reducing pressure on the TLB was the topic of Rik
van Rielβs memory-management-track session at the 2025 Linux Storage,
Filesystem, Memory-Management, and BPF Summit. Some approaches were
considered, but the session was short on firm conclusions. β Read more
My cat has a rare short squirrel tail β Read more
** Late March Snow **
The forecast predicted snow, but even with that knowledge I held out hope that it wouldnβt. The shade over the window in the bedroom doesnβt close all the way. It always stops short of totally covering the window with about an inch further to go. It is too short. When I woke up this morning there was a flat grey line of light streaming into the room through the gap left by the too short shade. So, I spent some time shoveling this morning. Probably sooner than I ought to have since itβs still coming down. Itβs 80ish de β¦ β Read more
Debian bookworm live images now fully reproducible
In a short\β¨note to the Reproducible Builds
mailing list, Debian developer Roland Clobus announced that live
images for Debian 12.10 (βbookwormβ) are now 100% reproducible. See the reproducible\β¨live images and Debian Live todo
pages on the Debian wiki for more inf β¦ β Read more
Yesterdayβs time was strange. Long periods of shortness, short periods of longness.
wahhh i wanna work towards my dream of offering pay as you can web hosting (static & dynamic) but i donβt know how!!!!! i keep drifting towards hosting panels but i donβt exactly have fresh linux servers for those nor do i like the level of access they require. so iβm like ok i can do the static site part with SFTP chroot jails and a front-end like filebrowser or somethingβ¦. but then what about the dynamic sites!!!!!!! UGH
granted i doubt iβd get much interest in dynamic sites but iβd like to do this old school where i can offer people isolated mySQL databases or something for some project (iβm thinking PHP based fanlistings), which means i could do it the old school way ofβ¦ people ask me to run it and i do it for them. but i kind of want to let people have access to be able to do it themselves just short of giving them SSH access which isnβt happening
Iβm sharing a short tutorial, in Spanish, for self-hosting #twtxt with Docker:
https://programadorwebvalencia.com/twtxt-desplegar-tu-feed-con-docker/
We had a very sunny day, peaking at 19Β°C. This not only decoyed me out, but also plenty motorcycle terrorists. Eh fuckwits, nobody wants to listen to your bloody engine and exhaust noise, keep it quiet for fuckβs sake! Many of your rider collegues can manage it, too, so should you.
I had some sore muscles after yesterdayβs waste paper collection with the scouts. So, I only went for a short trip to my closest backyard mountain. Watching two rock climbers was interesting. Thatβs not something I see very often.
iOS 18.4 to Include AI-Generated Review Summaries in App Store
Apple has begun rolling out AI-generated summaries of App Store reviews in the latest iOS 18.4 and iPadOS 18.4 beta releases. The feature uses large language models to analyze user reviews and condense common themes into a short paragraph.
First spotted by _[Macworld](https://www.macworld.com/article/2628166/ios-18-4-beta-introduces-ai-powere β¦ β Read more
itβs been while since Iβd stopped #window-manager hopping and just settled with #Herbstluftwm but Iβm NGL, the River #Wayland compositor is starting to grow on meβ¦ Iβm still not sure if itβs just me but something about it feels clean and snappy. The shortcuts in the vanilla/example configuration feel a bit clunky, but then again, itβs just me being used to the same old ones I keep adopting and replicating across WMs. Iβve got 0 energy for ricing so Iβll just roll with the vanilla config as is (maybe add in a short-cut for a launcher but that will be it).
New MacBook Air Coming This Week: What to Expect
Apple CEO Tim Cook teased a new product announcement this week, sharing a short video that says βthereβs something in the Air.β Based on the βAirβ wording and the timing of the launch, it sounds like weβre going to get new M4 [MacBook Air](https://www.macrumors.com/ro β¦ β Read more
Amd of course, TDD! I tried that, but it doesnβt work all that great for me in its strict form. I have the feeling that coming up with a single new failing test, making it pass, maybe some refactoring, rinse and repeat wastes significantly more time than doing it in β what they call β the βbundleβ approach. Coming up with several tests in advance and then writing the code or vise versa is usually much quicker. I do find that more enjoyable, it also helps me to reduce smaller context switches. I can focus on either the tests or the production code.
As for the potentially reduced code coverage with a non-TDD approach, I can easily see which parts are lacking tests and hand them in later. So, thatβs largely a specious argument. Granted, I can forget to check the coverage or simply ignore it.
I agree with John, TDD results in less elegant code or requires more refactoring to tidy it up. Sometimes, itβs also not entirely clear at the beginning how the API should really look like. It doesnβt happen often, but it does happen. Especially when experimenting or trying out different approaches. With TDD, I then also have to refactor the tests which is not only annoying, but also involves the danger of accidentally breaking them.
TDD only works really well, if you have super tiny functions. But we already established that I typically donβt like tiny methods just for the purpose of them being extremely short.
When fixing a bug, I usually come up with a failing test case first to verify that my repaired code later actually resolves the problem. For new code, it depends, sometimes tests first, sometimes the productive code first. Starting off with the tests requires the API to be well defined beforehand.
@andros@twtxt.andros.dev Just before the pandemic, we watched Uncle Bob videos once a week in the lunch break. While almost all of my old teammates agreed with his views, I partially found them to be very odd and even counterproductive.
I didnβt come across John Ousterhout or any of his work before, at least not deliberately. So, this document is my first contact.
I only finished the chapter on comments and I totally agree with John so far. This document just manifests to me how weird Bobβs view is on certain subjects.
I always disagreed with the concept of a maximum method length. Sure, generally, shorter functions are probably better, but it always depends. And Iβve certainly seen super short methods that just made the code flow even worse to follow. While βone function should only do one thingβ is a nice general rule, Iβm 100% in team John with the shown examples. There are cases, where this doesnβt help readability at all. Not even close.
To me, a function always has to justify its existence. Either by reusing it at least at another place or by coming up with dedicated tests for it. But if it is just called once and there are no tests, I almost always decide against it. Personally, I donβt mind longer methods. We just recently had a discussion about that and I lost against two other workmates who are more in Uncle Bobβs camp, they refactored one medium sized method into three very short ones. Luckily, we agree on most other topics.
Lol, what!? The shorter the method, the longer the variables inside? I first thought I misread or the writeup mixed it up. Iβll always do it the other way around.
Iβve been also bitten badly by outdated comments in the past, but Bob must have worked on really terrible projects to end up with such an attitude to dislike comments. Oh well. No doubt, Iβve come across by several orders of magnitude more useless comments, in my experience (autogenerated) JavaDocs fall in the category more frequently than not. So, I know that there are different types of comments. A comment doesnβt automatically mean that it is good and justified.
But I also partially agree with Bob and John and think that a good name has a proper chance to save a comment. Though, when in doubt, I go Johnβs route and use a shorter name with a comment rather than use a kilometer long identifier. Writing good comments typically takes some time, sometimes much longer than writing the code. It regularly takes me several minutes. Itβs a hard art.
I perhaps should read up on Johnβs work. He seems to be more reasonable and likeminded. :-) Let me continue to complete this document.
Short summary of Project2025 and Trumpβs plans for the US:
Abolish the Federal Reserve
Why? To end what is seen as an unelected, centralized body that exerts too much influence over the economy and monetary policy, replacing it with a more transparent, market-driven approach.Implement a national consumption tax
Why? To replace the current federal income tax system, simplify taxation, and increase government revenue through a broader base that includes all consumers.Lower corporate tax rates
Why? To promote business growth, increase investment, and stimulate job creation by reducing the financial burden on companies.Deregulate environmental policies
Why? To reduce government intervention in the economy, particularly in energy and natural resources sectors, and to foster a more business-friendly environment.Restrict abortion access
Why? To align with conservative pro-life values and overturn or limit abortion rights, seeking to restrict the practice at a federal level.Dismantle LGBTQ+ protections
Why? To roll back protections viewed as promoting LGBTQ+ rights in areas like employment and education, in line with traditional family values.Eliminate diversity, equity, and inclusion (DEI) programs
Why? To end policies that are seen as divisive and to promote a merit-based system that prioritizes individual achievements over group identity.Enforce stricter immigration policies, including mass deportations and detentions
Why? To prioritize border security, reduce illegal immigration, and enforce existing laws more aggressively, as part of a broader strategy to safeguard U.S. sovereignty.Eliminate the Department of Education
Why? To reduce federal control over education and shift responsibilities back to local governments and private sectors, arguing that education decisions should be made closer to the community level.Restructure the Department of Justice
Why? To ensure the department aligns more closely with the administrationβs priorities, potentially reducing its scope or focus on areas like civil rights in favor of law-and-order policies.Appoint political loyalists to key federal positions
Why? To ensure that government agencies are headed by individuals who are committed to advancing the administrationβs policies, and to reduce the influence of career bureaucrats.Develop training programs for appointees to execute reforms effectively
Why? To ensure that political appointees are equipped with the knowledge and skills necessary to implement the proposed changes quickly and effectively.Provide a 180-day transition plan with immediate executive orders
Why? To ensure that the incoming administration can swiftly implement its agenda and make major changes early in its term without delay.
Do yβall agree with any/all/some of these poliices? Hmmm π€
@movq@www.uninformativ.de It happens to the best of us :-) On a more serious note: Iβm relieved to hear that Iβm not the only one who is completely perplexed by his own projects when returning back to them after a short hiatus.
?
operator in Go π No. For so many reasons.
@prologic@twtxt.net Which one? I donβt mind the ternary operator at all. In fact, I often find myself missing it in Go. I donβt find the two alternatives particularly elegant:
foo := "eggs"
if bar {
foo = "spam"
}
Or:
var foo string
if bar {
foo = "spam"
} else {
foo = "eggs"
}
To my eye, this just would look a lot nicer:
foo := bar ? "spam" : "eggs"
Or at least as the Pythons do it:
foo = "spam" if bar else "eggs"
The ternary operator especially shines with relatively short expressions.
Latest iPhone SE 4 Dummy Images Back Up Display Notch Rumors
With Appleβs fourth-generation iPhone SE launch inching ever closer, new alleged dummy models have emerged online that give us further clarification on some of the details of the device.
Leaker Majin Bu shared these images on X (Twitter), along with a [short video](https://x.com/MajinBuOff β¦ β Read more
Orbbec Unveils Gemini 215 Stereo 3D Camera and Pulsar SL450 at CES 2025
At CES 2025, Orbbec introduced the Gemini 215 Stereo 3D Camera and the Pulsar SL450 dToF Single-Line LiDAR. The Gemini 215, designed for high-precision scanning, features depth measurement accuracy of less than 0.5 millimeters, multi-camera synchronization, and a lightweight build, making it suitable for various short-range 3D scanning applications. The Gemini 215 is engineered for [β¦] β Read more
wrote up a short list of things i need to do for superloveβ¦ itβs just some like clarification and housekeeping and stuff really
** Year in review, 2024 **
As a treat, I figured I could write a year in review kinda thing, too. In no particular order here are some reflections organized into some mostly sensical categories.
Since recovering from my brain bleed and the subsequent repair procedures, this year Iβve enjoyed getting back into a routine of exercising. Iβve never been one to track numbers, or reps, or distancesβββI mostly exercise because I enjoy doing it. This year I got back into going for regular short runs, very long walks (sorry aging d β¦ β Read more
my 2 cents hereβ¦
I agree on displaying a short @nick
.
We could hover on the nick to see the full detail which could be @nick@domain.tls
or the full URL
Also it could be a display option in Preferences in case your account starts showing many collisions.
The disambiguation for collisions is the .txt URL and the nick inside it, right ?
4rkal submits CCS proposal to develop and release βdmvp2pβ v1
4rkal1 has submitted a CCS proposal2 looking to finish developing Donate Monero Via P2Pool (dmvp2p) 3 version 1, create project documentation and a step by step video:
dmvp2p short for Donate Monero Via P2Pool, is a simple GUI application that allows users to donate monero to their favorite creators/projects using p2pool. This project is a cross platform application that will enable micro-tipping via p2p β¦ β Read more
[ANN] Phantom Circuit: Introduction
Phantom Circuit is a fictional short story generated entirely by AI. It was inspired by a Darknet Diaries podcast episode [..] I also managed to work in some mention of Moneroβ¦
Link: https://cyberspace.dad/book/
j@cyberspace.dad (XMPP) β Read more
[ANN] Seraiβs status as 2024 wraps up
This is an update on where the Serai project is. While I wish I could keep this professional, parts of it will be fundamentally intertwined with my personal life. Apologies to anyone who just wants a short, professional brief. [..] I am happy and relieved to announce an anonymous donor has enabled Seraiβs upcoming audits. The donations themselves have been facilitated by MAGIC Grants.
Links:
βThe Monero Moonβ newsletter makes comeback with Issue #75 after short hiatus
John Foss1 has published Issue #752 of The Monero Moon curated weekly newsletter after a ~3.5 month hiatus:
After a few monthsβ hiatus due to life commitments ( wedding bells), weβre back! Explore this weekβs edition for an update on all the latest Monero (XMR) news, developments, and entertainment!
The publication includes news about:
- Development, Releases, and Technology
- General News
- Eve β¦ β Read more
[LTT] GBP>XMR - FMD
Exiled localcrypro to localmonero p2p trader here, offering my service to those who feel lost with the reccent news. I can offer GBP>XMR with a short simple KYC for bank deposits. Or, if you prefer No KYC with myself, I also accept Volet or Paysend, plus a few other crypto options such as USDT or LTC. Please feel free to send me a message if you think I can help you :)
Link: XMPP
β¦ β Read more
What to Expect From Appleβs Powerbeats Pro 2 Next Year
A few months ago, Apple shared a short teaser video in which it revealed that it will be releasing new Powerbeats Pro 2 next year. The video showed MLB superstar Shohei Ohtani wearing the upcoming version of the earbuds, which appear to have some slight design changes compared to the original Powerbeats Pro from 2019.
 of the San Jose International Short Film Festival. Or come down to Mexico City on November 14 where weβll have our Mexican premiere during Monerotopia!
Links:
- https://sjsff.com/
- [/george-nicholas-ccs-proposal-release-mark-of-distinction-independent-film/](/george-nicholas-ccs-proposal-relea β¦ β Read more
This Zen-Browser is actually not bad! π€―
- Based on Firefox instead of Chromium.
- Got tiling pans when you need them⦠(just like a tiling window manager).
- I can hide the Tabs and Nav-Bar with a single short-cut!! AKA Compact Mode β¦
More thoughts about changes to twtxt (as if we havenβt had enough thoughts):
- There are lots of great ideas here! Is there a benefit to putting them all into one document? Seems to me this could more easily be a bunch of separate efforts that can progress at their own pace:
1a. Better and longer hashes.
1b. New possibly-controversial ideas like edit: and delete: and location-based references as an alternative to hashes.
1c. Best practices, e.g. Content-Type: text/plain; charset=utf-8
1d. Stuff already described at dev.twtxt.net that doesnβt need any changes.
We wonβt know what will and wonβt work until we try them. So Iβm inclined to think of this as a bunch of draft ideas. Maybe later when weβve seen it play out it could make sense to define a group of recommended twtxt extensions and give them a name.
Another reason for 1 (above) is: I like the current situation where all you need to get started is these two short and simple documents:
https://twtxt.readthedocs.io/en/latest/user/twtxtfile.html
https://twtxt.readthedocs.io/en/latest/user/discoverability.html
and everything else is an extension for anyone interested. (Deprecating non-UTC times seems reasonable to me, though.) Having a big long βtwtxt v2β document seems less inviting to people looking for something simple. (@prologic@twtxt.net you mentioned an anonymous comment βyouβve ruined twtxtβ and while I donβt completely agree with that commenterβs sentiment, I would feel like twtxt had lost something if it moved away from having a super-simple core.)All that being said, these are just my opinions, and Iβm not doing the work of writing software or drafting proposals. Maybe I will at some point, but until then, if youβre actually implementing things, youβre in charge of what you decide to make, and Iβm grateful for the work.
can space storms short-circuit our world? β‘ β Read more
Apple Pulls Latest Ad After Criticism Over Depiction of Thailand
Apple today issued an apology to Thailand for the way the country was portrayed in a July βThe Underdogsβ short film, and the video has also been removed from Appleβs YouTube channel. In the ad that was released on July 18, the underdogs design team traveled to Bangkok and Rayong, Thailand for a project and were depicted traveling in a tuk-tuk and staying β¦ β Read more
Could you perhaps just have a check box to do the opposite, like βDonβt remember meβ? Iβve seen that a couple of places I think. Sort of an opt in short lived login, if youβre at a public library or something etc.
Apple Teases June 25 Beats Pill Unveiling
Apple appears to be planning to unveil its new Beats Pill speaker on Tuesday, June 25, according to a teaser shared on social media site X (formerly Twitter) today.
The Beats by Dre account posted a short video starring LeBron James and featuring the Beats Pill speaker, with the text β6/25,β which seemingly hints at the debut date of the device.
Signs of a β¦ β Read more
Watch the Full WWDC 2024 Keynote Video, or Short Clips
Appleβs WWDC 2024 keynote was aired on the morning of June 10, and tons of things were announced and covered over the course of a nearly two hour long marathon event presentation. Apple Intelligence. iOS 18 with new customizations to the Home Screen and Control Center. iPadOS 18 gets that too, plus a Calculator app. β¦ Read More β Read more
sysmond on Mac Using High CPU? Hereβs the Likely Reason & How to Fix It
sysmond, which as you may have surmised from the process name, is short for System Monitor Daemon, is part of Activity Monitor. Thus, if you use Activity Monitor to keep a watch on your Mac system resources, processes, CPU usage, Energy use, Disk, Network, and critical to our discussion here β Memory usage, you may β¦ Read More β Read more
you get short news from Germany from https://ard-text.de/mobil/104 .
A short guide to mastering keyboard shortcuts on GitHub
Say goodbye to constant mouse clicking and hello to seamless navigation with GitHub shortcuts.
The post A short guide to mastering keyboard shortcuts on GitHub appeared first on The GitHub Blog. β Read more
On my blog: Short Fiction β βNeath a Sunless Sky https://john.colagioia.net/blog/2024/04/14/sunless-sky.html #fiction #freeculture
Wow, we can get up to a meter of snow in a very short time here, proper snowstorm! Exciting! Also next week the temp drops, cold from siberia comes here, so itβll probably stick around for a while. :)
Deals: Get Apple Watch Series 9 for $329, Series 8 for $249, Ultra for $730, Before Sales Ban Starts
If youβre shopping for an Apple Watch this holiday season, youβre running short on time. Not only is Christmas fast approaching, but a new twist has developed where Apple must stop selling Apple Watch models due to an ongoing patent issue. Apple will stop selling Apple Watch due to a patent dispute, starting on December β¦ [Read More](https:/ β¦ β Read more
It is a pleasure to work with the help system of Borlandβs Turbo C++ 3.0 on DOS. The descriptions are clear and concise. There are short and simple examples. Pretty much every help page is cross-refenced and those links can be clicked.
I started working on a new scene (3D), Iβve wanted to make a short movie for a while, and I work on some of my ideas to get something started. Here is one of the scenes I made last weekend..