Replies

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

tante, to random
@tante@tldr.nettime.org avatar

I am looking for some visual programming environment that allows not only small processing nodes (like NodeRED) but that also includes objects with state. Think NodeRED but with a another dimension that contains objects that the flows interact with.

Anyone knows something like this?

ben,
@ben@hardill.me.uk avatar

@tante does Node-RED's context not work for you?

The context also supports backend plugins to allow storage above the default in memory/file based defaults.

Also happy to talk about what could be added to Node-RED with @knolleary

cstross, to random
@cstross@wandering.shop avatar

Question for election psephologists: is Elpicke likely to win re-election in her own constituency as a Labour candidate?

(Genuine Q, I have no idea how popular/unpopular she is locally.)

ben,
@ben@hardill.me.uk avatar

@cstross I thought she had announced she is not standing at the next election

jpmens, to random
@jpmens@mastodon.social avatar

deleted_by_author

  • Loading...
  • ben,
    @ben@hardill.me.uk avatar

    @jpmens customers make the best test engineers, you can even get them to pay to test...

    mjg59, to random
    @mjg59@nondeterministic.computer avatar

    Debian has traditionally followed a model of it being possible to upgrade systems between releases in-place while they're running. This makes upgrade logic much more difficult - at various stages you're replacing the components that are currently running in order to perform the upgrade! And at the end of all of this you're going to reboot anyway because you've got a new kernel.

    ben,
    @ben@hardill.me.uk avatar

    @mjg59 I thought fedora upgrades were in place (I'm sure it ran the updated before the reboot last time I tried, 36 to 38, just summoning the courage to do the next upgrade...)

    revk, to random
    @revk@toot.me.uk avatar

    LOL, just emailed someone a text based eSIM QR code, using "█" and " " characters, as I know he uses a text based email client.

    It worked!

    ben,
    @ben@hardill.me.uk avatar

    @revk There is a linux cmd line tool called qrgen that will create them (and images) I've used them for one time code seeds in the past

    Edent, to Health
    @Edent@mastodon.social avatar

    🆕 blog! “The tooth, the whole tooth, and nothing but the tooth”

    You know that ice-breaker game "Two Truths And A Lie"? When I'm forced into some mandatory office fun, I always say... I've sat in the seat of a space shuttle. I still have two of my baby teeth. I used to be a voice-over artist. Well, one of those truths is about to come crashing […]

    👀 Read more: https://shkspr.mobi/blog/2024/03/the-tooth-the-whole-tooth-and-nothing-but-the-tooth/

    ben,
    @ben@hardill.me.uk avatar

    @Edent I suppose it could be used to identify you, but only in probably the worse of circumstances....

    ben, to random
    @ben@hardill.me.uk avatar

    So that's both McDonald's and Sainsbury's with no digital payments handling in 2 days...

    ben,
    @ben@hardill.me.uk avatar

    And apparently Tesco is in a similar situation.

    Once is an accident, Twice is a coincidence, Third is enemy action...

    revk, to random
    @revk@toot.me.uk avatar
    ben,
    @ben@hardill.me.uk avatar

    @revk typo in the title...

    [edit] not the title, just the URL

    Sorry, didn't mean to be that guy...

    coldclimate, (edited ) to random
    @coldclimate@hachyderm.io avatar

    Anybody know how to submit a GDPR request to PayPal? Can't find anything on their site (as expected)

    Updated: I've not got an account with them any more. I wish to make a right of deletion request.

    ben,
    @ben@hardill.me.uk avatar

    @coldclimate Just for clarity, you mean a Subject Access Request (tell me all you know about me) type thing?

    mjg59, to random
    @mjg59@nondeterministic.computer avatar

    Thought experiment: imagine a language model where you can describe exactly how you want software to behave, and it produces a binary that does that. You don't get the source code, but it works 100% of the time. As long as you can install this binary on whatever device you have, does this achieve the goals of free software?

    ben,
    @ben@hardill.me.uk avatar

    @mjg59 Assuming the model and the tools/hardware to run it as freely available then yes, but if the model is e.g. SaaS then no. (Thinking the model is effectively a compiler, the description is the source code)

    revk, to random
    @revk@toot.me.uk avatar

    Fun with latest CCTV stuff, and made this...

    My internet fibre goes via a star gate.

    https://youtu.be/iOpvIFPiH5g

    ben,
    @ben@hardill.me.uk avatar

    @revk would that not be more suitable for the StarLink backhaul?

    ben, to random
    @ben@hardill.me.uk avatar

    Cache busting npm install

    ben,
    @ben@hardill.me.uk avatar

    @sldrant I'm doing the same, but I need the copy priming the cache not to use the local on disc cache. I believe I have a working solution for an air gapped network.

    Vidaccio works well, I'll write it up at some point

    sldrant, to random
    @sldrant@mastodon.social avatar

    My work has started deploying spyware that decrypt all our network traffic. I detest the idea of breaking encryption in the name of security.
    Also they clearly didn't test it with any developers (our company is a software dev company) as it stops me doing my job so I've been told to turn of this awful tool for now.

    ben,
    @ben@hardill.me.uk avatar

    @sldrant @Dragon at a previous employer I ended up building a Pi Zero W bridge device that showed up as a USB-ethernet device I could use as a bastion device on the guest network to ssh/git with github because the "production" network didn't allow it. It was easier to break the rules than follow them.

    (and lets not talk about me re-writing the python tool that used to check password expiry for certain accounts to just lie...)

    Edent, to linux
    @Edent@mastodon.social avatar

    I'm looking for an #NFC reader to connect to my #Linux laptop which can be used with #WebAuthn / #PassKeys.

    Anyone have a personal recommendation?

    Boosts appreciated 😀

    (Not looking for search results or opinions on alternative tech, thanks.)

    ben,
    @ben@hardill.me.uk avatar

    @Edent surely this will be a software thing with the pam and the smart card library, not something hardware specific? Or just to clarify, you are looking for hardware known to work with that stack?

    Johann150, to random

    just found this silly bit in my nginx config :3

    location /wp-login.php {
        return 301 "https://speed.hetzner.de/10GB.bin";
    }
    
    ben,
    @ben@hardill.me.uk avatar

    @Marcus @Johann150

    I may have:

    if ($http_user_agent ~* jndi:) {
    rewrite ^(.)$ /10G.boomgz;
    }
    if ($http_referer ~
    jndi:) {
    rewrite ^(.*)$ /10G.boomgz;
    }

    location ~* .boomgz$ {
    add_header Expires "Sat, 1 Jan 2000 00:00:00 GMT";
    add_header Content-Encoding gzip;
    add_header Content-Type text/html;
    limit_rate 100k;
    }

    iirc it was for the log4j stuff...

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