bahmanm

joined 1 year ago
MODERATOR OF
[–] bahmanm@lemmy.ml 14 points 1 year ago (4 children)

πŸ˜†Can someone make a similar one for bluetooth devices too, pretty please?

[–] bahmanm@lemmy.ml 5 points 1 year ago

Recently, I've found myself posting more often on Mastodon a Lemmy & blog way less - indeed credits go to Fediverse and the mods for making it a safe and welcoming place ❀


Here's my latest one: https://www.bahmanm.com/2023/07/firefox-profiles-quickly-replicate-your-settings.html

It's not self-hosted, rather I'm using Google's blogspot. I used to host my own website and two dozens of clients' and friends' until a few years ago (using Plone and Zope.) But at some point, my priorities changed and I retired my rock-solid installations and switched to blogspot.

[–] bahmanm@lemmy.ml 12 points 1 year ago

I agree w/ you RE posts looking horrible πŸ‘

Though I'd say for one-liners like this, it's mostly OK. It gets really messy when folks post more complex posts and mention and tag a bunch of times.

[–] bahmanm@lemmy.ml 1 points 1 year ago (3 children)

I'm no OCaml expert and mostly I'm casually browsing.

The arguments presented read quite compelling. What are your thoughts? Does the conclusion make sense? Have you had any real world experience w/ GADTs that you could share?

[–] bahmanm@lemmy.ml 9 points 1 year ago

Apparently

πŸ˜‚

[–] bahmanm@lemmy.ml 1 points 1 year ago (1 children)

I'm afraid I can't be of any help πŸ˜•

[–] bahmanm@lemmy.ml 1 points 1 year ago (4 children)

Any error logs? Try launching things from the terminal and note down any messages that are printed there.

[–] bahmanm@lemmy.ml 2 points 1 year ago

That's a good question πŸ’― In my case too, it took me some time (read years πŸ˜‚) to figure out what I'm comfortable w/.

I can think of 3 major ways that you can navigate the filesystem while being able to drop to a shell when you need it:

  • If you're familiar w/ Emacs, you can either:
    • Use dired and tramp on your machine to access/navigate the target machine.
    • Install Emacs (emacs-nox) on the target machine, SSH and then run emacs-nox and voila! No need for tramp in this scenario.
  • Use Midnight Commander (mc) which offers a TUI pretty much like Norton Commander (nc) from the days of yore.
  • Get used to the semi-standard structure of the file system and just use plain Bash (cd, pushd & popd) to move around. That is
    • Understand what usually goes into common directories (like /usr/share or /opt) and try to follow the same pattern when rolling your own software installations.
    • Learn how to use your distro's package manager to query packages and find out where things, like configurations and docs, are stored. Something as simple as rpm -q --list is what you usually need.

HTH

[–] bahmanm@lemmy.ml 7 points 1 year ago

messing with the partition any more than I already have

Running fsck is a harmless and actually pretty useful operation, esp if you boot using a USB stick.

But yes, never hurts to have backups - easier said than done πŸ˜‚

[–] bahmanm@lemmy.ml 5 points 1 year ago

I'm not on a Debian-based system but a recent experience w/ packaging a software as a DEB was quite eye-opening πŸ˜… The format and the build process felt too cluttered (to me) and it wasn't easy for me to wrap my head around it.

I'm happy that folks are working on alternatives ✌️

[–] bahmanm@lemmy.ml 7 points 1 year ago (2 children)

Have you tried booting into recovery mode and perform a fsck on the drive - using the grub menu? Or you could boot via USB and try the procedure.

[–] bahmanm@lemmy.ml 2 points 1 year ago (1 children)

I wonder why all the down-votes!? The linked article was a good read IMO. What did I miss here?

 

Have you ever been in a situation where you'd needed to work on different/new machines on a daily basis and wished there was a way to have all your essential Firefox configurations/addons/bookmarks on those machines without connecting your precious Firefix Sync account with all those stored passwords and credit cards?

 

Today, Meta is launching its new microblogging platform called Threads. What is noteworthy about this launch is that Threads intends to become part of the decentralized social web by using the same standard protocol as Mastodon, ActivityPub. There’s been a lot of speculation around what Threads will be and what it means for Mastodon. We’ve put together some of the most common questions and our responses based on what was launched today....

 

By Eugen Rochko (CEO/Founder @ Mastodon)

Today, Meta is launching its new microblogging platform called Threads. What is noteworthy about this launch is that Threads intends to become part of the decentralized social web by using the same standard protocol as Mastodon, ActivityPub. There’s been a lot of speculation around what Threads will be and what it means for Mastodon. We’ve put together some of the most common questions and our responses based on what was launched today...

 

I plan to run a few tests to determine if Kafka is suitable for a certain usecase I have in mind.

My idea is to run a local cluster of Kafka servers (either VMs or containers), produce/consume a series of messages, observe a bunch of metrics (Prometheus & Grafana) and custom business logic outcomes.

What are some good tools to record and visualise the internals of Kafka cluster?

I'm looking for things like consumer lag, topic replication, possibly tracing messages, ...

Originally posted on https://mastodon.social/@bahmanm/110662538718523380

 

What are you favourite/useful rsync tricks these days?

Mine is rsync -r --chown=AUSER:AGROUP SRC DST to copy the files and change the ownership on the fly.

 

Are there communities focused on data storage and processing? I'm looking for one where people talk a lot about databases (No/SQL), message brokers (eg Kafka or RabbitMQ) and data retrieval/processing patterns.

I'd create one such, but I already know I haven't got the time to mod anything.

view more: β€Ή prev next β€Ί