@rvstaveren@mastodon.online
@rvstaveren@mastodon.online avatar

rvstaveren

@rvstaveren@mastodon.online

🌈🌲Private internet citizen, configuraholic, DSLR button presser, occasional traveller, carpenter on the internet, cat lover.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

rvstaveren, to python Dutch
@rvstaveren@mastodon.online avatar

TIL: Need a turnkey terminal progress indicator for anything that is iterable in #python? I discovered https://tqdm.github.io is perfect for that job

rvstaveren, to FreeBSD Dutch
@rvstaveren@mastodon.online avatar

Just a thought… Wouldn’t it be nice if capsicum in could be used in such way that you didn’t need to alter binaries, but from e.g. daemon(8) which would jail your binaries with the restricted capabilities

rvstaveren,
@rvstaveren@mastodon.online avatar

@feld @mpts yes definitely! The reason I mentioned capsicum was that the jailing could even go deeper than that and keep processes unprivileged right from the start

jpmens, to medical
@jpmens@mastodon.social avatar

deleted_by_author

  • Loading...
  • rvstaveren,
    @rvstaveren@mastodon.online avatar

    @jpmens “Live dangerously, roll your keys”

    rvstaveren, to random
    @rvstaveren@mastodon.online avatar

    Someone seems to have registered fritz.box and wrecked the access to the popular homerouter’s ui if you had reconfigured it with other resolvers… #fritzbox #DNS ¯_(ツ)_/¯

    fritz.box. 3600 IN NS ursns2.viagenie.ca.
    fritz.box. 3600 IN NS ursns1.viagenie.ca.

    rvstaveren,
    @rvstaveren@mastodon.online avatar

    @jpmens makes it even weirder it is still an issue. But indeed, the ui is it my daily hangout 😅

    jpmens, to random
    @jpmens@mastodon.social avatar

    deleted_by_author

  • Loading...
  • rvstaveren,
    @rvstaveren@mastodon.online avatar

    @jpmens I’m a bit torn over the “remote login as root”. Yes, it has been rendered meaningless by tools like ansible requiring unattended privilege escalation. Or configuring sudo to do passwordless escalation. I still feel it is great for situational awareness and the “look before you leap” approach. Something that got me in hot waters with my co-workers from time to time.

    jpmens, to random
    @jpmens@mastodon.social avatar

    deleted_by_author

  • Loading...
  • rvstaveren,
    @rvstaveren@mastodon.online avatar

    @jpmens @doekman awk is the excel of Unix

    rvstaveren, to Electronics
    @rvstaveren@mastodon.online avatar

    Hive mind, what could this unidentified piece of #electronics possibly be?

    • solar powered
    • little battery
    • no identifiable integrated circuits
    • usb port is just for power
    • case not weather/dust proof

    It was apparently attached to something before I found it on the parking lot

    This looks like a solar panel
    The circuit board showing no identifiable integrated circuits after folding away the solar panel and the tiny battery that sat underneath it
    Poor mans x ray just using photons in the visible light spectrum shows nothing additional layers in the device’s PCB…

    rvstaveren, to random
    @rvstaveren@mastodon.online avatar

    404 sleep not found

    rvstaveren, to random Dutch
    @rvstaveren@mastodon.online avatar

    From @pym

    With new features like :

    • Port mirroring to hard copy
    • OCR Scan to RIB import
    • Scan printed csv flowspec rules with AI driven OCR to push the rules to the backbone
    • DPI (Deep Paper Inspection)
    • Unprecedented bandwidth of 1,2 A4/second
    • Print the global routing table in less than 30 seconds on just 4 sheets of paper !
    • And much more
    b0rk, (edited ) to random
    @b0rk@jvns.ca avatar

    does anyone have tips for how to make sense of git merge histories like this? do you use git log --first-parent? git log --topo-order --no-merges? something else? how can you tell if commit A was merged before or after commit B? what if there are "backwards" merges like in the 3rd screenshot?

    (no "just make the history linear” or "merges are bad" takes please)

    rvstaveren,
    @rvstaveren@mastodon.online avatar

    @b0rk I use tig (https://jonas.github.io/tig/) to scroll through histories and I have the following in my .gitconfig:

    [alias]
    tree = log --oneline --decorate --graph
    lol = log --format='%C(auto)%D %h %ai %C(blue)%cE%C(reset) %s' --decorate --graph
    lolrel = log --format='%C(auto)%D %h %ar %C(blue)%cE%C(reset) %s' --decorate --graph

    rvstaveren, to random Dutch
    @rvstaveren@mastodon.online avatar

    Booting the Xmas tree 🎄 #raspberrypizero

    rvstaveren, to random
    @rvstaveren@mastodon.online avatar

    As a sysadmin from the ‘90's we probably all grew up with the "Bastard Operator From Hell" (BOFH) and it was kind of regarded as a virtue. And a weird virtue it was, that you would be scolding your colleagues and end users for your (mental) problems due to lack of agency and support... #RIPE87

    Don’t know if people still roll with the BOFH archetype, but boy it is quite toxic actually.

    rvstaveren, to macos
    @rvstaveren@mastodon.online avatar

    New puzzle. I’ve geotagged my #dlsr photos on the ipad, but when I import them to #MacOS, the GPS tag is not imported. it is also not visible in the #exif anymore. When I on the #ipad save the photo to files, the #gps tag is in the photo and when importing to macos the gps tag is retained. Looks like I'm going to do that import using an intermediate step… 🤷‍♀️

    rvstaveren,
    @rvstaveren@mastodon.online avatar

    @cdfinder with the Photos.app maybe that information is in sort of sidecar that properly gets exported if you do a save to files, but not with a Photos import. Lemme look at Capture though…

    Edit: Capture.app does neither import the ipad added gps location, so that only gets in the image with an export through files.app…

    jpmens, to random
    @jpmens@mastodon.social avatar

    deleted_by_author

  • Loading...
  • rvstaveren,
    @rvstaveren@mastodon.online avatar

    @jpmens oh LARP’ing 00’s computer users, how faithful that looks

    darth, to FreeBSD
    @darth@silversword.online avatar

    I regret getting an idea to try/learn (free)BSD because I accidentally discovered that NetBSD works on Amiga. 🫣

    The rabit hole deepens...

    rvstaveren,
    @rvstaveren@mastodon.online avatar

    @darth NetBSD/Amiga was my gateway to BSD Unix at large. Never looked back 🥳😈

    rvstaveren,
    @rvstaveren@mastodon.online avatar

    @darth Must have been mid 90’s Linux was barely 1.0 on the Amiga, and lacked a color X server. NetBSD (1.2???)’s X server had color support.

    rvstaveren,
    @rvstaveren@mastodon.online avatar

    @darth it was a weird little computer that had considerable oomph as a multi tasking system and multiple concurrent hardware busses

    darth, to linux
    @darth@silversword.online avatar

    deleted_by_author

  • Loading...
  • rvstaveren,
    @rvstaveren@mastodon.online avatar

    @darth Maybe I’m a bit biased, but I think the #FreeBSD installer asks the right amount of questions, where Debian is a bit on the heavy side. Also wonderful support for #ZFS (as your root fs) with all kinds of RAID configurations. Only text mode tho 🙄¯_(ツ)_/¯

    pbump, to random
    @pbump@journa.host avatar

    Twitter was good at providing one of the most useful things on the internet: surfacing interesting stuff elsewhere. But Musk doesn't get the internet or why that's useful.

    https://www.washingtonpost.com/politics/2023/10/05/musk-twitter-news/

    rvstaveren,
    @rvstaveren@mastodon.online avatar

    @pbump I just get the feeling he is destroying it on purpose, but yeah Hanlon’s razor🙄

    rvstaveren, to scifi
    @rvstaveren@mastodon.online avatar

    The Locations of Star Trek and Other Sci-fi in Real Space https://www.youtube.com/watch?v=tso5pSzBRDo #SciFi #StarTrek

    enoclue, to random
    @enoclue@ioc.exchange avatar

    deleted_by_author

  • Loading...
  • rvstaveren,
    @rvstaveren@mastodon.online avatar

    @enoclue apparently this is the way out. Not tested this myself yet

    jpmens, to random
    @jpmens@mastodon.social avatar

    deleted_by_author

  • Loading...
  • rvstaveren,
    @rvstaveren@mastodon.online avatar

    @jpmens that bodes well for him wanting to do foreign policy

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • mdbf
  • DreamBathrooms
  • everett
  • magazineikmin
  • Durango
  • InstantRegret
  • rosin
  • Youngstown
  • love
  • slotface
  • GTA5RPClips
  • kavyap
  • ethstaker
  • Leos
  • ngwrru68w68
  • thenastyranch
  • tacticalgear
  • cubers
  • modclub
  • osvaldo12
  • cisconetworking
  • tester
  • khanakhh
  • normalnudes
  • provamag3
  • anitta
  • JUstTest
  • All magazines