@xuu@txt.sour.is I have a theory as to why your pod was misbehaving too. I think because of the way you were building it docker build without any --build-arg VERSION= or --build-arg COMMIT= there was no version information in the built binary and bundled assets. Therefore cache busting would not work as expected. When introducing htmx and hyperscript to create a UI/UX SPA-like experience, this is when things fell apart a bit for you. I think….
ProcessOne: ejabberd 24.06
This new ejabberd 24.06 includes four months of work, close to 200 commits, including several minor improvements in the core ejabberd, and a lot of improvements in the administrative parts of ejabberd, like the WebAdmin and new API commands.
Brief summary- *Webadmin rework … ⌘ Read more
I feel like complexity is measured differently at different levels of a project..
- at the function level you use cyclomatic complexity or how many branches internally and how much you need to keep in mind as it calls out to other functions.
- at a file/module level is a balance of the module doing too much against being so granular that you have cross dependency across modules. I have trouble with keeping things dry at this level because it can lead to parts being so abstract or generalized that it adds complexity.
- at a project level i suppose its a matter of how coupled things are across sub-modules.
I feel like complexity is measured differently at different levels of a project..
- at the function level you use cyclomatic complexity or how many branches internally and how much you need to keep in mind as it calls out to other functions.
- at a file/module level is a balance of the module doing too much against being so granular that you have cross dependency across modules. I have trouble with keeping things dry at this level because it can lead to parts being so abstract or generalized that it adds complexity.
- at a project level i suppose its a matter of how coupled things are across sub-modules.
By the way, @xuu@txt.sour.is, it looks like you’re running an old, buggy version of yarnd, that duplicates twts in the feed on edit.
Exploring the challenges in creating an accessible sortable list (drag-and-drop)
Drag-and-drop is a highly interactive and visual interface. We often use drag-and-drop to perform tasks like uploading files, reordering browser bookmarks, or even moving a card in solitaire.
The post [Exploring the challenges in creating an accessible sortable list (drag-and-drop)](https://github.blog/2024-07-09-exploring-the-challenges-in-creating-an-accessible-sortable-list- … ⌘ Read more
Apple Teases Severance Season 2
Fans of popular Apple TV+ series Severance have been waiting for news about the second season of the show, and it looks like Apple will soon deliver.
A teaser for the new season was shared on social media today, featuring a dim hallway with a red blinking light. The blinking li … ⌘ Read more
Impressive but is it essential? The reality of Apple’s Vision for the future of work and play
Both an immersive digital media viewer and a device to transport you to other places, the Apple Vision Pro is an impressive debut that most people will likely skip. ⌘ Read more
What does neurons thinking… look like? ⌘ Read more
There is, also, a small controversy going around for something that should have been a small change, but that Kling (SerenityOS, and Ladybird creator) handled quite badly: https://github.com/SerenityOS/serenity/pull/6814.
Seemingly small things like this divide, and have the potential to harm a project.
How to Update Node.js to Latest Version on Mac
If you use Node.js for web development, creation of web apps, and javascript based network applications, you undoubtedly may come across situations where you’d like to make sure that the latest version of Node.js is installed on your Mac. Upgrading to the latest version of Node.js means you’ll have access to the most recent features … Read More ⌘ Read more
@mckinley@twtxt.net I must admit I was tempted to use EndeavourOS for an install on a HTPC (N97 mini PC) when it arrives to quickly get up and running, but then again I haven’t done a fresh install of Arch in quite a while so it sounds like things have simplified even more since then. Hmm…
❤️ 🎶: I Loved You Like a Movie by BEN
Beta 2 of iOS 17.6, iPadOS 17.6, & macOS Sonoma 14.6 Released for Testing
The second beta versions of iOS 17.6, macOS Sonoma 14.6, and iPadOS 17.6 are available to users who are enrolled in beta testing programs for current generation system software of Apple devices. While many beta testers have likely proceeded ahead with installing the iOS 18 beta, iPadOS 18 beta, and MacOS Sequoia beta, undoubtedly there … [Read More](https://osxdaily.com/2024/07/01/beta- … ⌘ Read more
It seems like I finally fixed a memory leak in GoBlog yesterday, that sometimes made my blog crashing. How? I used Anthropic’s new Claude 3.5 Sonnet to write me a new HTTP compression middleware that compresses HTTP responses using zstd or gzip when possible. I needed to instruct a few changes and modify some code lines as the initial implementation was wrong, but thereafter, it finally seems to work better than my original implementation that probably leaked some objects anywhere. Claude also helped me to write uni … ⌘ Read more
ProcessOne: ejabberd 24.06
This new ejabberd 24.06 includes four months of work, close to 200 commits, including several minor improvements in the core ejabberd, and a lot of improvements in the administrative parts of ejabberd, like the WebAdmin and new API commands.
Brief summary- *Webadmin rework … ⌘ Read more
ProcessOne: ejabberd 24.06
This new ejabberd 24.06 includes four months of work, close to 200 commits, including several minor improvements in the core ejabberd, and a lot of improvements in the administrative parts of ejabberd, like the WebAdmin and new API commands.
Brief summary- *Webadmin rework … ⌘ Read more
ProcessOne: ejabberd 24.06
This new ejabberd 24.06 includes four months of work, close to 200 commits, including several minor improvements in the core ejabberd, and a lot of improvements in the administrative parts of ejabberd, like the WebAdmin and new API commands.
Brief summary- *Webadmin rework … ⌘ Read more
Erlang Solutions: Let Your Database Update You with EctoWatch
Elixir allows application developers to create very parallel and very complex systems. Tools like Phoenix PubSub and LiveView thrive on this property of the language, making it very easy to develop functionality that requires continuous updates to users and clients.
But one thing that has often frustrated me is how to cleanly design an application to respond to database record updates.
A typical pattern that I’ve used is t … ⌘ Read more
Exploring team dynamics and the role of Internal Developer Platforms
Member post originally published on the Mia-Platform blog by Giovanna Monti, Full Stack Developer, Mia-Platform Entering the world of a fast-paced tech company can feel like diving headfirst into a sea of complexity, where understanding the organizational structure… ⌘ Read more
My favorite thing in summer is rain. I don’t like when it’s too hot.
First tour with my new bike
Yesterday, I finally took my new bike for a longer ride. Instead of 30 km like the last time, this time I chose another way about 36 km the other way along the river. And instead of getting on the train back home, I went both directions with pure muscle power. ⌘ Read more
iOS 18 Expands Convenient AirPods-Like Pairing to More Bluetooth and Wi-Fi Accessories
During its WWDC 2024 keynote last week, Apple announced that iOS 18 and iPadOS 18 will let apps offer AirPods-like pairing for more Bluetooth or Wi-Fi accessories.
In apps that implement this new pairing process, users would be able to … ⌘ Read more
Even if it might sound a bit overdramatic: Having a “mostly working” dwl Wayland setup now is a huge relief. 😅 It’s quite the weight off my shoulders.
There are still lots of items on my TODO list, but if X.Org were to die tomorrow, I wouldn’t be completely screwed. Only, like, 30% screwed.
How to Install watchOS 11 Beta on Apple Watch
WatchOS 11 for Apple Watch was recently announced, and watchOS 11 beta is available to run and install right now on compatible Apple Watch models. WatchOS 11 has a variety of features like training load tracking, ability to add rest days to your workouts or pause your activity rings without losing your streaks, live language … Read More ⌘ 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.
Select Multiple Items Faster With This Simple iPhone Gesture
Your iPhone has multiple touch and gesture capabilities that can enhance how you interact with apps. Some, like pinch and zoom, are well known enough to be considered second nature, but others are less obvious, like the one we’re about to explain.
If have apps whe … ⌘ Read more
How to Install iPadOS 18 Beta on iPad
iPadOS 18 was announced with some compelling new features, including new customization options for the Home Screen like being able to place icons and widgets anywhere, Dark Mode icon color hue customizations, Messages scheduling, a revamped Photos app with new capabilities like being able to remove subjects from pictures, a bunch of AI features to … Read More ⌘ Read more
Here’s Everything New in the Messages App on iOS 18
iOS 18 adds many new features to the Messages app, including the ability to schedule messages to be sent later, the ability to use any emoji or sticker as a Tapback, text formatting options like bold and italics, and much more.
iOS 18 is currently available in beta for members of the Apple Developer Program, with … ⌘ Read more
Gopherholes close and open a lot. Reddit is trash anyway: it’s like Twitter with no character limit. Insane mobs shouldn’t rule major websites.
🚭
One of the things I hate, yes, I really hate it, is cigarette smoke. I get angry when I smell the smoke of the neighbors who are smoking directly in front of the entrance door of our apartment build, while we are trying to let fresh air in. But situations like smelling smoke at train stations or bus stops make me feel really uncomfortable as well. ⌘ Read more
Saw an airship fly over Düsseldorf and for a second I felt like being in an alternative dimension where these were more common. Really like them as they glide through the sky.
👋 If y’all notice any weird quirks or UI/UX bugs of late on my pod, please let me know! 🙏 For those that have a Javascript enabled web browser will notice (hopefully) a SPA (single page app) like experience, even in Mobile! No more full page refreshes! All this without writing a single line of Javascript (let alone React or whatever) 😅 – HTMX is pretty damn cooL! 😎 #htmx
How to Watch Apple’s WWDC 2024 Keynote on June 10
The 2024 Worldwide Developers Conference will take place the week of June 10 to June 14, and like the last four years, it will be an online event, although select developers and students will be invited to Apple Park. To kick things off, Apple holds a keynote event on the Monday to announce new software, which is what makes it of interest to the general public.
iOS 18 Will Let You Lock Apps Behind Face ID, Sources Say
iOS 18 will offer a new security feature that allows users to lock individual apps, according to multiple sources familiar with the matter.
This feature will give users the option to lock built-in iPhone apps like Mail, Messages, Notes, Phone, Photos, Safari, Settings, and more, providing an extra layer of privacy and security. Unlocking an app … ⌘ Read more
My fluctuating interests
It seems like my interests fluctuate a lot. I have a topic that interests me, do a lot of research, learn many new things, get excited. And then suddenly another topic pops up, which at the same time reduces my interest in the previous topics. ⌘ Read more
Milk-V Meles RISC-V Single Board Computer with 8GB RAM, 128GB eMMC – Available for $80.00
The Milk-V Meles, a credit card-sized single-board computer, leverages the power of the TH1520 System-on-Chip, a RISC-V based platform. It’s packed with features like Gigabit Ethernet, dual camera support, and dual display capabilities, making it suitable for hobbyists and makers. The core of the Milk-V Meles is its TH1520 SoC, which includes a Quad Core […] ⌘ Read more
Fire-proof safes are generally designed so the internal temperature stays at or below ~350°F. Is there a computer medium I can write that’s likely to survive an extended stay around that temperature? Storage size doesn’t matter too much; a CD would be plenty (although an actual CD would presumably turn to soup).
The Melburnians behind one of Silicon Valley’s hottest AI start-ups
These two university researchers have created an artificial intelligence phone receptionist that can answer questions, schedule appointments, and talk just like a human. ⌘ Read more
Camera button, AI, bigger screen: Here’s what the iPhone 16 might look like
With four months to go, leakers and analysts have painted a convincing picture of the next Apple phone. ⌘ 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
Apple Vision Pro International Launch Likely Scheduled for July
The international launch of Apple’s Vision Pro headset could finally occur in July, just over six months after the device was released in the United States.
A source familiar with the matter told MacRumors that the Apple Vision Pro is now scheduled to launch internationally in Jul … ⌘ Read more
How to Find a Misplaced Apple Watch with iPhone’s Ping My Watch
If you’re an Apple Watch user, you should know about a convenient feature for iPhone that helps you to easily find a misplaced Apple Watch. Much like how you can ping an iPhone with Apple Watch to find an iPhone, you can now go the other direction too, by pinging your Apple Watch from your … Read More ⌘ Read more
Apple TV App Likely Coming to Android Smartphones, Job Listing Shows
Apple’s TV app could be available on Android smartphones and tablets in the future, according to a job listing spotted by Bloomberg’s Mark Gurman.
, screenshot capabilities, ability to initiate discussions based on photos (for example, provide a picture of … [Read More](https://osxdaily.com/2024/05/23/how-to-use-chatgpt … ⌘ Read more
X Confirms Plan to Make ‘Likes’ Private, Remove Likes Tab From Profiles
Social media platform X (formerly Twitter) will soon stop showing public “likes” on users’ profile pages, the company has said. The plan was confirmed on Wedndesday by X engineers, after MacRumors contributor Aaron Perris uncovered a flag in X’s iOS app revealing the coming change.
Perris found that turning off the flag completely removes the “Likes” t … ⌘ Read more
Will customers stomach higher prices from Telstra?
Mobile phone plan prices are likely to rise following Telstra’s announcement to revamp its pricing structure, but not everyone is convinced that its customers will stick around. ⌘ Read more
The Future of Computing: A.I. and Advocacy. …Seriously?
Microsoft, Firefox maker Mozilla, & Red Hat envision a future where computers are focused on Artificial Intelligence & Political Advocacy (and Activism). Where do others, like Apple & Ubuntu, stand? More at The Lunduke Journal: http://lunduke.com ⌘ Read more
Quite proud of what we built :)
I really like the result.
I like gophers…
How to Download & Install VMware Fusion Pro for Mac for Free
VMware Fusion Pro is now available for free for personal use, according to a blog post on the developers website. VMware Fusion Pro is powerful hypervisor software that allows you to create and run virtual machines on your Mac, enabling the capability to do things like run a virtualized Windows installation atop MacOS, or run … Read More ⌘ Read more
How to View Instagram Without an Account
Instagram is one of the most popular social networks in the world, with photo sharing, video sharing, messaging capabilities, and much more. While it seems like many people have Instagram accounts, there are also plenty more people without Instagram accounts, and who don’t ever want to have an Instagram account or profile. So what if … Read More ⌘ Read more
How to Listen to Voicemail from Apple Watch
As an Apple Watch owner, you likely have noticed that phone calls from your iPhone will ring on your Apple Watch, where you can answer and reject those calls as you wish. If you reject or mute the call from the Watch, the caller will have the option to leave a voice message on the … Read More ⌘ Read more
3 Great Photo App Tips for iPhone, iPad, & Mac That You May Have Overlooked
The Photos app is a major part of the Apple ecosystem, providing a ton of powerful capabilities for managing and editing photos whether you’re using Photos on iPhone, Mac, or iPad. While you may already be familiar with some great tips like editing photos for color, cropping, applying filters, and creating folders for your photos, … [Read More](https://osxdaily.com/2024/05/09/overlooked-photos-app-tips-iphone-i … ⌘ Read more
iPad Air vs. iPad Pro Buyer’s Guide: 30+ Differences Compared
The iPad Air is now available in two size options, just like the iPad Pro. Yet after a significant update to the iPad Pro that introduces a thinner design and OLED displays, how different are the two product lines and which should you buy?
The introduction of th … ⌘ Read more
The War for Linux
Widespread discrimination based on Ethnicity, Religion, & Politics across the Linux World. Red Hat, IBM, The Linux Foundation, GNOME, elementary, Linux Mint, and more are involved – bullies working to exclude those they don’t like. They are at war against the very soul of the Linux and Open Source world. ⌘ Read more
How to Fix the Apple Watch Squiggly Line Screen
Apple Watch users may occasionally see a black screen with a squiggly line that looks like a charging cable and lightning bolt, and when this screen is active you will find Apple Watch is not usable. You may run into this screen after an Apple Watch has not been in use for a while, and … Read More ⌘ Read more
Google Solar Cycle
⌘ Read more
Good and Bad Ideas
⌘ Read more
What Does the Number Badge Mean on Microsoft Edge Icon?
Using Microsoft Edge as the default browser on MacOS has been a mostly positive experience, for speed, utility, access to GPT-4, and other neat features. But it’s also not without some degree of confusion, like wondering what on earth the number badge icon on the Edge icon in the Mac Dock means. One key component … Read More ⌘ Read more
@mckinley@twtxt.net I have a custom .tmux.conf that makes it very easy to use the multiplexer, but I agree, Zellij seems pretty robust, and intuitive. I like it! Tried compiling it, as with everything Rust, it failed miserably. Good thing there is a binary release I could download to try!
@aelaraji@aelaraji.com I’m definitely putting that in the list. I like tmux but I just can’t wrap my head around the controls. This looks more like a tiling window manager.
What do Blue Underlines on Text Mean in Microsoft Edge?
If you use Microsoft Edge as your web browser, whether for free GPT 4 access or and DALL-E use, for cross-platform syncing, or any other reason, you may have noticed that you will often see blue underlined text when you’re typing within the browser. If you’re like me, you’re probably wondering what on earth the … Read More ⌘ Read more
@prologic@twtxt.net and @bender@twtxt.net for a start a single user twtxt/yarn pod could look like this 😉
How to Customize the Finder Sidebar on Mac
Do you want to change the way the sidebar looks on your Mac when you open a new Finder window? This is done by customizing the Finder Preferences according to your liking. Apple offers several ways to customize the Finder sidebar on macOS computers. Finder is the default file manager on macOS systems and the … Read More ⌘ Read more
How to Mute a Call on Apple Watch
Since the Apple Watch is tied to your iPhone, you’ve likely noticed that phone calls can be made or answered on your wrist. While you might know how to answer or reject phone calls on the Apple Watch, did you know that you can silence or mute a call to your Apple Watch too? These … Read More ⌘ Read more
The wording can be more subtle like “This feed have not seen much activity within the last year” and maybe adding a UI like I did in timeline showing time ago for all feeds
I agree that it good to clean up the Mastodon re-feeds, but it should also be okay for anyone to spin up a twtxt.txt just for syndicating they stuff from blog or what ever.
The “not receiving replies” could partly be fixed by implementing a working webmentions for twtxt.txt
Been clearing out my pod a bit and blocking unwanted domains that are basically either a) just noise and/or b) are just 1-way (whose authors never reply or are otherwise unaware of the larger ecosystem)
Let me know if y’all have any other candidates you’d like me to add to the blocked domain list?
Make a Website Your Mac Wallpaper with Plash
A unique third party Mac app allows you to turn any web page, including YouTube videos and links to animated GIFs, into your Mac desktop wallpaper. Sound like fun? Well it definitely is, and depending on how creative you want to be, you can accomplish some really fascinating wallpaper experiences on the Mac with this … Read More ⌘ Read more
Dream Setup
I love Daniel Bogan’s Uses This blog, even though it seems a bit Apple
heavy at times. People sharing what tools, both hardware and software,
that work for them is very helpful. A lot of things I never knew
about came from this or similar sites, or just people’s own home pages
copying Uses This’ questions and giving their own answers.
I love to see photos of people’s setup, like Reddit’s
/r/battlestations or the incredibly detailed interviews at … ⌘ Read more
</> htmx - high power tools for html really liking the idea of htmx 🤔 If I don’t have to learn all this complicated TypeScript/React/NPM garbage, I can just write regular SSA (Server-Side-Apps) and then progressively upgrade to SPA (Single-Page-App) using htmx hmmm 🧐
Sometimes the worst gadgets… are the best. The Humane AI Pin.
Like the Nintendo Virtual Boy, Power Glove, Apple Magic Mouse, or the Nokia N-Gage… awful gadgets bring us joy because of how truly terrible they are. Perhaps the Humane AI Pin is in that same category. Watch the Video Version: https://lunduke.locals.com/post/5527266/sometimes-the-worst-gadgets-are-the-best-the-humane-ai-pin ⌘ Read more
** books, the end of winter, video games and javascript **
Since my last update I’ve read a handful of books. Some standout reads include Tales from Earthsea, The Other Wind and The Left Hand of Darkness, all by Ursula K. Le Guin. I’d read them all before, accepted for The Other Wind. I thought I’d read The Other Wind, but hadn’t! Chaos: Making a New Science by James Gleick was also a fun read. I liked it for the rabbit holes it invited me down; I’ve been thinking a lot … ⌘ Read more
How to Hide the Sidebar in Microsoft Edge
Microsoft Edge is a surprisingly good web browser with some unique capabilities, like direct and easy GPT 4 access, and it has been a fun browser to experiment with as my new default. But, like many Microsoft software products, the appearance can be a little cluttered if you’re accustomed to the more minimalist designs of … Read More ⌘ Read more
Cost-efficient Renesas RZ/G2L based Remi-Pi SBC available for $55.00
Cost-efficient Renesas RZ/G2L based Remi-Pi SBC available for $55.00
MYIR’s newly launched Remi Pi, a Renesas RZ/G2L-based SBC, merges cost-efficiency with advanced capabilities, priced at $55.00. It is tailored for both product development and hobbyist pursuits, boasting features like dual Gigabit Ethernet ports, support for dual displays, and camera integration. ⌘ Read more
Tick Marks
⌘ Read more
Can Humans Echolocate Like Bats? 🦇 ⌘ Read more
Thanks for your feedback @lyse@lyse.isobeef.org. For some reason i missed it until now. For now I have implemented endpoint discovery for #webmentions as a metadata field in the twtxt.txt like this:
# webmention = http://darch.dk/timeline/webmention
I like the self-shot in the mud: https://lyse.isobeef.org/waldspaziergang-2024-04-07/43.jpg
How to Disable ChatGPT Chat History & Training Data Usage
ChatGPT is a phenomenal artificial intelligence chatbot that uses the Large Language Model deep learning to provide incredibly useful, powerful, and human-like responses. By default, ChatGPT will keep a history of your chats with the chatbot, and also use your interactions with ChatGPT to train and improve the models. Some users may wish to change … [Read More](https://osxdaily.com/2024/04/07/how-to-disable-chatgpt- … ⌘ Read more
You Can Play Flappy Bird in the Mac Finder
If you’re a longtime Mac and iPhone user, you likely remember the wildly popular viral iPhone game called Flappy Bird from way back in 2013, with its very challenging yet addictive gameplay. Flappy Bird was an absolutely massive hit that quickly came crashing down when the developer yanked the game from the iPhone App Store … Read More ⌘ Read more
Empower Your Development: Dive into Docker’s Comprehensive Learning Ecosystem
Find out about Docker’s multifaceted approach to developer education, including partnerships with platforms like Udemy and LinkedIn Learning, official docs and use-cases, and content created by Docker Captains and the developer community. ⌘ Read more
Eclipse Coolness
⌘ Read more
Fix “warning: unable to access /Users/Name/.config/git/attributes Permission Denied” Errors
If you’re at the command line and perhaps interacting with Homebrew, Git, or similar, you may run into an error message that says something like the following “warning: unable to access /Users/Name/.config/git/attributes” : Permission denied”. This error message sounds more alarming than it is in most cases, but regardless, you likely want to fix … ⌘ Read more
What? was? that? Music videos in the 90s was just something else. Especially like the guy in the straitjacket on a pogostick
The XMPP Standards Foundation: The XMPP Newsletter February 2024
Welcome to the XMPP Newsletter, great to have you here again! This issue covers the month of February 2024. Many thanks to all our readers and all Newsletter contributors!
Like this newsletter, many projects and their efforts in the XMPP community are a result of people’s voluntary work. If you are happy with the services and software you may be using, please consider saying thanks or help these projects! Interested in supporting the Newslette … ⌘ Read more
Does ‘Find My’ Work Internationally? Using Find My iPhone/Mac/iPad Abroad
The “Find My” feature is a location tracking service available from Apple for most Apple devices, including iPhone, iPad, Mac, AirPods, and more. Find My is unique in that it can be used to share your location, keep track of your people’s locations like your friends, family, and loved ones who share their location, but … [Read More](https://osxdaily.com/2024/03/20/find-my-works-internationally-iphone-ip … ⌘ Read more
its a notebook tool like evernote. @sorenpeter@darch.dk linked it above: https://joplinapp.org/
its a notebook tool like evernote. @sorenpeter@darch.dk linked it above: https://joplinapp.org/
More basement:
I completely forgot that DVD-RAM was a thing once. Found my old disks and they still work. 🤯 The data on them is from 2008, so they’re not that old. Still impressive.
The disks are two-sided. On the photo, that particular side of the disk on the left appears to be completely unused. 🤔
And then I read on Wikipedia that DVD-RAMs aren’t produced anymore at all today. Huh.
(I refuse to tag this as “retrocomputing”. Read/write DVDs that you can use just like a harddisk, thanks to UDF, are still “new and fancy” in my book. 😂)
Extended content warning
I realized recently that I wrote some cringe (to put it mildly) posts in my late adolescent phase. On the one hand, I would of course like to banish these posts from my blog, after all, my opinion has changed completely in some cases since then. But on the other hand, it would be a shame to let this part of my personal development simply disappear. ⌘ Read more
What is fileproviderd on Mac & Why Does it Use High CPU?
A process named fileproviderd may be discovered by some Mac users, usually seen in Activity Monitor when someone has discovered that their Mac feels like it’s running slower than usual. There, fileproviverd may be using high amounts of CPU, and by using heavy system resources, the Mac slows down. What is fileproviderd? Fileproviderd is a … [Read More](https://osxdaily.com/2024/03/16/what-is-fileproviderd-on-mac-why-doe … ⌘ Read more
@movq@www.uninformativ.de For syncing notes between computers and phones I’ve been very happy with Simple Text - w Dropbox sync for some year, but transitioned to Joplin around new year. Both sync via Dropbox and for Joplin there are also more free options. I guess you could even use something like Syncthing
How to Find Universal Control Settings on MacOS Sonoma & Ventura?
Universal Control is one of the most useful features available for Mac users who have multiple Macs and iPads that they’d like to control with a single mouse and keyboard, it works really well and offers a great experience once it’s setup and working. But, like so many other recent changes to the Mac that … [Read More](https://osxdaily.com/2024/03/15/how-to-find-universal-control-settings-on-macos-son … ⌘ Read more
@movq@www.uninformativ.de the last part is more like ‘in wild hell’.
The first part is like when you say fuck, or fucking hell or ‘shit’ if you know what I mean. :)
@bender@twtxt.net I don’t mind the character limit. If I hit it and I still have more to say, it’s a good reminder that I should probably write a note instead. I like to POSSE anything that might have value outside of the current conversation.
Advanced Muscle Sensing with SparkFun’s MyoWare 2.0 Wireless Shield
SparkFun, in partnership with Advancer Technologies, has introduced the MyoWare 2.0 Wireless Shield, a compact and versatile board designed to work seamlessly with the MyoWare 2.0 Muscle Sensor. Thanks to its compatibility with LiPo batteries, this product is suitable for a range of portable applications, from educational environments to projects like incorporating myoelectric elements into […] ⌘ Read more