Zum Inhalt der Seite gehen

Suche

Beiträge, die mit BLOG getaggt sind


🚀 Want to level up your Linux skills? Learn how to search files like a pro with find & locate. This guide is perfect for beginners and includes tips for handling permissions & large data sets.

Read it here: https://www.spsanderson.com/steveondata/posts/2024-12-27/

#Programming #Linux #Tech #Blog
A terminal window with a command find ~ -type d executed. The output lists directories in the user's home directory, such as /home/steve, /home/steve/.local, /home/steve/.config, /home/steve/docker, /home/steve/.ssh, and more.
A terminal window with a command find ~ -type f -size -100k executed. The output lists files under the user's home directory that are smaller than 100 KB, including .smbcredentials, .bashrc, docker-compose.yml, test_file.txt, .profile, and others.
A terminal window with a command locate zip | grep bin executed. The output lists binary files related to "zip," such as /bin/bunzip2, /bin/gzip, and firmware files like /lib/firmware/qed/qed_init_values_zipped-8.10.10.0.bin. The list continues with similar entries.


How to test if a self-hosted Alby Hub wallet is connected, and to get an alert if not


The image shows a computer screen displaying a configuration interface, for setting up a service monitor. The foreground is dominated by various input fields and dropdown menus related to HTTP requests, JSON queries, and notification settings. In the background, there are sections for setting up proxy servers and notification preferences. The overall design is dark-themed and clean. The URL in the input field suggests an interaction with an API related to Alby Wallet.
For those using a self-hosted Alby Hub that hosts their Lightning Network Wallet to send/receive sats on the Nostr network, it is crucial that the connected wallet stays online. If not, the user cannot make or receive any sats.

I’ve noticed twice already that my wallet was offline, only about a day later. It seems that whenever my server has been rebooted, or the Alby Hub container is restarted after an update, that the Alby Hub requires a login again just to reactivate the wallet connection. All you have to do is go to the URL for your Alby Hub and type in that password, then everything is active again.

My problem though was, I was using my own self-hosted Uptime Kuma to alert me if my Alby Hub was offline. But if the container was restarted the Alby Hub page showed as online, and this alert only worked if the whole server was down or the container did not restart. It did nothing for Alby Hub being online, but not logged in.

I did determine earlier on that the indicator that showed if the Alby Hub wallet was online and logged in, would change the balance attribute to show either the sats balance as a number (logged in), or it changed the balance value to null if it was not logged in. If you have activated your access token on the Get Alby site at https://getalby.com/developer/access_tokens/new for balance:read, you can easliy run the following command from the terminal to read that data: curl https://api.getalby.com/balance -H [strong]"[/strong]Authorization: Bearer access_code[strong]"[/strong] where you replace access_code with your own access code. This will return some JSON code, and you will see a value for balance that either shows your actual sats balance, or it will show null.

So my multi-hour challenge today was to try to get Uptime Kuma to read that balance and if it was a value above 0 then consider the wallet online, but if it showed a null value, then send an alert to say it is offline.

My struggle was to get the returned value correctly evaluated in Uptime Kuma’s rather simplistic JSON evaluation field. The null value was also throwing out issues as you can’t use the number() function to convert a null value (it gave an error) and this was obscuring the logic I was trying to test.

In the end, the parts of it that worked in Uptime Kuma were (see post’s featured image):

  • Monitor Type: HTTP(s) - Json Query
  • URL: https://api.getalby.com/balance
  • HTTP Method: GET
  • HTTP Body Encoding: JSON
  • HTTP Body: {"balance": "application/json"} — this gets the value of balance
  • HTTP Headers: {"Authorization": "Bearer access_code"} – this is used to authorise access to query the balance value
  • Json query: balance != null ? 1 : 0 — checks if balance is not null, and if not then return 1, but if balance is null then return 0
  • Expected value: 1 — balance is expected to be 1 if all is fine


