Find people to talk to or collaborate with by searching across the /about, /ideas and /now pages of 3290 personal websites.

Read the manifesto
bendaubney.com

bendaubney.com

/now
Updated April 22, 2025

**Last updated:** 22 Apr, 2025 This is a /now page, listing out the stuff that's going on with me at the moment. If you have your own site, you should make one too. What I’m listening to: ---------------------- Here's a couple of songs I'm really digging right now: * **Pulp** - _Spike Island_ from their forthcoming new album (!) * **Wet Leg** - _Catch These Fists_ from their forthcoming new album (!) * **CMAT** - _Running/Planning_ from their forthcoming new album (!) * **Kraftwerk** - _Tour De France_ from their... old EP * **Sabrina Carpenter** - _Espresso_ What I’m reading: ----------------- I maintain an archive of the books I read over on The Storygraph. Here's my current selection: * **Butter** by Asako Yuzuki * **Private Eye** What I’m watching: ------------------ * **The White Lotus** * **Bob's Burgers** Other things I’m enjoying: -------------------------- * Spending time with the family over easter * Wandering around a botanic garden with friends * Spending time away from my desk Current status: ---------------
benjamincongdon.me

benjamincongdon.me

/ideas
Updated April 9, 2025

Ben Congdon * About * Blog * Projects * A service to generate a podcast from a RSS feed using text-to-speech. * A version of Buffer for Mastodon. * Instapaper * Chrome Extension to add “Add to Instapaper” links to lobste.rs. * Chrome Extension to add “Add to Instapaper” links to feedly. Fitness / Health ---------------- * Self hosted version of MyFitnessPal. Others’ Ideas Pages ------------------- * Jonathan Borichevskiy * Alexey Guzey * Gwern * James McMurray (Updated April 9, 2025 )
blog.danieljanus.pl

blog.danieljanus.pl

/about
Updated April 22, 2025

