Skip to content

/


year: 2024

  • Ung i VƤrlden

    Posted on:2024-08-24
  • Ung i VƤrlden is a EU-funded non-profit organisation empowering Swedish youth to explore the development sector, the aid industry and global careers. Basically it is a platform for youth who want to be a part in making the world a better place.

    Since one of the founders of Ung i VƤrlden is a close friend of mine, I volunteered to make the website. For both the challenge and merits of making an ā€œactualā€ site, and to just help out with a good cause.

    The development went very much in parallel with that of Bar Total, which came to act as a lower stakes, more minimalistic, lawless testing ground for much the same tech used for Ung i VƤrlden.

    Tech

    The site is built using Astro, based on the free AstroWind theme by onwidget, and deploys with Netlify. My client editors can publish through the Decap Content Management System (formerly Netlify CMS) which integrates easily with Netlify Identity for editor access. Iā€™ve long wanted to make sites for others but couldnā€™t find a good way combining both total freedom to customise and an easy way for the client to update content, until I found this CMS!

    New members sign up using a form on the site which is hooked up to Netlify forms and sends an email on new submissions. My novice developer friend almost had the submissions hook up straight to a google spreadsheet and if I had more time to work on the project, this would definitely be a priority.

    Another priority would probably be some basic level of search engine optimisation. I donā€™t think the site even shows up on googling ā€œUng i vƤrldenā€ so it really needs to be added to some indexes for potential members to even find the site they are looking for. This is easy to fix however when I have the time.

    Evaluation

    With the help of my family members, a small amount of user experience evaluation was conducted which informed me of some caveats in the website flow as well as some confusion regarding both the nature of the organisation and the different types of member applications. Some of this boils down to the sites copy, which since testing its editors has made clearer on a few points. I also received detailed instructions from the client on how to organise the site, some of which I would have laid up differently to ease the flow of information for the user. (E.g. linking quicker to the about page)

    Final notes

    This project has been really valuable for me in working with an actual client with demands and producing a professional looking website. We were obviously a really small team (I developed the site in close collaboration with my founder friend who started learning to code along the way, going of design mock-ups by another founder) and didnā€™t have a lot of resources or experience but we managed to make something Iā€™m proud of. In retrospect, me and the client could have cleared up some of the demands a bit earlier, as well as communicated more tightly along the way, but now Iā€™ve done my first work as ā€œconsultant hired by an organisation to make a websiteā€œ (except I was paid 0 of the $$$ a web dev earns).

    A lot of my work on this site came down to the front end design, which I find quite fun to work on. The look really went from corporate SaaS site to youthful organisation in a way Iā€™m very happy about! I am also very particular with the details and have spent way to long fixing small CSS issues etc. Please let me know if you find any problems with the site!


    read more
  • Bar Total

    Posted on:2024-08-24
  • Bar Total is an all encompassing concept by my friend group which I brought into the www this summer in the form of a webpaper (read: blog). Located at https://bartotal.se, or my favourite https://bartotal.digital, the Swedish Gothenburg based journal enables me and my friends (some of which are actual journalists in training) to dabble in the written arts and engage in the cultural sphere.

    Bar Total Logo

    I learned a lot from building the site and I think the look came out clean and focused. Since itā€™s been such a fun project Iā€™ve put a lot of time not only in the website but also doing art and ā€œā€marketingā€ā€ lol. Writing about whatever in Swedish under pseudonyms and in collaboration has also been freeing!

    The development went very much in parallel with that of Ung i VƤrlden, with Bar Total acting as a lower stakes, more minimalistic, lawless testing ground for much the same tech used for Ung i VƤrlden.

    Tech

    The site is built using Astro, based on the Astro Cactus theme by Chris Williams, and deploys with Netlify. My fellow editors can publish through the Decap Content Management System (formerly Netlify CMS) which integrates easily with Netlify Identity for editor access. Iā€™ve long wanted to make sites for others but couldnā€™t find a good way combining both total freedom to customise and an easy way for the client to update content, until I found this CMS!

    I am proud to have improved on the comment system of this site by adding easy moderation of new comments, with no need to git push from my computer. The sites static contents are updated using Netlify functions via a password protected form accessed and populated through a link in the new-comment-notification email. Thanks to GreenAshā€™s amazing article detailing this kid of setup! Netlify really does all the heavy lifting but the system works like a charm and all comments gets happily stored in plain json in the repo and thus will live forever.

    Next up is figuring out how to best send emails to the newsletter subscribers at every new post. Since weā€™re very small I am still storing the mailing-list manually and have been sending plain text emails to notify of new posts. Even though the subscriber numbers most likely will stay very manageable I want to send out good looking html-emails soon.

    Final notes

    This project has been and continues to be great fun! Itā€™s great to work creatively with others and so nice to have our own little platform! We are still finding our footing regarding what exactly to write about and really what Bar Total even ā€œisā€ ā€” a process I am throughly enjoying. As uni is starting I am however grateful the site is working without hassle. Stickers are coming soon!

    We also have a Twitter/X and an Instagram which you can find on the site.


    read more
  • internet monkeymind

    Posted on:2024-05-14
  • the internet is like the global scale equivalent of the monkey mind.


    The site now has backlinks! This is something Iā€™ve wanted to do for a long time but couldnā€™t quite figure out how to. I was already writing my posts in Obsidian which supports backlinks internally ā€“ but the backlinks are not saved within the markdown file itself. With a few Obsidian plugins Iā€™ve now got the backlinks to render to the document and work on the published website!

    Table of contents

    Open Table of contents

    Tech

    • The site is built with Astro, a static site generator, which generates html pages from blogposts written in markdown. (There are many great free themes available with Astro. My site is originally based on the Astro paper theme. There are also other static site generators like Jekyll , Hugo, Gatsby, 11ty etc., which would work just as well for this purpose.)

    • Since the blog posts are just plain markdown, I use Obsidian to edit them. Obsidian supports backlinks between your ā€˜notesā€™ and has a myriad of great community plugins easily installable from inside the app/program-settings.

    • I publish the site to Github.

    • And it is then deployed via Netlify. Netlify picks up on changes in the Github repo so everything thatā€™s pushed is automatically live in a few minutes (if nothing breaks).

    Obsidian plugins

    • Dataview is a popular plugin for creating data queries within your vault. This is used to generate a table of the backlinks.

    • Github Publisher is used to publish the notes straight to Github. This was the key to actually get the backlinks inside the document, since it can render Dataview queries as plain markdown.

    Step by step

    I copied my ā€˜contentā€™ (containing all my markdown posts) folder out of the site repo and made it a new Obsidian vault. In the vault I installed Dataview and Github Publisher.

    Dataview query

    To generate a table of backlinks with Dataview, I use this code at the end of all my posts:

    ```dataview
    table without id link(file.link, title) as Backlinks
    where contains(this.file.inlinks, file.link)
    sort date desc
    ```

    Or a list version which would need a header above it: (Used at the end of this document)

    ```dataview
    list without id link(file.link, title)
    where contains(this.file.inlinks, file.link)
    sort date desc
    ```

    This one generates a table with both backlinks and outgoing links (does not work well if the vault contains files with identical names):

    ```dataview
    table without id link(file.inlinks, file.inlinks.title) as Backlinks, link(file.outlinks, file.outlinks.title) as "Links to"
    where file.name = this.file.name
    ```

    Github Publisher setup

    In the settings of the Github Publisher plugin, I set it up with the name of my repository on Github and an access token under the tab ā€˜GitHub configā€™.

    Under ā€˜File pathsā€™ I selected to use the Obsidian Path as file tree (since the folders in my vault are named the same as in the repository) and specified the root folder as the content folder in my repo.

    Under ā€˜Contentā€™ i checked [Wikilinks](Wikilinks.md) to [MDlinks](links) and in Text Replacer I put the following:

    • Replace /\(/posts// with (/posts/
    • Replace /now/.*\)/ with /now)
    • Replace .md.md with nothing, since it was adding a double file extension to my Dataview links for some reason.

    Disclaimer: These configurations are very specific for my setup and file structure and there is probably a better way for you to do this. Github Publisher has an option to use ā€˜Test modeā€™ which renders the output to a specified folder. I had to fiddle a lot to get all the links to work as they should.

    Templating

    In the Obsidian settings for Templates, under Core plugins, I specified a folder for my templates and added the Dataview backlink query to a file. This can now be added easily to any file.

    Publishing

    All files that should be published by Github Publisher should contain the key share: true in the YAML frontmatter. You could change this key or choose to publish all notes in the plugin options. Like so:

    ---
    share: true
    ---

    To publish a note marked as shared, open the Command palette all the way to the left in Obsidian and choose GitHub Publisher: Upload single current active note from within the note.

    You can also choose to publish all shared notes at once.

    Using it!

    The best thing I got out of this except from the backlinks is that I can publish straight from my phone. Earlier I had to git push from my computer every time I updated the blog but thanks to Github Publisher enabled in my phone app I can publish straight from there. With the plugin Remotely save I also started to save my files to Dropbox back and forth between my computer and phone. Hello blogging on the bus!!:-)


    read more
  • Internet free week

    Posted on:2024-05-07
  • Iā€™m doing 1 week with no online entertainment.

    The goal is to not get stuck in consumer mode, the internet monkeymind, and rather do stuff I actually like, as well putting time into school work. I hope this will make space for more creativity and peacefulness by slowing down.

    Table of contents

    Open Table of contents

    Rules:

    • Offline entertainment is fine for nowā€¦
    • Movies (streaming) have been fine as wellā€¦
    • Playing music is fine
    • I can read max one article from my rss feed a day
    • Max three news stories in my news app a day
    • I can use the internet for schoolwork and project related stuff (like googling a problem)
    • But NOT for entertainment
    • Messaging is ok (I donā€™t do it alot)
    • Checking my email minimally is ok

    I can still publish to the blog.

    Results

    3 days in

    • After three days itā€™s not really much of a difference. Iā€™ve not been that strict but I havenā€™t been watching youtube or anything. When Iā€™m using online services I try to not spend too long using them ā€“ like im not looking up artists on spotify but just quickly favouriting the song. I also try to avoid my phone as much as possible.

      I would like to actually slow down more and for instance take time to read or draw during the day. Projects like adding backlinks are an easy draw of my time, and Iā€™m thinking of restraining more of my technological use. However, I will keep these rules for 1 week and then evaluate.

    1 week in

    • After a week, I can safely say I enjoyed it. I have still not been very strict and for instance remember scrolling a bit on instagram yesterday, but overall Iā€™ve stayed away from loosing myself in content. Iā€™ve had some small slip ups but have not excessively binged anything.

      What I wanted has kind of happened ā€“ Iā€™ve slowed down and become a bit more bored, a bit more ok with being bored and in effect a bit more present. Of course the week may just have coincided with a low workload from uni, and as we have it: spring time and better weather, but I think the lowered internet usage have had its benefits.

      Still, a lot of my ā€œfreeā€ time, I gladly spend by my computer, but this week Iā€™ve done it more for writing and working on projects of mine. The next step will be to actually pick up a pencil or book when I have some spare time, which I rarely do during the day. I think I would benefit from actually scheduling some activities for myself. Like when to spend time drawing or when to write at my notes. That would also open up some room for portion sized internet usage, like reading a few blogs for a bit of inspiration once in a while.

    Continuation

    I will continue the experiment for another week. To increase activities not involving technology, I will add a rule of at least one hour of non-technological activities per day. I am hoping to use this time when at home to indulge in the plastic arts, reading or some physical outdoors activity. I am not counting for instance going climbing as a non-technology hour since I donā€™t have access to technology in the climbing gym anyways. It is supposed to be one hour of a conscious decision not to use technology. I am prepared to find it quite difficult actually. A main concern is also timing it and deciding what counts as a non-technology hour. I donā€™t want to just loophole it.

    Updated rules:

    Updated rules marked in bold cursive:

    • Offline entertainment is fine.

    • Movies (even streaming) & playing (streaming) music is fine.

    • Internet for schoolwork and project related stuff is ok. (like googling a problem)

    • Checking my email minimally is ok.

    • Messaging is ok. (I donā€™t do it a lot anyways)

    • Max seven online blog articles a week. And preferably not more than three a day.

    • Max three news stories in my news app a day.

    • At least one continuous hour a day of technology-free activity, when Iā€™m also not preoccupied with anything else.

    • No unnecessary phone usage. And do what has to be done on the phone mindfully.

    • NO internet for entertainment.

    I can still still publish to the blog. Letā€™s see how this goes!


    read more
  • Real vs. online worlds

    Posted on:2024-04-28
  • I love to hang online, people do crazy nice stuff here and iā€™m connected to the whole world.

    But i also love to hang irl, even though it means limiting myself to a specific subculture/social circle/city. I love the grit of the real world and just hanging out late at bars in a city, feeling like a low life street rat, enthralled in neonous action, pumping through the veins of the city.

    Berlin with friends

    Would you rather have a bottle in front of you than a frontal lobotomy?

    Irl is often a very creative space and I can riff on a lot of funny concepts and thoughts with my friends. The mileues are exuberant with ideas, but anything meaningful rarely makes it out of them (maybe bc of alcohol), and itā€™s never bleeding edge.

    The web is ofc also immensely creative. Itā€™s like following the white rabbit into wonderland, and I am time and time again astonished by the individuals & their creations residing here. In spite of being connected to the front line of human consciousness, the sheer wealth of shiny objects online make me feel a spectator rather than a participant.

    playstation jungle

    My playable character friend

    ā€˜Tis the ā€˜liveā€™ context that is somewhat missing from my online presence. One sided ramblings into the ether(net) devoid of social context donā€™t quite cut it. Typing at a screen is all too uninspiring, and even a lavishly well crafted image stales when posted, if it is not interacted with.

    My best ramblings have come through me when out and aboutā€” at 4 in the morning walking home with a friend. Marvelous spaces of potential have opened themselves in the guise of street lamps, yet always in the momentā€” then lost to time.

    So what then.? Should I pick and focus on one of these worlds, abandon my friends and dive down the iceberg with my sanity as stake or should I recall my netizenship and devote myself to friends and community? Or am I advocating a union between the internet and real life? Nah, that would probably be horrible.

    At the end of the day I am just happy to have two worlds I really like.


    Creatively however, Iā€™ve found some evidence of the potential in combining the liveness of real life with the creative abundance of the internet.

    • One example was the website mebious.co.uk from serial experiments lain that is sadly unusable since 2020.

    • Stockholm based civilpolis.org aims to become the biggest employer in Sweden by 2150.

    • Radio station Hbr1 is also a favourite of mine.

    Rhizomeā€™s collection of surf clubs lead me to some interesting projects:

    • Cloaque is a long vertical internet collage colab between artists.

    • Sadly also discontinued dump.fm seems to have been a perfect shitposting ground.

    • Last but not least are.na is just like the memex! Check it out:-)

  • plain old text

    Posted on:2024-04-28
  • just plain old text is just not my medium # ignore translations: ćŸć ć®å¤ć„ćƒ†ć‚­ć‚¹ćƒˆćÆē§ć®åŖ’ä½“ć§ćÆć‚ć‚Šć¾ć›ć‚“ ą¤•ą„‡ą¤µą¤²ą¤‚ ą¤øą¤¾ą¤§ą¤¾ą¤°ą¤£ą¤ƒ ą¤Ŗą„ą¤°ą¤¾ą¤¤ą¤Øą¤ƒ ą¤Ŗą¤¾ą¤ ą¤ƒ ą¤•ą„‡ą¤µą¤²ą¤‚ ą¤®ą¤® ą¤®ą¤¾ą¤§ą„ą¤Æą¤®ą¤ƒ ą¤Øą¤¾ą¤øą„ą¤¤ą¤æ ą“µąµ†ą“±ąµą“‚ ą“Ŗą““ą“Æ ą“µą“¾ą“šą“•ą“‚ ą“Žąµ»ąµą“±ąµ† ą“®ą“¾ą“§ąµą“Æą“®ą“®ą“²ąµą“² Š¶Š°Š¹ Ņ“Š°Š½Š° ŠµŃŠŗі Š¼Ó™Ń‚Ń–Š½ Š¼ŠµŠ½Ń–Ņ£ Š¾Ń€Ń‚Š°Š¼ ŠµŠ¼ŠµŃ Ł…Ų¬Ų±ŲÆ Ł†Ųµ Ł‚ŲÆŁŠŁ… Ų¹Ų§ŲÆŁŠ Ł„ŁŠŲ³ ŁˆŲ³ŁŠŁ„Ų© Ł„ŁŠ

    Backlinks
    • An attempt to dominate

      Posted on:2024-04-09
    • Dance sim man in armour

      A vain attempt to dominate. You wouldnā€™t fall for it so easily :-)

      <- more panestor

      Backlinks
    • gneder

      Posted on:2024-03-30
    • Not only to shroud myself in mysteryā€” But because gneder is just frickenv and identity especially on the internet is so fluid, I will henceforth use more anonymbivolous & fun pronouns like ze, sie, ve/hir, em, ver/vis, hirs etc. when referring to yours truly here. You can call still me whatever, peace āœŒļø

      Backlinks
      • On graffiti

        Posted on:2024-03-20
      • Exploring graffiti helped me find more joy in art. Large, fast, colourful, permanent brushstrokes. To be confident rather than careful and better my muscle memory of fundamental shapes. Iā€™m due for expressing some love for graffiti and providing my view on it!

        Matt aka "minus"

        My fav character Matt aka ā€œminusā€ from Mtvā€™s downtown

        Whatā€™s funny with graffiti is the great contradiction of its rule breaking nature vs. the many rules of graff. A Throw up goes over a tag, a piece goes over a throw up, a burner over a piece etc. You need to practice letter structure and study the history, work your way through the different styles, always practice your tags, throwies and pieces in parallell for decades until you can finally develop a style of your own. And at the same time, there are no rules to graffitiā€”breaking the rules are at its core.

        Since graffiti is all about ā€œgetting upā€, and staying up; staying relevant, itā€™s a full time job. Graff needs to be your lifestyle or what youā€™re doing donā€™t matter. Itā€™s astounding to think about how much time have gone into the names you recognise, and how fast a legacy will disappear without diligent maintenance.

        Not unlike this blog, graffiti is free from the pressures and expectations many other endeavours entail. Because 1. Almost no one cares or even notices it except other graffiti writers, and 2. Itā€™s anonymous and not tied to your personal identity, free of self censorship. Which is fucking refreshing today. Doing something not for personal gain but for the joy of it.

        Thatā€™s also why graffiti crews are so one of a kind. Theyā€™re working together just for the process and get no personal reward except each others company. Crews like 1UP are absolutely sick in their coordination, like a well oiled machine for screwing the man. Really a great testament of the power of the people.

        ā€œAsk not what your crew can do for you, ask what you can do for your crew.ā€

        Whether graffiti is art or vandalism is a polarising subject. I have in the latest years become a bit fed up with (boring) art, or the art world. In my opinion art should really push the envelope, and today there are many fields other than ā€˜artā€™ which do this better. (What could possibly threaten my world view inside an exhibition?) Graffiti takes the creative elements of art and applies to the real world, where I would argue all the interesting movements take place.

        I think this is the same reason I went into coding. It effectively manipulates/interacts with the real world instead of being frozen in time, read only. To me as a child stop motion animation was cooler than simply drawing, and making games was even cooler than animation. The closer an art form is to ā€˜real lifeā€™ the cooler I deem it. (See the works of Nathan Fielder for some funky shit. Fellow Lainion on Nathan)

        Graffiti is the artists way of interacting with each other and society. I love finding a tag in some weird spot, like a little hidden message or moss that just grows everywhere. When every day life is so devoid of opportunities for self expression, the art simply canā€™t help but spill out on the square and concrete monuments of our conformity.

        classic throwie and tags

        At the same time a lot of graff falls into the exact same styles and conventions. You probably recognise the squarey letter tag or the usual bubble throwie. Maybe the likeness makes graffiti a more powerful movement but I rather think its power lies in bringing out the plurality of the city. Showing some inner life of the anonymous urban inhabitants.

        I love to see artist like ā€œslutoā€ that keep graffiti on the move without getting stuck in the regular tropes and styles, or even worse: selling themselves to the art world. He shows a funny view on the whole thing in this great interview:

        ā€œmuseums do to art what taxidermy does to nature.ā€

        ā€œGod gave you infinite canvases, and you couldnā€™t find anything better do than write your fucking name.ā€

        ā€” sluto (you should really read the interview)

        Great graffiti reminds me that there is nothing holding you back. Your existence is not for someone else to define, itā€™s for you to exercise. By writing your name over and over lol. And any boundaries posed in art or other spheres are artificial. Letā€™s continue breaking all the rules in our own very special way.

        Backlinks
          read more
        • Randomantagning.se update

          Posted on:2024-03-18
        • Slightly updated my web scraping methods for randomantagning.se. Chromedriver-autoinstaller finally let me run the scraper script without having to download a new driver for Chrome every time. I am now saving to JSON files and importing them with webpack instead of writing to a text file and copy the contents into a massive array in my Javascript (which webpack now does for me). The scraper can now be run with command line arguments of which semesters to download.

          I have also switched hosting from Neocities to Netlify (same as this site) because itā€™s free, even though supporting neocities was nice.

          Next step is importing the JSON data more dynamically/lazily to avoid the slow page load.

          Backlinks
        • Cradled by Mother nature

          Posted on:2024-03-15
        • Part of this months (march 2024) Lainchan Web Festival on the topic of nature.

          Maybe someone else has an article on what constitutes nature (I'll link to it here!) but for now I'll just use the broad definition of everything that is sprung out of the infinite void into form (existance), since I've always had trouble to find a clear distinction between human and other types of form. Read 'nature' like the nature of reality, or analogous to the universe.

          This article is inspired and best accompanied by webcageā€™s no plan:

          šŸ¤· No plan

          First of all, letā€™s just admit that we have no idea what weā€™re all doing. We are like a massive group of children left without supervision with the globe as our playground. No one really knows what direction to travel or the limits (if there are any) to what is possible. Anyone who says otherwise is swindling themselves or trying to swindle you. You are either exploring blindly, striving towards some made up goal, or stuck doing things you donā€™t even like for whatever reason.

          Compared to the vastness of nature we are tiny and insignificant. We are plunged into a strange universe, one whose laws we canā€™t figure out even over several human generations. Yet, we are a part of our world. The interplay between our minds and reality seem incredibly fine. What happens in one is reflected in the other. Keeping a limited worldview means living in a limited world. But most of us are far far away from ever lifting these restrictive goggles. Our world is enclosed tightly around our beings, almost like a cradle of nature. But it is not it that is limiting us, rather the other way around. How can we relate to living in a world we experience as through thick fog?

          šŸ—ŗļø The plan

          Working toward some goals inside of our world seem pretty noble, even rational when examining certain parts of it. Like ending world hunger and wars, stopping global warming or getting everyone above a basic income. (I should really educate myself more on these topics.) For some it might be the most fulfilling path to take, but these goals can also be guilt traps or lead to a never ending struggle against the darkest side of nature. A side we might never be able to eradicate entirely.

          Even if we do all the above, then overthrow the governments and mega-corps and form strong supporting grass roots community bonds over the whole world, to live ecologically and use our resources and energy wisely, what would we do (after taking care of the daily maintenance) the next day, week or year?

          Personally, I mostly fumble my way through the path of life, in between different hobbies, expectations, interests and a sprinkle of social constellations. Sometimes I have thought about creating a long term plan, because that is what I think smart people do. A while ago I landed in a very vague idea about getting a computer science degree and eventually working some job in the field, all while simultaneously developing my personal projects to a point where they can somewhat support me financially. But it is a very shallow plan about keeping an income while getting time to do what I really want. So what is that then??

          šŸ•“ļø Pushing the limits of nature

          There are clearly not a shortage of great projects to undertake. And the world could really benefit from some great initiatives. Whatever your leaning into, letā€™s do it! There are so many enticing projects and we probably canā€™t even nearly conceive of the greatest possibilities out there. The very best projects tend to revolve around some hidden aspect that no one had though of before, to then seemingly spring out of nowhere.

          Think about whatā€™s happening at the moment just before a new idea is discovered. Often someone with sufficient expertise is puzzled about something. Which means that originality consists partly of puzzlement ā€” of confusion! You have to be comfortable enough with the world being full of puzzles that youā€™re willing to see them, but not so comfortable that you donā€™t want to solve them.

          ā€” Paul Graham

          Who knows what lies under our noses or how far we can go? It is delightfully thrilling but also overwhelming.

          Here and now however, we are products of our time and environment, limited by our preconceptions and perspectives. The hyperreality of the internet certainly does not make coming to terms with our limitations easier, and trying too hard to bring about overly far-out stuff may also be way undesirable in actuality (See the risks of magic, or simply going crazy).

          ā€Careful what you ask for, you just might get it.ā€

          ā€” Billy Woods & Kenny Segal - Houthi (The song I was currently listening to.)

          šŸ‘Æ The friends along the way

          Some wise old people may argue that walking towards love and forming meaningful bonds with others are the most important things one can do. This is a hard task but the statement is probably true. However, I find it difficult combining this one with my other interests and personal explorations. (This site is likely my attempt to do this.) Whatā€™s truly important is not always the most exciting until some real insight is gained. At least for my part, I need to see all the steps to a truth before accepting it, so better keep this one in the back pocket for a little while.

          šŸ‘£ the way along the way

          Maybe not what we do but just the way in which we do things that matter, and the rest will just fit into place nicely. When not caught up in a makeshift plan itā€™s just a matter of sitting tightly and wait to seize the opportunity as it presents itself. ā€œSitting tightlyā€ not in the sense of doing nothing, but rather being present in your current situation. Do the little deeds and your own thing. Spend time with your close ones. The act of planning can be left to the universe. It only takes courage and commitment:

          ā€œNature loves courage. You make the commitment and nature will respond to that commitment by removing impossible obstacles. Dream the impossible dream and the world will not grind you under, it will lift you up. This is the trick. This is what all these teachers and philosophers who really counted, who really touched the alchemical gold, this is what they understood. This is the shamanic dance in the waterfall. This is how magic is done. By hurling yourself into the abyss and discovering itā€™s a feather bed.ā€

          ā€” Terence McKenna

          I guess I am still in search of formulating my own impossible dream, and garnering strength for the commitment. I would love to have a clear direction in my life but am a hopeless dreamer. Most of what I would want to strive for is elusive and only a sweeping glimpse even to me.

          šŸŒ¬ļø Embracing the spirit

          I love the saying ā€dig where you standā€. We can dream big and strange but all that happens happens from here. You canā€™t skip any step of the way. To live in the spirit of the dream, with Terenceā€™s commitment, even if it is unclear, might just reveal all the right steps just as theyā€™re happening.

          That might be what it means to live in accordance with nature. To watch it unfold as you do. To never give up but also not try too much hahašŸ˜‰. Sounds like a fine balance, but itā€™s really only to live truthfully to oneself! Do the dancy dance with nature and see itā€™s not limiting but doing the moves with you.

          Backlinks
          read more
        • drawing 2024-03-15

          Posted on:2024-03-15
        • 2024-03-15

          A DJ Knight. Drew it on paper in class and completed in Photoshop. Currently my profile picture here on the page.

          < Last drawing

          Backlinks
        • drawing 2024-03-07

          Posted on:2024-03-07
        • 2024-03-07

          Best enjoyed with 4AMK2 (Smoke Something) by 4am Kru:

          Jungle DJ character. I like how the general shapes of the character came out, but the rendering isnā€™t exactly my style yetā€¦ Would like it to be more graff style and a bit ruffer, thicker, more dynamic lines. Gotta find the right brush. Background and colors are also hard. It is not my strong suit but can be fun working on.

          < Last drawing Next drawing >

          Backlinks
        • A third place

          Posted on:2024-03-03
        • Welcome!

          Take a seat. Rest for a moment.

          This is a third place. Neither workplace or home.

          Enjoy a drink and have a chat with some lovely people:

          Backlinks
          read more
        • I joined a webring!

          Posted on:2024-03-01
        • I joined the Lainchan webring! Webrings are pretty cool and I had seen some of them before, wanting to join one, but I hadnā€™t found my match until now. It was foreverliketh.isā€™s site, with a terrific collection of webrings, that lead me to Lainchan.

          The lainring is decentralized so there is no ā€œmasterā€ copy or ultimate directory with every site. I mainly got my sites from sizeof.cat, but yukinu for example has a different set of sites. Would be fun to scrape up everyone some time.

          The ring is joined from this thread on Lainchan which is the 12th webring thread. Older archived threads: 11, 10, 9, 8, 7, 6, 5, 4, 3, 2 and 1.

          Itā€™s cool to see that some of the sites are hidden services on the Tor network, I2P, freenet, yggdrasil & ipfsā€”most of which I had never even heard of! Lainions are nifty!

          You can also subscribe to the members feeds (like rss), which I havenā€™t yet added to my index.

          My webring page can currently be reached on turpelurpeluren.online by typing webring, but I probably want to add it here as well since this is where i ā€˜liveā€™ rn :3

          Backlinks
          read more
        • drawing 2024-03-01

          Posted on:2024-03-01
        • 2024-03-01

          Trying to draw a character in a photo as often as I can. Would like to do it every day but need to get faster for that. This took me ages but Iā€™m very proud of it! Didnā€™t use reference except looking down on myself, as this is ofc based on me lol.

          < Last drawing Next drawing >

          Backlinks
        • drawing 2024-02-27

          Posted on:2024-02-27
        • 2024-02-27

          I got a new drawing tablet (XP-Pen Deco LW) for my birthday! Thought it would be fun to draw characters in environment photos. Took this one on my way home from uni and did a self portrait w/ some stuff I was thiking about omw home :3s

          This is the first drawing but here is a graffiti wall! Next drawing >

          Backlinks
        • Organizing Ideas

          Posted on:2024-02-19
        • I like ideas,

          and often have many (potential) project ideas, thoughts, insights etc. spinning around my head.

          All these ideas are very exciting, but focusing only on a few things at a time is the only way to ever get somewhere with these things.

          So to not let new ideas distract me right away, or so that I can remember to focus on them, eventually at some pointā€¦

          ā€¦I write ideas down.

          For the most part I have used the notes app on my iphone. The ā€˜ideasā€™ notes are very fun to read through after a couple of years, but it is no way to organize thoughts, or thinking.

          Recently, I have started using Obsidian to write down ideas in a blogish format like this, and Trello to try to organize snippets of thoughts and projects in categories.

          Todo-list/queue/set

          Today, as I felt rather energized, I got thinking about whatā€™s on my todo-list. Not only my boring day-to-day list of chores but the list of things I want to do. That list is not exactly a list but exists mostly in my head, and pieces of it are scattered around my Trello ā€˜Ideasā€™ board. What is not really working is when a new idea joins in, it kinda just gets added to the top of the queue, since I am usually most excited about the latest idea or project. It is however rare that I take something out of the queue.

          So, today I felt the ā€œqueueā€ (really itā€™s just a large set) was getting a tad too large. After all, I canā€™t even remember all the stuff thatā€™s in the queue---They just sometimes show up and I think: ā€œHey, thatā€™s also a thing I am doing/have been wanting to do!ā€

          If I try to think of some examples of ā€œcurrentā€ projects and ideas I have popping through my head semi-regularly right now there is (in kinda this order of excitement/deadline dread):

          • Get started with my new drawing tablet.
          • Booktrips to Berlin and Stockholm.
          • Output my thoughts. < psst,.. doing this one right now!
          • Usually something to study for uni.
          • Find tracks and practice Dj:ing.
          • Read about/start to practice some spirituality.
          • Continue development on the blog.
          • Bleach and draw on some T-shirts.
          • Catch up on stabilizing my picture of the day.
          • Continue development of my Rave simulator game.
          • Get a password manager.
          • Apply for a job during the summer.
          • Continue development on my terminal website.
          • Find a driving school and get my drivers license.
          • Eventually get new screen printing gear.
          • Eventually get a new tattooing machine.
          • Maintain randomantagning.se.
          • Finish the last part of a web development course.
          • Do some business of websites for other people.

          Fuck! That was way more than I initially remembered. As you can guess, my investment in each point drastically dwindles after the first few. (But theyā€™re still naggning my mind.)

          Focus!

          The latest idea was to implement some kind of focus. I was thinking a Trello board with only a few, nicely hand picked, areas to work on. That would mean I could actually put everything else on the shelf instead of having to worry about it once in a while, and maybe get some actual work done on the items in focus.

          Another idea is to allocate time for all the items I cant scrap. So that I can work on several things but keep them from conflicting. But that sounds like a biig step for me---I am not a planner. Maybe I would need a calendar of some sort. I have heard about Notion and believe it could be everything that Obsidian, Trello and a calendar is at once. (Just realized Obsidian also has ā€œCanvasesā€.) I also heard it is a bit too bloated with features and has a bit of a learning curve. I should probably put it in the todoā€¦

          Maybe I will implement the focus board, maybe I will learn to plan. Maybe I will do neither of those. At least writing this out has helped me some of the way. Since I am into the hole thing of digital gardening this piece on Organizing ideas can continue to grow here on the site, as my understanding of the topic deepens.

          How do you organize your thoughts?

          Backlinks
          read more
        • Best quote I read today:

          Posted on:2024-02-03
        • Eat the rich

          ā€Itā€™s more sustainable, creates more food, is significantly healthier (it makes vegetables and fruits) and just overall less gross to compost the rich. Added benefit is that compost sequesters carbon, feeds nutrients back to the soil and helps rebuild healthy O/A top layers to eroded soil so it literally immediately starts correcting one of the wrongs of capitalist ecological rapeā€

          ~DirtyHomlessWizard source

          Backlinks
          • Terminal Website

            Posted on:2024-02-03
          • Background

            During the autumn I stumpled upon the existence of the VRChat rave scene through an epic Dj set by woodgraves. The aesthetics and the total internetness of the scene mesmerized me, especially that of big VR club SHELTER, whose posters I adored. Their website, is in terminal format and I thought it was the coolest! I looked through the source code (they even have a little easter egg there) and found that the site was just copied and re-skinned from Sat Naing who in turn was inspired by m4tt72 and Forrest. There are probably plenty more terminal pages out there, feel free to send them to me! It was also through Sat Naing and his Astro Paper theme for Astro that I eventually got working on this blog!

            Obviously I had to create my own terminal page. I didnā€™t do anything fancy, just went with what I knew and htmlā€™d and JSā€™d it with minimal CSS. It is currently the index page of the turpelurpeluren.online domain.

            Commands

            I am no pro when it comes to the command line and have probably not stuck to conventions when it comes to the commands and arguments etc. These are the commands implemented so far and the list you see when typing help.

            about                   - about me and the page  
            cat [file]              - prints contents of a file as text  
            cathtml [file]          - prints contents of a file as a webpage  
            clear                   - clears the screen  
            goto [subpath]          - follows the URL path (from turpelurpeluren.online/)  
            help                    - displays information about builtin commands  
            history                 - view command history  
            index                   - indexes site pages  
            links                   - lists my external links  
            message [name] [cont... - sends me a message  
            welcome                 - displays the boot message

            The most interesting (and messy and weird) command is probably cathtml which prints an iframe with the contents of a sub page. I like recursion so of course you can print out the terminal page multiple times and use the terminal in multiple layers of itself.

            Backlinks
            read more
          • demitri sticker

            Posted on:2024-02-01
          • demitri

            Backlinks
            • wall painting

              Posted on:2024-02-01
            • full

              A wall I did with Jocknad in UmeƄ. He did the faces and I the text.

              <<<<<<< HEAD

              table without id file.inlinks as Backlinks
              where file.name = this.file.name

              =======

              Backlinks

              1d9d065b37844da14b2f495619bc32a6afb0b622

              Something I tend to forget, while spending hours fiddling with the details of styling or sketching out a new layout every day, is that creating this blog is not a major goal in and of itself. Creating the blog is a goal of mine, of course, but it is only a step on the way towards truer goals: Self expression and connection.

              The thrill of the blog

              My reason for creating this blog in the first place is to have a medium that quickly lets me output (dump) some thoughts. I do not find a diary particularly exciting or compelling to write, except in times of extreme anguish or mania. An online blog however, where there is a, however slim, chance that someone like you might read the entries, is thrilling. As someone who have always thought of myself as creative, but in recent years have gotten confused as to what actually constitutes my preferred medium of expression, finding a point from which I am excited to deep dive creatively is monumental. It is also safe to say that at my current point in life, I am overdue to empty myself of many quanderings by writing them out.

              Weaving multidiciplinary expressions

              Since my previous modes of expression really never have been writing, but rather visual (in one way or another), I would like to reduce the friction, not only of outputting writing, but of weaving my own bytes of expression with materials from different disciplines. The plan for this is not yet complete, but I donā€™t think it needs to be overly complicated. A blog post can already include pictures and links (oh how I love hyperlinks) and for something more interactive there is JavaScript. This should really be enough to weave interesting expressions, but in case a better concept comes up it is welcome.

              Keep it simple ā€¦?

              What could be the hardest part of this endeavor is to keep it simple. The blog is only the white cube where my work should be presented. Yet, something in me is strongly opposed to that idea. That something wants not only a cold, hard, ruthless shell, but a living, breathing, cozy embrace enfolding the presented material. Between these two poles I must find a balance. I know that making the blog a jungle would not facilitate the ease of my expression but only worsen it as the forest grew dense. But on the contrary, the white cube would become inhospitable without nutrition or comfort, with a tiny chance of acting as my funnel into transcendence, but most likely sucking out the joy of creating. My challenge lies in making the blog minimalistic enough for me to be motivated to fill it with posts, while still giving room to experiment and add weird hidden spaces, while still again not letting this take over the main focus. For this vision to work out I need to walk a narrow edge without falling.

              Let it take time

              I work in bursts of energy. When motivated - I attack the most interesting part of the problem, when unmotivated - I donā€™t do anything. This ā€œā€ā€methodā€ā€ā€ can work well for small tasks, but on larger projects I lose focus, add new features and fiddle around, until the project becomes unstable and collapses in on itself, flinging my interest to the next thing.

              This time, I noticed, I actually have a minimal working example up and running. No last detail just needs to be completed before I can ā€œactuallyā€ start. The project is up and running, it is alive, and there is no need for me to mess with it. A good example is the newly constructed park: They might put down some nice paved paths, connecting the major points of interest. But peopleā€™s behavior is notoriously difficult to predict and they will, in addition to using the laid paths, cut corners and find their own ways that are better suited for their needs. Eventually new paths will emerge, maybe across a field of grass, and a good and patient park constructor can now pave this path to keep the visitorsā€™ shoes clean from mud on a rainy day. In this spirit, I will sit on my hands in order not to pave too many paths from the get go, but instead stroll around the park at my own leisure. In time, after a short inquiry, I will know what parts work well, need modification, deletion or a better connection to another part.

              ā¤ļøšŸ‘¾

              This was not intended to be this lengthy but it was good to get a thinker about the underlying goals, driving factors and development principles of the blog. As an endnote I would like to invite you, the reader, to participate. Take a stroll in the park. And donā€™t be shy to leave your two cents, a recommendation, tell me Iā€™m all wrong or instill me with wisdom of which you believe I am still unaware. For this is the beauty of the internet. It is a moving conversation piece. This is not a diary tucked away in my closet but a node in the expansive network of the internet, and nothing would make me happier right now than to interact with some other nodes!

              I still donā€™t know enough about servers to host comments here, but I do have this nifty form that hooks up directly to a private discord channel thanks to Sadness:

              Update: Thanks to Rach Smith the form now also hooks up to the netlify api from which I can fetch comments and add them as static html! More on static site comments.

              Backlinks
              read more
            • panestor

              Posted on:2024-01-21
            • microblog

              Posted on:2024-01-21
            • Trying out microblog-style posts in the feed together with normal blog article posts! Complete with links and images! full

              Backlinks
              • ā¤ļøšŸ‘¾

                Posted on:2024-01-17
              • I love the internet ā¤ļøšŸ‘¾

                Specifically the peopleā€™s internet.

                This blog is only my means of telling you that :)

                Backlinks
              • Randomantagning.se

                Posted on:2024-01-16
              • Back in 2021 while I was ā€œstudingā€ Spanish in Barcelona, me and my friend were looking for what courses to apply for next semester. For context, all university corses and programs are free in Sweden and you apply to them through a central website called Antagning.se. They have many filters and tools to find whatā€™s right for you, but me and my friend were not ready to commit to our lifes true path quite yet. What we really wanted was a button that would generate a totally random course from the tens of thousand avaliable.

                Back then we didnā€™t know how an implementation of this was possible, but around a year later, I hacked together Randomantagning.se with the little Javascript I had managed to learn and a python package called Selenium.

                The solution is really sub-optimal and I need to scrape the site every semester (which takes a whole night, and works like a snapshot of the current state of antagning.se) to keep the site updated. At least it has itā€™s own domain and people think its funny. In the future maybe I can find a way to update it dynamically.

                As of 2024-03-18: I did an update to the scraper script.

                Below are some of the best courses I found from spring 2024:

                Some courses from spring 2024

                Translates to:

                The horseā€™s senses and behaviors

                Pain in children and youths

                The surface of the eye and dry eyes

                Vampire fiction

                Corruption in politics and management

                Persian percussion tradition

                Backlinks
                read more
              • Crying Out

                Posted on:2024-01-13
              • This post retroactivly became part of Februaryā€™s Indie web carnival hosted by Manu on digital relationships.

                I have a confession to make thatā€™s long overdue. Something thatā€™s been building up inside of me and is slowly tearing my soul apart. Itā€™s time for me to come out. I am a chronic internet lurker.

                But it wasnā€™t always like this. I used to have online friends back in the day when I played Minecraft every waking hour. We used to talk on Teamspeak, play together and we were actually a part of the server community as a whole. At that time I also had a (very) active YouTube channel where Iā€¦ did umšŸ˜…ā€¦ daily Minecraft videos. Me and my friend even made memes about and kik:ed other bigger YouTubers (yes, in a creepy stalky way). I engaged in the forums and there are many old embarrassing tweets on my account from 2015 and before. Safe to say I was not a lurker but rather an active member of my little online community.

                Maybe it was the onset of teenage angst, the changing nature of the internet or I just drifted away from the community, but my level of online engagement has drastically dropped. These days I only leave fragments, the occasional Instagram picture, an update to my website that no one notices, or a weird POV cooking video with Have a Nice Life music. My being is no longer present in cyberspace but my ghost still lingers, drifting through obscure internet niches without ever stopping long enough to materialize. I am desperately craving a missing community but am never satisfied.

                What I am slowly coming to realize is that there is a mismatch in pace between my conceptions of real life vs. internet. Everything online seems to be moving at incredible speeds, everyone eerily productive with aesthetics that ensnare and overload my mindā€™s processor around every corner. But that is only the top of humanityā€™s iceberg and the poison that mainstream apps like Instagram uses to numb their victims.

                Truth is all of this elusive aetherly content comes from a reeal slow cooking pot. People are only doing their own thing, at their own pace. After joining a couple discords of online creators I like, it is apparent that their creations do not come out of nowhere. A third place, breeding ground for ideas and experiments, where not only the shiniest trinkets are presented, but the mud and grit of regular human life, is probably the ingredient my online body is missing.

                So I will try this, starting here, to put myself out there. Express myself and endure the cringe of it, speaking my mind even if I am not sure about what it will say. Maybe if I cry out into the nothingness, the fog will disappear.

                Sincerely thank you for reading. I really appreciate it and I would also love to hear what you have to say!

                To message me, use the message command (type help message) in my terminal page, or simply:

                Backlinks
                read more