The crucial parts are the test statement in the JSON query field compared to the Expected value field. If the query matches 1 then all is fine and there is no alert, but if the query changes to 0 then an alert is triggered.
#Blog, #albyhub, #Nostr, #technology, #uptimekuma


📢 New Zettelkasten Post: Read the NYPD’s Mangione report the media won't publish

Read it here: https://neuralmarkettrends.com/zettelkasten/
#Zettelkasten #Blog #AI #Automation


Hope you're all having a happy holidays!! Today we've got a special one for you all! Guest writer @misty introduces us to Rodem the Wild, a 1994 Macintosh game about surviving in a harsh world as the titular Rodem the dog. Explore this gorgeous and strange hand-drawn world by iTA-Choco Systems!

https://indietsushin.net/posts/2024-12-27-Rodem-the-Wild.html

#IndieTsushin #IndieGames #GameDev #IndieDev #iTaChocoSystems #Macintosh #AdventureGame #SurvivalGame #Blog #Blogging #IndieWeb


📈 NVIDIA's Data Center revenue surged 112% YoY, but can this growth last? 🛠️ Our blog explores critical investment questions to help you evaluate their future.

Read & comment: https://www.spsanderson.com/steveondata/posts/2024-12-26/ 🔍

#AI #Stocks #Programming #LM #GenAI #Blog


#Gaming #pcgaming #blog #blogging

Moin meine liebe Bubble,

ich habe mal wieder etwas auf meinem Blog geschrieben🙂
Und zwar meinen persönlichen Gamingrückblick einschließlich GOTY Enthüllung😃

Hier findet ihr den Artikel:

https://wolfis-highend-welt.de/index.php

Kleine Warnung: Ich spreche in dem Artikel ein paar etwas schwerer im Magen liegende Themen an.
Es ist daher völlig ok, wenn ihr den Artikel erst nach Silvester lesen wollt.


Picture a Day: Dec 25 https://cjs-wunderkammer.ghost.io/picture-a-day-dec-25/

#photography #blog #Pixel #3aXL #binoculars


Seafile is an enterprise-ready free and open source alternative to DropBox or NextCloud for file syncing and sharing


The image shows three individuals collaborating on a large digital document. The foreground features two people actively working on the document, one appearing to add content, while the other seems to be reviewing or editing. The background includes shelves with books and database stacks, suggesting a setting related to information management and storage. A cloud icon with a download arrow above suggests cloud storage or data transfer. A security shield icon is present, implying security measures are in place for the document.
Seafile provides very fast file syncing. Tens of thousands of small files can be synced in a minute. It does what it does very well, without including an entire kitchen sync of extras. Seafile’s built-in collaborative document, SeaDoc, make it easy for collaborative writing and publishing documents.

Seafile keeps versions for files and snapshots for folders. Users can restore a file or folder to an old version easily. Snapshot for folders is a handy way to protect files against ransomware. Using de-duplication technology, file versions are kept in an efficient way with reduced storage occupation.

Seafile supports online editing and co-authoring for office files (including docx/pptx/xlsx) with integrating with Microsoft Office Online Server, OnlyOffice, or Collabora Online server. Seafile also has a built-in preview for videos, audios, PDFs, images and text files.

Seafile supports client-side end-to-end encryption to protect your data, which is a unique feature that you can rarely find in other solutions.

Seafile WebDAV interface can be used to integrate Seafile with many mobile apps, like Documents, GoodReader, allowing them to access files.

This performance is also partly due to its file system not storing plain text format files. Which is one reason why it is much faster than NextCloud.

It is fully cross-platform for Windows, Linux, Mac, Android, and iOS clients. On the server side, it will run on Linux or Raspberry Pi.

The Community Edition is fully open source. There is also a paid Enterprise addition that has some additional functionality, but the good news is that for up to 3 users the Professional Edition is actually free of charge (requires registration though).

See https://www.seafile.com/category/uncategorized/feed
#Blog, #filesync, #opensource, #selfhosting, #technology