No, really, you can’t branch Datomic from the past -------------------------------------------------- ### (and what you can do instead) 22 April 2025 I have a love-hate relationship with Datomic. Datomic is a Clojure-based database based on a record of immutable facts; this post assumes a passing familiarity with it – if you haven’t yet, I highly recommend checking it out, it’s enlightening even if you end up not using it. Continue reading Cleaner codebase, happier mind ------------------------------ 2 March 2025 This is my home-office desk on a typical day. Yuck – look at those mugs, cables and rubbish! As a person with ADHD, I have a hard time maintaining cleanliness – and a high tolerance to mess around me. However, being in a cluttered environment does take its toll. Often I find myself frustrated by it, but also overwhelmed by tasks at hand, to the point of cleaning up feeling almost an insurmountable chore; often, when I start my workday by physically cleaning things up, I find it giving me a dopamine boost that impacts my productivity for the rest of the day. Continue reading Double, double toil and trouble ------------------------------- ### or, Corner-Cases of Comparing Clojure Numbers 21 February 2025 Let’s talk about Clojure. In Clojure, comparing two numbers can throw an exception. Check this out: (< 1/4 0.5M) ;=> true ; as expected (< 1/3 0.5M) ; Execution error (ArithmeticException) at java.math.BigDecimal/divide (BigDecimal.java:1783). ; Non-terminating decimal expansion; no exact representable decimal result. Continue reading Lossy CSS compression for fun and loss (or profit) -------------------------------------------------- 26 January 2024 What ---- Late last year, I had an idea that’s been steadily brewing in my head. I’ve found myself with some free time recently (it coincided with vacation, go figure), and I’ve hacked together some proof-of-concept code. Whether or not it is actually proving the concept I’m not sure, but the results are somewhat interesting, and I believe the idea is novel (I haven’t found any other implementation in the wild). So it’s at least worthy of a blog post. Continue reading My mental model of transducers ------------------------------ 9 September 2023 Intro ----- I’ve been programming in Clojure for a long time, but I haven’t been using transducers much. I learned to mechanically transform `(into [] (map f coll))` to `(into [] (map f) coll)` for a slight performance gain, but not much beyond that. Recently, however, I’ve found myself refactoring transducers-based code at work, which prompted me to get back to speed. Continue reading A visual tree iterator in Rust ------------------------------ 20 July 2023 My adventure with learning Rust continues. As a quick recap from the previous post, I’m writing a tree viewer. I have now completed another major milestone, which is to rewrite the tree-printing function to use an iterator. (Rationale: it makes the code more reusable – I can, for instance, easily implement a tree-drawing view for Cursive with it.) Continue reading Learning to learn Rust ---------------------- 6 July 2023 I’m enjoying a two-month sabbatical this summer. It’s been great so far! I’ve used almost half of the time to cycle through the entire Great Britain and let my body work physically and my mind rest (usually, the opposite is true). And now that I’m back, I’ve switched focus to a few personal projects that I have really wanted to work on for a while but never found time. Continue reading Dutch Clojure Days 2022 ----------------------- 7 November 2022 It’s a tradition of this blog that I write down impressions on my way back from Amsterdam conferences (_addendum a week later_: unfortunately I took a flight this time, too short to complete this entry, and it had to wait until I caught up). This time, it was Dutch Clojure Days 2022, my first post-COVID full-size conference and the first DCD I’ve ever been to. And, hopefully, not last. I know I want to come back. Continue reading How to pay for books -------------------- 24 September 2022 _This post was originally published in Polish. This translation has been slightly edited to explain some details that are likely to be obscure for people outside Poland._ Fortuna imperatrix mundi ------------------------ I wouldn’t make a good emperor of the universe. Continue reading I love my GPD Micro PC ---------------------- 18 August 2022 I bought two computers this year: a beefy Macbook Pro with M1 Pro and a GPD Micro PC. The MBP is meant to be my mobile workstation, to satisfy all my needs whenever I need to work outside of my home office (at home, I’m still mostly using a two-year-old Intel-based Mac Mini). The GPD was a caprice. Perhaps I’m at the stage in life when well-off men buy themselves Ferraris to fend off a mid-life crisis; or perhaps I just have a separate heart for small computers. Continue reading
blog.darylsun.page

blog.darylsun.page

/now
Updated April 23, 2025

Here's the list of things that I'm currently doing! What I'm working on ------------------- * Creating more pages on my blog What I’m reading ---------------- * Ironsworn * Inclusive Design Patterns by Heydon Pickering What I’m watching ----------------- * To Be Hero X What I’m listening to --------------------- * The Darkness Before the Dawn by Caleb Hyles, 2025 What I'm playing ---------------- * Vampire Survivors * dotAGE * Melvor Idle * Granblue Fantasy Last updated 2025-04-23. Inspired by Derek Sivers' /now page. If you have your own website, you should make one, too. View the /now garden!
hirrolot.github.io

hirrolot.github.io

/about
Updated April 22, 2025

I'm a 19 y/o software engineer and computer science enthusiast most known for my work on Teloxide and Metalang99. My interests range over systems programming, backend engineering, compilers, type theory, functional programming, and related stuff. I occasionally publish posts, participate in conferences, and do open-source. I mainly write code in C, OCaml, Rust, and Golang. Welcome to my blog! Calculus of Constructions in 60 Lines of Ocaml Apr 22, 2025 Solving SAT via Positive Supercompilation Feb 1, 2024 Fueled Evaluation for Decidable Type Checking Jan 27, 2024 Compiler Development: Rust or OCaml? Aug 6, 2023 How to Keep Lambda Calculus Simple Jul 8, 2023 Higher-Order Polymorphic Lambda Calculus (Fω) Mar 31, 2023 How to Implement Dependent Types in 80 Lines of Code Feb 25, 2023 Barebones Lambda Cube in OCaml Aug 16, 2022 Rust Is Hard, Or: The Misery of Mainstream Programming Jun 2, 2022 Pretty-Printable Enumerations in Pure C May 23, 2022 Why Static Languages Suffer From Complexity Jan 19, 2022 What's the Point of the C Preprocessor, Actually? Aug 3, 2021 Macros on Steroids, Or: How Can Pure C Benefit From Metaprogramming Jul 22, 2021 Extend Your Language, Don't Alter It Jul 6, 2021 Compiling Algebraic Data Types in Pure C99 May 25, 2021 Expression-Oriented Programming in C: The FMT Macro May 14, 2021 Compile-Time Introspection of Sum Types in Pure C99 Apr 25, 2021 Unleashing Sum Types in Pure C99 Feb 6, 2021 Асинхронщина в Rust: Стандартная библиотека и async/.await Jun 1, 2020 Полное руководство по CMake. Часть третья: Тестирование и пакетирование Dec 20, 2018 Полное руководство по CMake. Часть вторая: Система сборки Dec 5, 2018 Полное руководство по CMake. Часть первая: Синтаксис Nov 28, 2018
kangminsuk.com

