@fabian@floss.social
@fabian@floss.social avatar

fabian

@fabian@floss.social

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

jwildeboer, (edited ) to random
@jwildeboer@social.wildeboer.net avatar

deleted_by_author

  • Loading...
  • fabian,
    @fabian@floss.social avatar

    @jwildeboer scheduled downtime. upgrade time 🥳

    fabian,
    @fabian@floss.social avatar

    @jwildeboer yeah, "scheduled" might be a stretch. It was announced a couple of minutes ago on Mastodon and on Matrix, I think.

    RomanOnARiver, to programming
    @RomanOnARiver@mastodon.social avatar

    Hey web developers, this may seem like a dumb question, but when I was a young warthog you would link to a directory (just a simple "a href"), and if that directory had an index.html page it would assume that's what you wanted. Now I'm just getting one of those "Index of" pages (with that index.html page visible!) is it because it's running locally instead of a proper web server? Has this just overall changed and I didn't know? #programming #html #development #webdevelopment #webdevelopers #web

    fabian,
    @fabian@floss.social avatar

    @RomanOnARiver Yeah, that's totally up to the webserver. There is no concept in HTTP (afaik) of "serving a directory". HTTP is text-in, text-out. If you "browse" your filesystem locally with your browser, then it will likely list the directory. If you use a webserver it depends on its configuration. Yes, serving index.html when accessing a /my/directory/ "path" might be a default, but doesn't have to be.

    besendorf, to random German
    @besendorf@chaos.social avatar

    Dir Ampel hätte im Cannabis Gesetz auch eine Regel einführen sollen, dass 100m um Windräder nicht gekifft werden darf und wir hätten in Bayern plötzlich 500 neue Windräder.

    fabian,
    @fabian@floss.social avatar

    @besendorf Gute Idee. Nach meiner naiven Logik dürfte der süßliche Grasqualm sicherlich auf Dauer die Gewinde der Rotoren verkleben. Da muss sich doch eine gute Begründung raus stricken lassen.

    herzenschein, to Matrix

    I'll forever die on the hill that #Matrix and especially #Element must support stickers and sticker packs in a first class manner to succeed in the mainstream.

    fabian,
    @fabian@floss.social avatar

    @herzenschein Agree. Anecdotal evidence: it’s the main reason I don’t recommend it to some of my (very) small (non-tech) Discord communities I’m in.

    mattwilcox, to random
    @mattwilcox@mstdn.social avatar

    It is my opinion that “spoilers” and “startrek discovery” are oxymorons. Because that show has not just “minimal” but outfight no respect for even the most basic logic or consistency. You can’t spoil it because it’s absolutely incoherent. It’s a work about feelings that ignores any in-world logic; and as such has no stakes. Nothing matters because any magic bullshit will be pulled out of a bag to satisfy an emotional arc when the writers have no skill in any other aspect of writing.

    fabian,
    @fabian@floss.social avatar

    @mattwilcox I think this the same issue I have with a lot of superhero blockbusters? If everything is possible, nothing really matters.

    And if you add nostalgia/fan-service to the mix, it gets even worse. 🤷 (Haven't watched Discovery at all, so this is a general comment.)

    fabian, to linguistics
    @fabian@floss.social avatar

    🔖 Tatoeba
    https://tatoeba.org/

    Tatoeba is a platform whose purpose is to create a collaborative and open dataset of sentences and their translations.

    #Tatoeba ist eine Sammlung übersetzter Beispielsätze.
    Tatoeba ist kollaborativ, offen, frei und kann sogar süchtig machen.

    #language #dictionary #translation #opensource #creativecommons #dict #bookmarked

    fabian, to random
    @fabian@floss.social avatar

    two red buttons, indecisive sweaty guy meme:

    🔴👈 grudgingly implement the new feature (eyes closed)
    🔴👈 REFACTOR ALL THE CODE

    #softwareDevelopment

    fabian, to random German
    @fabian@floss.social avatar

    @knurd42 völlig off-topic, aber wenn ich dein „(acct. 2/4)“ sehe (was ich völlig supporte, nicht falsch verstehen), spiele ich mit dem Gedanken bei mir einfach „(acct. 3/7)“ rein zu schreiben, mysteriös zu bleiben, und die Suche nach den (vermeintlichen) Alts meinen Followers zu überlassen 😈

    warandpeas, to random
    @warandpeas@mastodon.social avatar

    The Muse

    fabian,
    @fabian@floss.social avatar
    krakenbuerger, to random German

    Is this a good place to talk about LinkedIn? 🤔 How do you deal with connection requests by people you've never met or talked to before? Are there any "good" reasons to accept those?

    fabian, (edited )
    @fabian@floss.social avatar

    @krakenbuerger I never accept those.

    fabian,
    @fabian@floss.social avatar

    @krakenbuerger “why” – that’s exactly the question. Why should I?

    No, more seriously: I’m a very low-key LI user, so I had to check… My DMs are open, meaning you can send me an introductory message anytime. No need to establish a long-term connection immediately.

    Like on the street/in a café: small talk first, we can still exchange numbers/business cards later. Why collect “dead” contacts?

    jeffjarvis, to random
    @jeffjarvis@mastodon.social avatar

    Interesting: links as a signal are devalued. RIP page rank?...
    Google Confirms Links Are Not That Important.
    https://www.searchenginejournal.com/google-needs-very-few-links/514494/?utm_source=twitter&utm_medium=social&utm_campaign=share-back-traffic

    fabian,
    @fabian@floss.social avatar

    @jeffjarvis Maybe this makes publishers less afraid of adding outgoing links? Yeah, probably not…

    rachel, to random
    @rachel@oomfie.world avatar

    i don't get the point of syntax highlighting, it may make the code more legible but it takes way too long to put on

    fabian,
    @fabian@floss.social avatar

    @rachel Word is probably not the right tool for the job. You should try writing monochrome first and then colorize afterwards either in Photoshop or print it and use crayons. Just a wild guess.

    bbelderbos, to python
    @bbelderbos@fosstodon.org avatar

    🐍 #Python Tip: the walrus operator (:=) can be handy to prevent a repeated function call as would happen in this list comprehension. 💪

    But now I am torn, because this does sacrifice readabilty. 🤔

    What would you do here? Go with walrus or use a regular for loop? 💡

    fabian,
    @fabian@floss.social avatar

    @bbelderbos

    Torn on this one as well.

    I tend to like it this way, but I can see the problem and would accept if my colleagues don’t like it.

    A for-loop would not be my preferred alternative, though.

    Instead either of:

    • nested list comprehension (same same but different ;)
    • second line prices = filter(None, prices)

    🤔

    jwildeboer, to random
    @jwildeboer@social.wildeboer.net avatar

    "Due to almost nobody actually using these features we introduced some years ago, we will now remove them to make our code more accessible and maintainable and also to remove possible attack vectors" is something I would really LOVE to read more often in release notes of FOSS projects :)

    fabian,
    @fabian@floss.social avatar

    @jwildeboer I dunno. Everytime GNOME does something like that — they went for UX simplifications quite a bit in the last decade or so — there was usually an outcry. Maybe of a loud minority but still. It’s not like people like stuff being removed.

    brooke, to random
    @brooke@bikeshed.vibber.net avatar

    gender binary implies the existence of gender plaintext

    fabian,
    @fabian@floss.social avatar

    @brooke gender/plain – sounds totally valid

    fabian, to random German
    @fabian@floss.social avatar

    Da gerade #Congstar usw. hier die Runde macht. Was ist denn der derzeit „angenehmste“ (im Sinne von: wenig shady Patterns) Prepaid-Anbieter? Preis ist zweitrangig, aber sollte sich natürlich im Rahmen des Üblichen bewegen.

    Wir haben hier die unterschiedlichsten Anbieter in der Familie am Start — Prepaid, quasi-Vertrag-halb-Prepaid, Uraltverträge, und C. schien bisher als gute Option. Oder muss ich in die Untiefen der Vergleichsportale, oder sind im Prinzip alle gleich blöd?

    (Gern DM)

    maxrdz, to random
    @maxrdz@floss.social avatar

    Learnt from Duolingo today that 'zero' in German is 'null'. Must be frustrating to German engineers. 😅

    fabian,
    @fabian@floss.social avatar

    @maxrdz I can see how this might be peculiar and could be seen as a potential source of misunderstanding.

    But in my 20y+ experience as software developer I cannot think of a single situation where this was a problem.

    I wonder how we (subconsciously) solve this, though. In written communication it's easy. Just use "0". When speaking, I think we either pronunce it English null vs. German null, or we use a variant of empty, not there, undefined, n/a, missing, without, etc.

    publictorsten, to random German
    @publictorsten@mastodon.social avatar

    Habt Ihr schon mal ein richtig tolles Produkt mit einem vernünftigen Geschäftsmodell durch bezahlte Werbung eines Influencers entdeckt?

    (P.S.: Es ist eine ehrliche Frage, keine Aufforderung zum Lästern.)

    fabian,
    @fabian@floss.social avatar

    @publictorsten Videospiele. Viele Twitch-Streamerïnnen werden ja von Publishern bezahlt/gesponsort, Spiele anzuspielen. Finde ich bei voller Transparenz okay, und habe da sicher auch schon ein, zweimal ein Spiel für mich entdeckt.

    Weitere Beispiele würden mir spontan nicht einfallen. Die anderen üblichen Sponsorships (oft Ernährung, Drinks oder VPNs und so) finde ich eher shady. Machen meine „Lieblingsstreamer“ aber auch nicht bzw. ist von vornherein Ausschlusskriterium für mich.

    forteller, to random
    @forteller@tutoteket.no avatar

    LinkedIn Park
    Met.A.T.u
    Instagramstein
    MySpace of Base
    Weibo Burnham
    Reddit Hot Chilli Peppers
    Yves Tumblor
    Imgurl in red
    Mastodon

    fabian,
    @fabian@floss.social avatar

    @forteller honestly I was "🤷 yeah, ok funny" until the last one 😆 well played

    pasci_lei, to random German

    Warum haben eigentlich alle #Verkehrsminister in Deutschland einen an der Waffel? Nennt mir einen guten Verkehrsminister.

    #Wissing

    fabian,
    @fabian@floss.social avatar

    @pasci_lei Das habe ich fast 1:1 so heute auch am Abendbrottisch gesagt. Es ist absurd.

    jwildeboer, (edited ) to random
    @jwildeboer@social.wildeboer.net avatar

    deleted_by_author

  • Loading...
  • fabian,
    @fabian@floss.social avatar

    @jwildeboer

    1. You're right.
    2. Looking for my library card as I'm writing…
    3. In my lifetime has Fox News ever been considered being an actual news outlet?
    4. The Five is a comedy format.
    judy2k, to random
    @judy2k@chaos.social avatar

    One of the joys of working on a personal project is choosing whatever commit messages I damn well like.

    fabian,
    @fabian@floss.social avatar

    @judy2k Sounds like your circle is in its edgy phase. Show him who's the boss and get things straight!

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

    One thing that the fediverse does not currently provide is the avalanche of indonesian dick pics I was used to on X. Not saying I miss it but it's been such a ritual each day that I kinda do.

    fabian,
    @fabian@floss.social avatar

    @tante blinking guy meme 👀

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