Ranking music is nice and all, but sometimes it's good to focus on what's really important: The amount of the musicians' hair. Since the top song of the year according to Billboard is "Lose Control" by the very bearded Teddy Swims, I decided to put him up against other annual chart toppers with whiskers. I'd be grateful if you take a look. If nothing else, you'll learn the names of a couple of facial hairstyles

#blog #music #YearEnd #beard

https://idontenjoythiseither.wordpress.com/2024/12/25/billboard-year-end-number-ones-ranked-by-beard/


Ich habe letztens Twig für mich entdeckt, während ich an meinem Huebi Charity Spendendashboard entwickelt habe.

Deshalb habe ich darüber jetzt auch mal einen Blogpost geschrieben: https://steffo.blog/twig-ist-verdammt-cool/

Hoffe er gefällt euch! :floofLurk:

#blog #php #sql #twig #programming


8 best free-to-play games on Steam


The image shows a person sitting at a desk in what appears to be a home office. In the foreground is a computer monitor displaying the Steam store page for a game called Marvel Rivals, and a keyboard. There is a pair of headphones to the left of the keyboard and a smartphone next to it. The background includes a partially visible white brick wall, a Rubik's Cube, and some other office supplies on the desk, suggesting a workspace setting.
Gaming doesn’t have to break the bank, especially when you have Steam’s incredible library of free-to-play games. Whether you’re into first-person shooters, strategy games, or fantasy worlds, Steam offers something for everyone.

Here are the top eight free-to-play games on Steam you can download and enjoy on your PC without spending a dime.

These are an interesting variety of games, and pretty well much something for everyone. I’ve been seeing quite a bit about new fishing fleet simulators in 2024, so although Fishing Planet is not the boat side of it, it is certainly a relaxing fishing sim game. Gaming cannot get more relaxing than fishing.

See https://www.xda-developers.com/best-free-games-steam
#Blog, #gaming, #technology


The apps posted on our #Blog to help you understand ML topics:
Dynamic Neural Network Animation
Random Forest Classifier
Linear Regression Sandbox
Clustering Explorer

Check them out:
https://ml-nn.eu/projects.html

#Programming #MachineLearning #NeuralNetworks #Python #AI


Complete Guide on Growing Mistletoe.

Merry Christmas! ❤️

https://byjessicachillea.com/the-complete-guide-on-growing-mistletoe/

#mistletoe #Christmas #holidays #Growing #planting #gardening #garden #grow #blog #website #byjessicachillea


📢 New Zettelkasten Post: Fire unions livid as funding for 9/11 health fund excluded from federal budget, funds in jeopardy

Read it here: https://neuralmarkettrends.com/zettelkasten/
#Zettelkasten #Blog #AI #Automation


📊 Finance pros, streamline your earnings call analysis with DoTadda Knowledge! Learn how AI simplifies sentiment analysis, trend detection, and risk insights. Save time and make smarter decisions.

Read the full guide at https://www.spsanderson.com/steveondata/posts/2024-12-24/ and share your thoughts! 💼📈

#LLM #Programming #AI #Finance #Blog


📊 Finance pros, streamline your earnings call analysis with DoTadda Knowledge! Learn how AI simplifies sentiment analysis, trend detection, and risk insights. Save time and make smarter decisions.

Read the full guide at https://www.spsanderson.com/steveondata/posts/2024-12-24/ and share your thoughts! 💼📈

#LLM #Programming #AI #Finance #Blog


From: blenderdumbass . org

I want to document the way you might have a possibility to use the same software to make a similar website. @Madiator2011 already done that with blog.madiator.com. Lets go over: where you get the code, how do you set it up, how do you publish, how do you manage accounts, and most importantly, how do you modify everything, so it will look like your own thing.

https://blenderdumbass.org/articles/how_to_make_a_blog_like_mine_using_bdserver_software_