kangminsuk.com

/now
Updated April 23, 2025

0001-01-01 _This page is updated on 2025-04-23._ * I wake up at 5:45 AM every day to join 창작하는 아침(Creator’s Morning). * I publish a weekly podcast called 강소팟. * With friends, I’m planning to visit Shanghai in May.
maurice-renck.de

maurice-renck.de

/about
Updated April 22, 2025

Hello ----- My name is Maurice. I write a lot. Texts, code and music. It's always been important to me not just to "fill" one niche and only write articles about programming; but also to have a place where I can freely express myself creatively. My website is one of those places. IndieWeb & OpenSource --------------------- Everything I do today - blogging, podcasting, programming - would not have been possible without what's known as the IndieWeb and Open Source. That's why I also publish many of my plugins and tools as Open Source. My focus is currently on my Kirby-Plugins, such as the Podcaster-Plugin, the IndieConnector, and the Comments-Plugin. \[You can find all of them here.\] (https://plugins.getkirby.com/mauricerenck) Web Development --------------- For over 20 years now, I have been developing websites, tools, and services. For a long time, I worked as a freelancer for various agencies and companies. As a full-time programmer, I work on large and small systems, tools, and services in the team at konzentrik. We develop our own SaaS solutions and also work on extensive systems for our clients. My current tech stack is based on TypeScript, Node.js, and PHP. **What an Eye-Opener!** When I realized in the middle/late 1990s that anyone with a computer could create a website, I was completely thrilled. There were even hosts where you could get a whole megabyte of free storage! To this day, my excitement hasn't waned. The environment has become slightly more complex and professional over time. In the last 20 years, I've started my own blogs, tried to establish a web magazine based on blogging, worked for small and large media houses, online editorial offices like HÖRZU, supported professional bloggers, and worked on big systems for companies like Funke. I've been following the media landscape, new formats, and distribution channels ever since. I watch how the major platforms are evolving and what that means for those who publish online text, audio, and video content. I'm constantly wondering how we can remain independent while still reaching our target audiences. Blogging & Writing ------------------ When I first heard about blogs, I was immediately hooked. Now that I finally knew what I did online, I could start creating my own content! Over the years, I've started and abandoned numerous blogs - but this one on my site is a mix of old and new posts from the past 15 years. For me, blogging isn't something you can imagine living without; it represents the freedom to express oneself online without restrictions. Blogs were once called "clownhouses of the internet" during the social media boom, declared dead, but they're still thriving - and more popular than ever! Blogs can be isolated spaces where people write away, or open systems that allow you to connect with others through webmentions and comments. They can be complex yet simple to set up. To me, a blog is a democratic medium. That's why I'm trying here to make blogging accessible and easy for as many people as possible using my writing, tools, and plugins. Radio-On-Demand & Podcasts -------------------------- I've always been a fan of radio. There were times when I was sitting in my room, doing something, and whenever it seemed like something cool was happening on the radio, I'd quickly record it. Of course, I also wanted to try it out myself - first on cassette, then live online, which unfortunately didn't work out with the ISDN connection at the time, and even caused a brief moment where I stood in front of the microphone. Things really took off with "Radio-On-Demand", or online radio broadcasts that could be downloaded. In 2001, I joined RadioTux and did exactly that. Alongside Steffen, Ingo, and many other colleagues, we produced an online radio show with short and long segments and interviews. RadioTux is still active today as a podcast - it's likely one of the oldest still active podcasts out there. Speaking of podcasts. The next game-changer for me was in 2005 when Steffen launched his first podcast, and since then I've been listening to and producing podcasts non-stop. For me, podcasts are an amazing playground and a medium that has grown up over time. A combination that's rarely seen in this form. I'm a podcast fan - as both a listener and producer. Journalism ---------- For me back then was clear that continuing to blog and pursue journalism was the way to go. So I wanted to become a journalist. I applied for positions in online editorial departments, even started almost an internship at the radio, worked with FREIHAFEN magazine, took my Abitur (high school diploma) to prepare for possible studies, and eventually landed a job as a developer in the HÖRZU and TV Digital editorial team - albeit still on the outside looking in. It quickly became apparent that the daily routine of being a journalist at the publishing house was not what I had envisioned. However, the topic has never left me. Today, you don't have to work for a large publishing company to be able to write journalism. And so, I continue to focus on this theme and try to find a middle ground that allows me to write while also giving me maximum freedom. Freihafen & Tauschwohnung ------------------------- I wouldn't call myself a classic founder, but I was involved with two. When FEIHAFEN magazine launched, I was on board and helped bring this youth magazine for Hamburg into existence along with many other excellent people. With an initial print run of 20,000, it was distributed in schools, universities, and other locations. In 2010, I co-founded the apartment exchange portal tauschwohnung with Beate and Bastian and ran it for five years before selling it. At the time, it wasn't an easy undertaking, as many landlords were skeptical of the concept back then, but fortunately, that has changed since then. Music ----- It's not always just about media and the internet. People need something to balance it out too. For me, that's music - something I've been doing for a long time. I play drums in an IndiePunk band and work on my own music at home, which is hard to even categorize as a genre. The band has been around for over twenty years and means a lot to me. Music is something I can let myself fall into. Every week, I look forward to meeting the other three and making music together and chatting.
nolove.neocities.org

