linux Linux I got SWAT'ed and handcuffed live while Linux development streaming!
Jump
  • SuitedUpDev SuitedUpDev 4 days ago 100%

    What makes you say that ?

    10
  • watches Watches After having left watch collecting about 10 years ago. The bug recently bit again... 🙈
    Jump
  • SuitedUpDev SuitedUpDev 3 weeks ago 100%

    This 36 year old has cross dominance 😉 but thanks 😂

    1
  • watches Watches After having left watch collecting about 10 years ago. The bug recently bit again... 🙈
    Jump
  • SuitedUpDev SuitedUpDev 3 weeks ago 100%

    Hello 😁

    2
  • watches Watches After having left watch collecting about 10 years ago. The bug recently bit again... 🙈
    Jump
  • SuitedUpDev SuitedUpDev 3 weeks ago 100%

    They were used by TSA to profile people, due to the fact that Al-Qiada used them to detonate bombs with.

    See the Wikipedia article for the F-91W. https://en.wikipedia.org/wiki/Casio_F-91W

    Edit: autocorrect.

    11
  • watches Watches After having left watch collecting about 10 years ago. The bug recently bit again... 🙈
    Jump
  • SuitedUpDev SuitedUpDev 3 weeks ago 100%

    Luckily I don't fly to the US 😉

    3
  • technology Technology Portable music player
    Jump
  • SuitedUpDev SuitedUpDev 1 month ago 100%

    I am currently rocking a Shanling M2X which I bought secondhand for €75,- from the local classified ad websites.

    Officially supports up the 512Gb but according some reviews it can do up to 2Tb microSD cards ( https://headfonics.com/shanling-m2x-review/ ). I currently have a music collection of about the same size. The Shanling M2X can drive all the IEMs I throw at it, has enough file system support to read just about anything and has WiFi and Bluetooth. Although the WiFi can only be used to wirelessly sync files (which can be a pro but also a con, depending on how you look at it).

    However if you don't feel like going secondhand, Shanling offers a whole bunch of devices meant for offline playback of local files.

    2
  • linux Linux Hyprland is now fully independent!
    Jump
  • SuitedUpDev SuitedUpDev 2 months ago 100%

    To be completely fair, without the "receipts" (ie, screenshots or something else point towards proof) my comments shouldn't be considered anything more than hearsay.

    Personally, this experience is something that's sticking out like a sore thumb. Most people I interact with online, even people I haven't interacted with before, I start out with the assumption that they come from a place with good intentions. And then there is a person, that immediately goes against that, especially on a platform where I didn't expect it.

    Edit: grammar

    10
  • linux Linux Hyprland is now fully independent!
    Jump
  • SuitedUpDev SuitedUpDev 2 months ago 100%

    Yeah I think so... I couldn't find myself as well because I wanted to get the wording correct for my post.

    10
  • linux Linux Nvidia 560 beta driver release
    Jump
  • SuitedUpDev SuitedUpDev 2 months ago 100%

    Closed source isn’t a crime. However trying to ruin a company with exclusionary tactics can be. Linux kernel devs and Wayland devs have all conspired to harm a company.

    NVIDIA kinda shoot themselves in the foot on Linux and excluding themselves. Refusing to support generally supported APIs like;

    • VA-API

    NVIDIA rather wants the OSS community the use their VDPAU or NVENC / NVDEC API's. Whilst everything and dog uses VA-API.

    • GBM

    Not true anymore (for driver above 495), but in the past NVIDIA refused to support GBM (for Wayland) and rather have compositors use EGLStreams instead of GBM.

    Next to that modern NVIDIA hardware (GTX 900 and 1000 series) on the opensource Nouveau drivers cannot be reclocked because it needs some magically blessed signature by NVIDIA. NVIDIA refuses to supply that signature for that hardware but did release it for 1600 and up series.

    That's just two things where I am like, dafuq are you doing NVIDIA....

    2
  • linux Linux Hyprland is now fully independent!
    Jump
  • SuitedUpDev SuitedUpDev 2 months ago 94%

    I whole-heartedly agree with this one and I am genuinely not surprised about the behaviour of Vaxry.

    To give some context around this, ThatOneCalculator (aka Kainoa, the person behind Firefish) and I maintained the AUR package for hyprland-git back in 2022. When I initially made the AUR package file, it wasn't great (and there were a lot of points to improve these packages) but it worked mostly. Of course there were edge cases where building broke, especially this was my first bigger AUR package to maintain. With it being a -git package in the AUR, breakage is to be expected.

    Fast forward about a month, a month and a half. Hyprland rolled out some big changes which caused some build errors. But because my personal life got in the way, Kainoa got sick (IIRC) and I had troubles getting the build scripts working again, so it took a few days to get this resolved.

    Vaxry came complaining to comment section of the AUR package "when are you gonna get of your lazy ass and fix this shit" (or something similar to that meaning, I can't find the original comment anymore). After that, I promptly disowned the package and let Vaxry handle it himself.

    Because fuck that shit, as package maintainer, I refused to be treated like this. If you think it takes too long, sure, fine, ask if I need help, offer support, anything. But just don't be an asshole towards people, that offer your software to a wider audience.

    47
  • utrecht Utrecht Maarten van Rossem vs het nieuwe Utrecht Centraal
    Jump
  • SuitedUpDev SuitedUpDev 2 months ago 100%

    Van Rossem is weer typisch Van Rossems 😍

    1
  • linux Linux Can I install linux on this?
    Jump
  • SuitedUpDev SuitedUpDev 3 months ago 100%

    Yes you can, it won't be great though.

    I used to maintain a Linux distribution called "OpenWM8650" (back in 2011 / 2012) which was specially aimed at the WM8650 and WM8505. It would run off the SD card. Which wasn't great, but the flash onboard support was horrible at best.

    Maybe you can find some old information on it, on XDA because the website for the initial distribution is long gone.

    18
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearKP
    kpop SuitedUpDev 3 months ago 100%
    JESSICA(제시카) - Get it? Got it? Good (Feat. Amber Liu) www.youtube.com
    2
    0
    jellyfin Jellyfin: The Free Software Media System Jellyfin Server/Web 10.9 Released
    Jump
  • SuitedUpDev SuitedUpDev 4 months ago 100%

    datab

    Theoretically, support for that could be coming... Emby (where Jellyfin is based on) always used their own layer for interacting with a SQLite database. All that custom made logic is currently being swapped out for EF Core. EF Core is a DotNet library for interacting with databases and EFCore that also supports MySQL, PostgreSQL, SQL Server besides SQLite.

    So my guess is that, once all that work is completed, support of other database can be added.

    For a little bit of context. I am currently running Jellyfin on Btrfs and there is quite a performance impact due to CoW. If 2 clients decide to browse the libraries, both clients grind to a near standstill with regards to being able to see things. So I am following this work with quite some interest.

    10
  • thenetherlands theNetherlands GL-PvdA en NSC: provincies moeten ov zelf kunnen regelen
    Jump
  • SuitedUpDev SuitedUpDev 6 months ago 100%

    Ministerie van Infra en water leek mij wel een goeie...

    Maar inderdaad, er moet gewoon lokale representatie komen voor het OV. Zowel van de medewerkers als de bewoners.

    Voor de bewoners, dan krijgen ze gewoon invloed op hoe vaak bussen rijden en welke haltes ze stoppen. Voor medewerkers lijkt het mij gewoon heel goed om te voorkomen dat je shit krijgt als, buschauffeurs die geen plaspauze hebben...

    2
  • thenetherlands theNetherlands GL-PvdA en NSC: provincies moeten ov zelf kunnen regelen
    Jump
  • SuitedUpDev SuitedUpDev 6 months ago 100%

    Het 'probleem' is dat we het al gedeeltelijk subsidiëren, zelfs in een commerciële setting (voorbeeld van een subsidie regeling uit 2013: https://lokaleregelgeving.overheid.nl/CVDR72226/1). In dit geval gaat het om busvervoer.

    Dus effectief gezien, subsidiëren wij (de samenleving) via de overheid "commerciële" partijen om het openbaar vervoer te realiseren. En als ik bijvoorbeeld kijk naar het busvervoer in Utrecht (waar ik woon en wat ik dus het beste ken), dat wordt gerund door Connexxion (dochteronderneming van TransDev). TransDev is voor 66% eigendom van de Franse staat en voor 34% eigendom van "Rethmann Group". Dat betekent dat Connexxion / TransDev in de praktijk al een staatsbedrijf is, alleen niet onder Nederlands zeggenschap.

    Persoonlijk, ben ik eerder dan een voorstander van om het openbaar vervoer bij het ministerie van Infrastructuur en Waterstaat neer te leggen en zij het te laten exploiteren. Dan kunnen we in ieder geval (op dit moment), via het stemrecht onze voorkeur uit te spreken over ons openbaar vervoer. En idealiter, zou ik een uitbreiding willen zien van de invloed van de maatschappij op ons openbaar vervoer.

    2
  • thenetherlands theNetherlands GL-PvdA en NSC: provincies moeten ov zelf kunnen regelen
    Jump
  • SuitedUpDev SuitedUpDev 6 months ago 100%

    Het idee was ooit van de privatisering dat het "goedkoper en beter" zou zijn dan het door de overheid het laten organiseren.

    Vervolgens proberen we voor een dubbeltje op de eerste rij te zitten en hebben we geprobeerd met de markt te reguleren, door de vervoersbedrijven te dwingen tot een bepaalde minimale standaard. En dan vinden we het collectief raar dat er geen commerciële partij is, die het wil uitvoeren.

    Dit soort basisvoorzieningen moeten gewoon niet in handen van commerciële partijen komen. In steden zoals Amsterdam, Rotterdam, Den Haag, Utrecht, Groningen etc etc, zou het THEORETISCH kunnen werken maar in landelijke gebieden werkt dat gewoon niet. Voor een commerciële partij is de "winst" gewoon te laag, voor het risico dat ze lopen.

    5
  • thenetherlands theNetherlands Geloven jullie dat Nederlands eind van de eeuw nog gaat bestaan?
    Jump
  • SuitedUpDev SuitedUpDev 7 months ago 100%

    En de uitspraak "alles kits achter de rits" 🤢🤢

    3
  • photography Photography DSLR vs Mirrorless Decision
    Jump
  • SuitedUpDev SuitedUpDev 7 months ago 100%

    That will work as long as EF lenses are still available.... But Canon already took some lenses out of production.

    So basically, that's gonna be a dead end path.

    2
  • photography Photography DSLR vs Mirrorless Decision
    Jump
  • SuitedUpDev SuitedUpDev 7 months ago 100%

    As a current Canon photographer (700D owner) going mirrorless is definitely the future. Canon and Nikon have basically given up on DSLRs. (https://www.engadget.com/why-nikon-and-canon-have-given-up-on-dsl-rs-133042286.html).

    However, I want to highly stress out to avoid Canon for mirrorless. The reason behind it is that Canon has been "defending" their mirrorless mount relentlessly. Meaning, that no other 3rd parties without Canon's blessing can make lenses for the RF mount. (Source: https://petapixel.com/2022/09/06/canon-confirms-its-going-after-lens-makers-for-patent-infringement/)

    So unless you wanna spend big bucks on Canon approved lenses, I'd go with either Nikon, Sony or one of the other mirrorless brands.

    Fun fact, Sony is actually quite permissive in the licensing of their E mount. So they will basically let everyone make lenses for the E-mount.

    5
  • linux Linux Former distrohoppers, where did you settle down?
    Jump
  • SuitedUpDev SuitedUpDev 7 months ago 100%

    Debian Woody > Red Hat 7.0 > Slackware 9.0 > Slackware 10 > Debian > Ubuntu > Mac OS > Ubuntu > Arch.

    At least for desktops and laptops.

    For servers I'm still primarily running Debian (and one instance I'm running Arch).

    The reason why I settled on Arch is primarily because the combination of bleeding edge and being stable enough for daily driving it. The AUR also adds sooo much, that there is nothing I really don't need to manually install anymore.

    For servers, I basically want a rock stable system. Hence why I've chosen Debian Stable.

    4
  • thenetherlands theNetherlands Goede Nederlandse podcasts?
    Jump
  • SuitedUpDev SuitedUpDev 8 months ago 100%

    Als je van beleggen interessant vindt, "Jong Beleggen, De Podcast".

    Daarnaast;

    • Voordat De Bom Valt (Podcast over de oorlog in Oekraine)
    • De Dienst (podcast van de AIVD)
    • Tata's ijzeren greep (Over Tata Steel in IJmond en alles wat daar bijhoort).
    3
  • utrecht Utrecht Grootste 'kerstboom' ter wereld staat weer aan
    Jump
  • SuitedUpDev SuitedUpDev 9 months ago 100%

    Jammer genoeg kan ik hem vanuit mijn flat niet zien (mijn appartement kijkt uit op Leidsche Rijn / Vleuten) maar die kerstboom is wel een stukje nostalgie voor mij 🥰

    2
  • linux Linux What in your opinion is the worst Linux Distribution ever made?
    Jump
  • SuitedUpDev SuitedUpDev 10 months ago 100%

    For all the oldies in the room, Lindows / Linspire (me included)

    Trying to merge Wine with Linux into one ""convenient"" package was overselling it at best and worst a lie. Back in '08 / '09 I tried to run it, just to see how good (or bad) it was. It was basically Debian with KDE and their special sauce on top to ""easily"" run Windows binaries. Especially in those day, WINE wasn't as good as it is today. I think you can fill in the rest ;-)

    25
  • linux Linux The ASUS Eee PC and the netbook revolution (including Linux)
    Jump
  • SuitedUpDev SuitedUpDev 11 months ago 75%

    I wish I could give you more upvotes because you deserve all the upvotes

    2
  • jellyfin Jellyfin: The Free Software Media System Is buying an Intel A380 worth it?
    Jump
  • SuitedUpDev SuitedUpDev 1 year ago 100%

    I've tested it with the jellyfish test files, IIRC it can easily transcode the 120Mbits per second 4k video to 1080p!

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearKP
    kpop SuitedUpDev 1 year ago 75%
    브브걸 (BBGIRLS) 'ONE MORE TIME' OFFICIAL MV www.youtube.com

    THEY ARE BACK!!! 😱

    2
    0
    jellyfin Jellyfin: The Free Software Media System Is buying an Intel A380 worth it?
    Jump
  • SuitedUpDev SuitedUpDev 1 year ago 100%

    I have an A380 running in my home server which runs Arch Linux with kernel version 6.4.6. I've had the card since since October 2022, so I've seen my share of "issues" with it, especially because my Jellyfin server runs inside of Docker and thus adds additional layer of complexity / things that can go wrong.

    Having said that, for $120, BUY IT. It's seriously one of the better cards are out there at that price. Previously I had an RX 550 (for which I paid about €75) and the A380 runs circles around my old RX550.

    When I initially got it, I had some issues with is. Not surprising, early adopter and all. But the drivers are pretty rock stable nowadays and new features are being added constantly. The latest release of the Intel Media Driver added support for encoding HEVC 422 and improved performance for HDR tone mapping.

    With regards to maximum streams, I am currently able to get a transcoding limit of 4 streams from H265 10bit (1080p) to H264 and still have some horsepower left over.

    It's even so stable and pleasant to use, I am genuinely considering getting an A750 for my desktop.

    Edit: typing hard yo.

    6
  • privacy Privacy Can you easily communicate in your country (business/private life) without being involuntarily forced to use whatsapp?
    Jump
  • SuitedUpDev SuitedUpDev 1 year ago 100%

    You mean something like RCS?

    2
  • japanesemusic Japanese Music SCANDAL - Scandal Baby [live] [Rock]
    Jump
  • SuitedUpDev SuitedUpDev 1 year ago 100%

    I went to their London concert, last year. That was also absolutely awesome! 🎉

    1
  • japanesemusic Japanese Music SCANDAL - Scandal Baby [live] [Rock]
    Jump
  • SuitedUpDev SuitedUpDev 1 year ago 100%

    This takes me back to the last SCANDAL concert, I've been too.

    So thank you 😍

    3
  • jellyfin Jellyfin: The Free Software Media System Music migration from Plex to Jellyfin
    Jump
  • SuitedUpDev SuitedUpDev 1 year ago 100%

    Oof... I've had a quick google search. But I am afraid, there is no "easy" to write that stuff to the actual metadata of the file.

    If I recall correctly, Plex stores all it's data in a local SQLite database. So theoretically, you could query that database and then use some other tools to write those ratings to the database. So if you can code, you could probably whip something up in your preferred coding language and write that to the files.

    1
  • thenetherlands theNetherlands *Permanently Deleted*
    Jump
  • SuitedUpDev SuitedUpDev 1 year ago 100%

    Als iemand die echt een hekel heeft aan de auto dominerende samenleving, ben ik hier echt wel een voorstander van. Voornamelijk omdat het een eerlijker systeem is dan 1 tarief op basis van gewicht van de auto.

    De groot gebruiker van de auto (dus de mensen die meer kilometers maken) moeten daardoor meer betalen en dat lijkt mij ook niet meer dan logisch. Het enige waar we wel voor moeten waken is dat de mensen met een laag inkomen, die wel afhankelijk zijn van de auto (bijvoorbeeld mensen in ploegendienst, de nachtzuster, etc. etc.) dat we die niet nog verder de shit in trappen.

    Wat mij hier wel aan stoort, is mensen die dan ineens zeggen "Oh, dan kan ik ineens een tweede (of derde) auto erbij nemen" omdat het ineens haalbaar is en compleet de milieu impact daarvan negeren.

    Daarnaast zou ik het wel een mooie toevoeging vinden, dat de meer belastende auto's (auto's met een hogere CO2 uitstoot, denk aan SUVs bijvoorbeeld) meer per kilometer gaan betalen dan de spreekwoordelijke Toyota Aygo. Al is het maar om de vervuilendere auto's van het straatbeeld te laten verdwijnen.

    Ook zoals al eerder gesteld is, moet de prijs van het OV echt naar beneden.

    9
  • feddit_nl feddit.nl announcements Thanks voor de update naar 0.18.1 @tedvdb
    Jump
  • SuitedUpDev SuitedUpDev 1 year ago 100%

    Dart lijkt opgelost te zijn (iig hier op feddit.nl).

    4
  • feddit_nl
    feddit.nl announcements SuitedUpDev 1 year ago 100%
    Thanks voor de update naar 0.18.1 @tedvdb

    Thanks voor de update naar 0.18.1 @tedvdb. Gewoon even een simpel bedankje :)

    49
    17
    technology Technology Technology Connections talks about a red fridge from Walmart for an hour
    Jump
  • SuitedUpDev SuitedUpDev 1 year ago 100%

    As a fellow Dutchy... my current place is the first place I ever lived in that came with a combination oven and microwave.

    Previously I've always had to supply my own microwave / oven ;-)

    1
  • technology Technology Technology Connections talks about a red fridge from Walmart for an hour
    Jump
  • SuitedUpDev SuitedUpDev 1 year ago 100%

    Oh this guy is my inner spirit nerd.

    Same...

    1
  • nieuws Nieuws Hpv-inhaalcampagne voor jongvolwassenen verloopt moeizaam: ‘Uitdagende doelgroep'
    Jump
  • SuitedUpDev SuitedUpDev 1 year ago 100%

    Haha ja klopt 😅 ik val inderdaad niet onder de doelgroep.

    Maar het is echt best raar als je er over nadenkt. Wij (de 30 plussers) kunnen nog steeds HPV verspreiden.

    2
  • feddit_nl feddit.nl announcements Server versie update
    Jump
  • SuitedUpDev SuitedUpDev 1 year ago 100%

    Ik vind het behoorlijk vroegtijdig van Jerboa. 0.18.0 is nog niet eens echt uit 😅

    8
  • nieuws Nieuws Hpv-inhaalcampagne voor jongvolwassenen verloopt moeizaam: ‘Uitdagende doelgroep'
    Jump
  • SuitedUpDev SuitedUpDev 1 year ago 100%

    Ondanks dat ik in de doelgroep val (ben 30+), had ik hem wel graag willen halen.

    Al is het maar voor de gemoedsrust, dat ik niemand anders kan besmetten met HPV. Maar als ik hem nu nog wil halen, kost mij dat 380 euro. Dat vind ik best een flinke smak met geld....

    2
  • utrecht
    Utrecht SuitedUpDev 1 year ago 100%
    Denk mee aan Park Leeuwesteyn in Leidsche Rijn https://denkmee.utrecht.nl/nl-NL/folders/parkleeuwesteyn

    Ik zag dit net voorbij komen, zelf ben ik altijd wel voorstander van dit soort initatieven om de bewoners van een wijk te betrekken bij ontwikkelingen. Maar ik kan mij zo voorstellen, dat ik niet de enige ben daarin 😉 . Dus als je wilt meedenken aan een park een Leidsche Rijn, check dan vooral de link!

    1
    0
    netherlands Netherlands Wat vind jij van TellSell/TommyTeleshopping e.d.
    Jump
  • SuitedUpDev SuitedUpDev 1 year ago 100%

    Als je met dit in het achterhoofd naar die tell sell reclames kijkt zal je zien dat er een hoop zo gek nog niet zijn.

    Nu je dat zo zegt.... Ja, dan zijn ze inderdaad nog niet eens zo heel erg gek 😅.

    1
  • netherlands Netherlands In Nijmegen is een straat met erg creatieve voorgevels, waaronder een met Internet Explorer
    Jump
  • SuitedUpDev SuitedUpDev 1 year ago 100%

    Maakt niet uit, hoe dronken je bent... Je kan altijd wel je huis vinden,.

    "Ja meneer de agent, ik woon in dat huis dat er uitziet als Internet Explorer aan de voorkant" 😂

    2
  • netherlands Netherlands Wat vind jij van TellSell/TommyTeleshopping e.d.
    Jump
  • SuitedUpDev SuitedUpDev 1 year ago 100%

    Ik vind ze HILARSCH! Het is letterlijk oplossingen verkopen voor problemen die niet bestaan. Koop nu dit apparaat en je hebt nooit meer problemen met huishoudfolie. En vervolgens zie je iemand met zo'n rol stuntelen...

    Mijn moeder heeft geloof ik 20(?) jaar geleden zo'n apparaat gekocht voor buikspieren via TellSell. Volgens mij was dat de Abtronic X2. Zo'n apparaat wat basically je buikspieren masseert en dan zou je na 2 weken op magische wijze ineens buikspieren heben. Werkt natuurlijk voor geen meter.

    1
  • utrecht
    Utrecht SuitedUpDev 1 year ago 100%
    Zondagochtend draad - Vaderdag edititie

    De koffie staat te pruttelen en de croissantjes komen zometeen warm uit de oven. De babbelbox vraagt zich af, wat ga jij doen met vaderdag?

    1
    0
    utrecht
    Utrecht SuitedUpDev 1 year ago 100%
    Woensdag optimisme draad

    De week is inmiddels doormidden! 🥳 Kijken jullie al uit naar het weekend ? Ga je dit weekend nog wat leuke dingen doen?

    1
    0
    fuck_cars
    Fuck Cars SuitedUpDev 1 year ago 100%
    European union citizen initiative to connect all EU country capitals with high-speed rail

    There is currently ~~petition~~ citizen initiative underway to urge the European Commission to connect all capitals of the EU with high-speed rail. I've already signed it, are you joining ? https://europa.eu/citizens-initiative/select-language?destination=/initiatives/details/2023/000004 Edit: It's not a petition, it's a citizen initiative.

    55
    30
    utrecht
    Utrecht SuitedUpDev 1 year ago 100%
    Introductie!

    Welkom op /c/Utrecht! Deze community is vooral bedoeld als "thuishonk" om te babbelen over dingen die spelen in de provincie en stad Utrecht. Heb je een leuk event gevonden? Deel het! Heb je een toffe foto van de Domtoren gemaakt? Deel het! Wil je klagen over de werkzaamheden in het Stationsgebied? Of dat je fiets voor de 3rde keer deze week gejat is ? Ga er voor! Heb je een lekker recept met Vocking Worst bedacht ? Deel het! Ben je je kat kwijt in Lunetten ? Gooi er berichtje uit. ### Huisregels Ik hou zelf niet zo heel erg van regeltjes, dus ziijn de huisregels voor het moment vrij makkelijk. 1. Wees respectvol naar elkaar! Laten we het vooral gezellig houden en verwelkomend zijn voor iedereen! 2. Geen 18+ materiaal 3. Geen spam of advertenties.

    2
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearKP
    kpop SuitedUpDev 1 year ago 100%
    Seori - Lovers in the night www.youtube.com

    She is soooo underrated imho!

    1
    0
    japanesemusic
    Japanese Music SuitedUpDev 1 year ago 100%
    BEAT CRUSADERS - Moon On The Water www.youtube.com

    From the anime Beck (2004)

    5
    2
    utrecht
    Utrecht SuitedUpDev 1 year ago 100%
    Maandag klaagdraad

    De koffie staat klaar en de belegde broodjes liggen op aan het aanrecht. Dus wat zit jou op dit moment dwars?

    1
    0
    netherlands
    Netherlands SuitedUpDev 1 year ago 100%
    Regionale communities

    Ik weet van het bestaan af van 2 regionale communities. [!utrecht@feddit.nl](https://feddit.nl/c/utrecht) en [!amsterdam@feddit.nl](https://feddit.nl/c/amsterdam) Maar nu is mijn vraag, zijn er nog meer ? Ik heb net even geprobeerd te zoeken op Groningen, Den Haag, Rotterdam om er een paar te noemen. Maar ik kon jammer genoeg niks vinden :( Disclaimer, ik ben de "schuldige" dat de Utrecht community bestaat ;-)

    5
    19
    memes
    Memes SuitedUpDev 1 year ago 98%
    Reddit in a nutshell
    300
    16
    utrecht
    Utrecht SuitedUpDev 1 year ago 100%
    Wat gaan jullie vandaag doen met dit warme weer?

    Hangen bij de Oude Gracht ? Drankje doen op het Neude?

    1
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearKP
    kpop SuitedUpDev 1 year ago 100%
    AleXa (알렉사) – 'Juliet' Official MV www.youtube.com
    4
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAW
    Attack the water. Water is the enemy 😾
    60
    8
    japanesemusic
    Japanese Music SuitedUpDev 1 year ago 100%
    Stereopony - Stand By Me www.youtube.com

    A genuine classic if you ask me 😉

    6
    3
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearKP
    kpop SuitedUpDev 1 year ago 100%
    CLC - Show www.youtube.com

    I recently rediscovered this ABSOLUTE banger of song! :D

    6
    2