#blog #blogging #webdev #website #python #programming #BDServer


Week 207: The Incident
https://po-ru.com/2024/12/23/week-207-the-incident
#weeknotes #blog


Indian Space Progress #23: How ISRO et al. laid the groundwork for a decade this year: https://jatan.space/indian-space-issue-23/

#space #blog





Looking for the perfect #hosting to start a #website for your #startup, #ecommerce or #blog?

@olvy Web Hosting offers:
✨ Affordable Plans from $1/month
✨ Free domain & SSL
✨ Support for #WordPress, #Joomla , #OpenCart , #osCommerce & more!

Learn more: https://olvy.io/uiYvd


SwiftUI's navigation system allows for seamless movement between views using NavigationView, NavigationLink,... https://wesleydegroot.nl/blog/Navigation-in-SwiftUI #blog #programming #iosdev #swiftlang


Aaayyoo! 😄

So I've been trying to get a few things cleared and sorted, mostly digitally and one of the things was completely(almost there) breaking away from BigTech and finding better alternatives, such as Masto, Pixelfed and recently came across Bear Blog for you know - blogging. 😄

I'm really liking the vibe over there and as it happens, I also have a blog up on it. 🙂

#Blog #Writing #BearBlog #WriteFreely #Fediverse #FLOSS #Decentralization


New post on The Digital Renaissance: When Apps Do Too Much

"So I spent the better part of two weeks converting (most of) my productivity system to Notion, but some things didn’t move over. Here’s why.”

https://blog.samclemente.me/when-apps-do-too-much/

#Productivity #Technology #Blog #IndieWeb


ActivityPub-compatible CMSs should work out a way to “reprint” stories across different blogs

Like how newspapers will reprint a story, and the author and original publication get credit

I think it would be interesting

Obviously there would need to be some sort of two-way handshake where the author/publisher authorizes the “reprint” so to say
#Fediverse #Blog #OpenWeb #Technology #IndieWeb


Una visita obligada para apoyar los blogs en español o compartir el tuyo con la comunidad. @bloguers_net #blog #blogger #internet #recomendaciones
https://bloguers.net/


PixInsight 1.9.0 dropped recently and I was intrigued by the new gradient correction tool, so I ran some tests on Cocoon Nebula narrowband, which I've been processing. In short, it's very powerful and definitely worth checking out!

Here's the rest of the story: https://blog.briangweber.com/gradient-correction/

#pixinsight #astrophotography #processing #software #lightpollution #blog


📢 New Zettelkasten Post: Jeff Bezos to Amazon employees: ‘Wake up every morning terrified’

Read it here: https://neuralmarkettrends.com/zettelkasten/
#Zettelkasten #Blog #AI #Automation


Any other #php nerds out there ... ?

(In our team... We do mostly e-commerce #dev )

https://phpstan.org/

I'm learning #phpstan ...

Any hints are more than welcomed!

If you are... How are you using it ?

Reading my colleague Maurits #blog post on ...

https://tqdev.com/2022-phpstan-find-bugs-without-writing-tests


🎄 Christmas Blog Revisited 🎄

MOLED WINE: THE WARMING TALE OF GREMLIN GRAPHICS’ UNLIKELY CHRISTMAS HERO

Read here: https://www.bitmapbooks.com/blogs/news/moled-wine-the-warming-tale-of-gremlin-graphics-unlikely-christmas-hero

Buy the book: https://www.bitmapbooks.com/collections/all-books/products/a-gremlin-in-the-works

Thanks to Will Freeman

#bitmapbooks #book #retrogaming #retrogames #gaming #art #reading #foryou #asmr #bookstagram #booktok #fyp #blog #christmas #GremlinGraphics


Picture a Day: Dec 22 https://cjs-wunderkammer.ghost.io/picture-a-day-dec-22/

#photography #blog #UnintentionalCameraMovement #vibes #DowntownChicago #Panasonic #Lumix #LX1