• 0 Posts
  • 30 Comments
Joined 4 months ago
cake
Cake day: February 27th, 2025

help-circle
  • Absolutely. The only mention of phones, at all, is in conjunction with the masses taking pictures of the Mona Lisa. Which is such a bizarre thing (the painting being tiny and so incredibly far away) that you feel compelled to take a picture just to show how strange it is.

    At the same time, thanks to the decline in US tourism this year, the situation in Europe is at an all time worst when it comes to cost, crowding, and annoyance. The strike, it is mentioned, was due to the overcrowding.







  • Did you look at Pelican? I share the frustration with much of Hugo’s infrastructure: the template language is buggy and inscrutable, and the plugin architecture wanting.

    I ended up with Hugo, but I considered Pelican. It uses standard Jinja templates, which I find much more rational (but it might just be me) and I recall there were plugins for a lot of things, including different source formats. The code is written in Python, so that even if there isn’t a plugin for a format you need, there probably is a Python library for it and it should be relatively easy to make it a plugin.

    Crap, now I want to switch to Pelican…


  • Hugo watch mode (both server and build) does not produce accurate sites on change and is really meant for development. I find after a developing for a while, I have to kill the process and restart it and then things are “fresh”

    From reading the documentation, I strongly have the impression that hugo focuses on being fast on re-render and that the idea is to build and deploy to public site each time there is a change. The big difference is probably whether to render locally and push the generated content, or to push the source markdown and render remotely (which I chose).



  • I ended up with Hugo, a git repository, and a cron job for the build. I write an article, check it in, the server picks up the git change and rebuilds the site. What I like about the setup is that the server only has the binaries hugo and git, and a shell script for the rebuild. Also, I write in Markdown, add media to the git repository, and articles are published soon after I check in without any remoting on my part.

    I did look at WriteFreely after the setup, though. I find the minimalist design very beautiful. Didn’t switch to it, but may look at it again for another project. https://github.com/writefreely/writefreely







  • It’s so weird that we have to go through hoops and loops to get rid of this stuff! I was sick of my Android responding to a long press of the power button, meant to shut it down, with a Gemini prompt. Took me an hour to figure out I can’t get rid of the function, but I can switch back (for now) to old style Google Assistant.

    If you have to force functionality down your users’ throat despite them not wanting it, you already lost. Gemini is Google’s Clippy, just less iconic and more also-ran.


  • It’s definitely a setback, but you learned two important things:

    1. You can get an entry level job
    2. You need a place where you can work

    The ONLY reason it didn’t work out this first time is because 1. and 2. were not sufficiently close in time. I wouldn’t have known either (and now I do, so thanks for the learning experience!). I’d probably start looking for a similar position (maybe with a company that is less weird about infrastructure, although you only know after you get the job) AND an office-type place at the same time.

    I would guess a lot of the less-than-five stars motels would be happy to give you a heavy discount if you only use your room during the day and don’t need to stay at night, ever. They are really selling the nights.

    It must be incredibly frustrating to be in your current position, but I am really happy that you found a way to make it better. I think you got the right solution for you, it’s just a matter of iterating it until it sticks. I was in your shoes and I wish I had had as clear a plan as you have.


  • If you get within earshot of a Republican, chances are you’ll hear complaints about “damn taxes” within five minutes. So to a certain set of people, definitely everyone they talk to is constantly complaining about taxes.

    When I was starting out and making little money, the taxes I paid were definitely cutting into my ability to live. I think instead of “standard deductions” we should have real minimum incomes. If you are under the minimum income for your location, you don’t pay taxes.

    Now that I am at the end of my career, I think it’s stupid that my taxes are not higher. If I could have given young me some of the money I am keeping now, I would have had a much better life overall. I obviously can’t do that now, but I can give someone else the same breathing room.



  • I went the same direction, from WordPress to static site generation. I did the same evaluation as you are trying to do and ended up with Hugo, mostly because there is a lot of support available for it. My runner up was Pelican, because I was fluent in Jinja2, but I didn’t want to mess around with the templates and Hugo’s were prettier. Sue me, I am shallow.

    The one regret I have about Hugo is that the templating language is challenging. I am trying to be as neutral as possible, but it seemed like even simple things were complicated to achieve. If someone would come up with a Hugo that speaks Jinja2, I’d be really delighted.

    Other than that, conversion from WordPress to Hugo was relatively straightforward, despite needing to find a gallery component and converting menus. Hugo is indeed very fast in processing, which become important when your blog has thousands of articles.

    I set up the blog as a private git repository. The server pulls from it, then runs Hugo and a full text search engine, and the content is visible and searchable within five minutes on update.


OSZAR »