nolove.neocities.org

/about
Updated April 23, 2025

/\* LEFT SIDEBAR HTML STRUCTURE \*/ × /\* ========== DYNAMIC SIDEBAR STYLES ========== \*/ /\* Tab system \*/ .tab-container { width: 100%; overflow: hidden; } .tab-buttons { display: flex; border-bottom: 1px solid rgba(255, 0, 0, 0.3); margin-bottom: 10px; } .tab-button { background: rgba(20, 0, 0, 0.5); border: none; outline: none; cursor: pointer; padding: 8px 10px; color: #ffffff; font-family: 'Courier New', monospace; flex: 1; margin: 0 2px; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; font-size: 0.8em; position: relative; overflow: hidden; } .tab-button::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: rgba(255, 0, 0, 0.5); transform: scaleX(0); transition: transform 0.3s ease; } .tab-button:hover::after, .tab-button.active::after { transform: scaleX(1); } .tab-button.active { background: rgba(40, 0, 0, 0.7); color: #ffffff; border-bottom: 2px solid rgba(255, 0, 0, 0.7); } .tab-content { display: none; padding: 5px; animation: fadeIn 0.5s ease; } .tab-content.active { display: block; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } /\* Collapsible sections \*/ .collapsible { background: rgba(30, 0, 0, 0.5); color: white; cursor: pointer; padding: 8px 10px; width: 100%; border: none; text-align: left; outline: none; font-family: 'Courier New', monospace; display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; border-left: 3px solid rgba(255, 0, 0, 0.3); transition: all 0.3s ease; } .collapsible:hover, .collapsible.active { background: rgba(50, 0, 0, 0.7); border-left: 3px solid rgba(255, 0, 0, 0.8); } .collapsible:after { content: '+'; font-weight: bold; float: right; margin-left: 5px; transition: transform 0.3s ease; } .collapsible.active:after { content: '-'; } .collapsible-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; background: rgba(10, 0, 0, 0.3); padding: 0 10px; margin-bottom: 10px; } /\* Photo gallery \*/ .gallery { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 5px; margin-bottom: 10px; } .gallery-item { position: relative; overflow: hidden; cursor: pointer; aspect-ratio: 1; } .gallery-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; border: 1px solid rgba(255, 0, 0, 0.3); } .gallery-item:hover .gallery-img { transform: scale(1.05); } .gallery-caption { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0, 0, 0, 0.7); color: white; padding: 5px; font-size: 0.7em; transform: translateY(100%); transition: transform 0.3s ease; } .gallery-item:hover .gallery-caption { transform: translateY(0); } /\* Lightbox \*/ .lightbox { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); justify-content: center; align-items: center; } .lightbox-content { max-width: 80%; max-height: 80%; } .lightbox-img { max-width: 100%; max-height: 100%; object-fit: contain; border: 1px solid rgba(255, 0, 0, 0.5); box-shadow: 0 0 20px rgba(255, 0, 0, 0.3); } .lightbox-close { position: absolute; top: 15px; right: 25px; color: #f1f1f1; font-size: 35px; font-weight: bold; cursor: pointer; } .lightbox-caption { position: absolute; bottom: 20px; width: 100%; text-align: center; color: white; padding: 10px; background: rgba(0, 0, 0, 0.7); } .lightbox-nav { position: absolute; width: 100%; display: flex; justify-content: space-between; } .lightbox-prev, .lightbox-next { padding: 16px; color: white; font-weight: bold; font-size: 18px; cursor: pointer; background: rgba(0, 0, 0, 0.5); border: none; outline: none; } /\* Media feed \*/ .media-item { margin-bottom: 10px; border-bottom: 1px dashed rgba(255, 0, 0, 0.2); padding-bottom: 10px; } .media-item:last-child { border-bottom: none; } .media-item-header { display: flex; align-items: center; margin-bottom: 5px; } .media-item-avatar { width: 20px; height: 20px; border-radius: 50%; margin-right: 5px; border: 1px solid rgba(255, 0, 0, 0.3); } .media-item-username { font-size: 0.8em; font-weight: bold; color: rgba(255, 100, 100, 0.8); } .media-item-date { font-size: 0.7em; margin-left: auto; color: rgba(200, 200, 200, 0.8); } .media-item-content { font-size: 0.9em; margin-bottom: 5px; } .media-item-image { width: 100%; height: auto; margin-bottom: 5px; border: 1px solid rgba(255, 0, 0, 0.3); } .media-item-actions { display: flex; justify-content: space-between; font-size: 0.7em; } .media-item-action { cursor: pointer; transition: color 0.3s ease; } .media-item-action:hover { color: rgba(255, 50, 50, 0.8); } /\* Iframe container \*/ .iframe-container { position: relative; overflow: hidden; width: 100%; padding-top: 56.25%; /\* 16:9 Aspect Ratio \*/ margin-bottom: 10px; border: 1px solid rgba(255, 0, 0, 0.3); } .responsive-iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; border: none; } /\* Custom scrollbar \*/ .custom-scrollbar { max-height: 200px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: rgba(255, 0, 0, 0.5) rgba(30, 0, 0, 0.5); } .custom-scrollbar::-webkit-scrollbar { width: 5px; } .custom-scrollbar::-webkit-scrollbar-track { background: rgba(30, 0, 0, 0.5); } .custom-scrollbar::-webkit-scrollbar-thumb { background-color: rgba(255, 0, 0, 0.5); } /\* Interactive elements \*/ .input-field { width: 100%; background: rgba(20, 0, 0, 0.5); border: 1px solid rgba(255, 0, 0, 0.3); color: white; padding: 5px; margin-bottom: 10px; font-family: 'Courier New', monospace; } .button { background: rgba(40, 0, 0, 0.6); color: white; border: 1px solid rgba(255, 0, 0, 0.5); padding: 5px 10px; cursor: pointer; transition: all 0.3s ease; font-family: 'Courier New', monospace; } .button:hover { background: rgba(60, 0, 0, 0.8); border-color: rgba(255, 50, 50, 0.8); } /\* Badge/pill \*/ .badge { display: inline-block; padding: 2px 5px; font-size: 0.7em; background: rgba(40, 0, 0, 0.6); color: white; border: 1px solid rgba(255, 0, 0, 0.5); border-radius: 10px; margin-right: 3px; } /\* Progress indicator \*/ .progress-container { width: 100%; background: rgba(20, 0, 0, 0.5); margin-bottom: 10px; height: 5px; } .progress-bar { height: 100%; background: linear-gradient(90deg, rgba(255, 0, 0, 0.5), rgba(255, 50, 50, 0.8)); width: 0%; transition: width 0.3s ease; } /\* Tooltip \*/ .tooltip { position: relative; display: inline-block; border-bottom: 1px dotted rgba(255, 0, 0, 0.5); } .tooltip .tooltip-text { visibility: hidden; width: 120px; background-color: rgba(0, 0, 0, 0.8); color: #fff; text-align: center; border: 1px solid rgba(255, 0, 0, 0.3); padding: 5px; position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -60px; opacity: 0; transition: opacity 0.3s; font-size: 0.8em; } .tooltip:hover .tooltip-text { visibility: visible; opacity: 1; } /\* Audio player \*/ .audio-player { width: 100%; margin-bottom: 10px; } .audio-player-controls { display: flex; align-items: center; background: rgba(20, 0, 0, 0.5); padding: 5px; border: 1px solid rgba(255, 0, 0, 0.3); } .audio-play-btn { background: none; border: none; color: white; font-size: 1.2em; cursor: pointer; margin-right: 5px; } .audio-timeline { flex-grow: 1; height: 5px; background: rgba(50, 0, 0, 0.5); position: relative; cursor: pointer; } .audio-progress { background: rgba(255, 0, 0, 0.7); height: 100%; width: 0%; } .audio-time { font-size: 0.7em; margin-left: 5px; color: rgba(200, 200, 200, 0.8); } /\* Mobile adaptations \*/ @media (max-width: 768px) { .tab-button { font-size: 0.7em; padding: 6px 8px; } .gallery { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 480px) { .tab-container { font-size: 0.9em; } .gallery { grid-template-columns: repeat(2, 1fr); } }
rishikeshs.com

rishikeshs.com

/ideas
Updated March 3, 2025

##### Last updated on March 3, 2025 This is a public list of ideas that I would like to work on someday. This is a copy of the ideas note I have in my Obsidian vault, where I jot down interesting projects, concepts, and thoughts that I find intriguing and might want to explore in the future. Since it is not practically possible for anyone to work on every idea they have, I thought it would be better to make this note public so that someone else might build it someday. Ideas that I’m currently working on are crossed out and have been moved to my projects page. Against each idea, I’ve added a short description to provide more context. If you are interested in any of the ideas mentioned below and want to work on them or collaborate with me, feel free to contact me. In case any of the ideas already exist, please let me know, and I will cross them out with a backlink to the project. **Vape with a Puff Limiter**A vape that lets you set the maximum number of puffs you can have in a day via an app or something! Looks like another person has thought about the same .**A Search Engine for Personal Blogs**I’m unable to search for content in personal blogs on google or any other search engine. Kagi small web is there, but it’s not personal blog specific.**A World Travel Lottery**A lottery with the grand prize as a fully-expensed, world travel package to visit n countries across all continents**Cricket Guard Line Projector**If you watch cricket, you can see batsmen often marking guard lines against the stumps by asking the umpire. Why can’t we have a laser projection of the stumps controlled by the umpire with a remote?**A cheap running tracker**There are multiple running trackers that you can attach to shoes, like Stryd , but these are quite expensive. Why is it so hard to make cheaper running trackers?**A platform to read both sides of an argument.**A moderated platform where a dedicated page is present for popular topics, and people can read about both sides of the argument.**Indian News Aggregator with relevance**India is struggling with misinformation and rigged news. The magnitude is quite high, considering the huge population, the demographics, and the rising internet penetration. A platform like News Minimalist that removes clickbait titles and filters relevant news would be useful for India.**Global Fish Database in different languages**Fishnames are tricky if you travel around the world. Within a country itself, fish names would be different. A global database of fishnames in all different languages would be great!**Bookmark for Videos & Podcasts**I wish there was a tool to record a particular timestamp on a video or a podcast so that I can watch it from the saved timestamp when I resume, rather than scrolling and finding the time.**Strava for Writers**Strava is a great tool to track your activities. As a writer, such a tool would be great to see the number of words written every day and also get a sneak peek at others’ writings.**About Me Collection**I love reading the About Me sections of various personal blogs. A curated list of the best about pages would be cool.**Evergreen Hosting** People put a lot of effort into their blogs, and most often, after the person passes away, these blogs go obsolete. How about a service that you can pay for one-time or in installments, ensuring that your blog stays live forever? _Update: I wrote about in detail here . Also, checkout Digital Legacy Trust by Derek Sivers._ ##### Leave a comment below. All comments are moderated and will appear after approval. Your email, if provided, is optional and won't be shared or used to send any spam. If your comment requires a personal response beyond a public reply, I will reach out to you via email. Comments are static, with no notifications or backlinks.
shellsharks.com

shellsharks.com

/ideas
Updated April 9, 2025

I've got ideas, some of them are here Site ---- For planned changes to the site, check out the Roadmap. * Omake * Find-in-page search (i.e. #:~:text=) * Sidenotes * Hovercard * Add an asterism or fleuron to the end of my posts * Change `og:image` tags for notes to screenshots using Mastopoet * JSON-ify named vulnerabilities data * Letterbird contact page * Create an Organisation Profile Document * Create a “Top” button for posts * A per-article changelog (i.e. this) * “Naked” mode, i.e. no CSS mode * Semanticize HTML tags * Create an RSS icon that resembles a shark fin Other ----- * Script to download FediCards + Deck builder * Start or participate in an IndieWeb meetup * Set up an Audon voice space * Set up Proven.lol profile * Fedi bot account for making up random named vulnerabilities * Move bookmarks to Postmarks / Omnivore / etc… * Vulnscape * Host a web ring * Migrate Shellsharks Discord to a Matrix server Last Updated: April 9, 2025
thu-le.com

thu-le.com

/now
Updated April 22, 2025

Living in the heart of Saigon, Vietnam. Prototyping and researching at Anduin in our boutique office in District 2, where I prefer to work rather than at home. Going on a trip to Taipei and Kaohsiung in a week. I was also in Taiwan at the end of April last year, loved our time there and can’t wait to go back. Lately I’m obsessed with matcha. I prefer it plain but still drink matcha latte, sometimes coconut with creamy matcha. Coffee is still life, though. Enjoying taking photos with my phone again after discovering Zerocam and mood.camera. Thinking about posting more photos here. As Posts has been sunset, I’m testing out Bluesky to see if it will stick. I’m happily not active on any other social media. Reading Barking Up the Wrong Tree by Eric Barker. Tracking movies on Letterboxd.
worldnews24.tv

worldnews24.tv

/ideas

Find more posts by searching for things you're interested in!
Or click the AboutIdeasNow logo to filter by a specific post type.

Add your site here!

Help other people find you by adding your website to aboutideasnow.com. Learn more