• 1 Post
  • 249 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle
  • aard@kyu.deto> Greentext@lemmy.mlAnon thinks about Google
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    5 days ago

    Maps also has gone to shit. Complex routing including public transport is pretty much the only thing it still is useful for. For using maps as maps openstreetmap has been better for a long time, even before Google decided to dumb down their maps. For bicycle routing osm also is better nowadays as Google is missing most of the small paths.



  • Unless you are gunning for a job in infrastructure you don’t need to go into kubernetes or terraform or anything like that,

    Even then knowing when not to use k8s or similar things is often more valuable than having deep knowledge of those - a lot of stuff where I see k8s or similar stuff used doesn’t have the uptime requirements to warrant the complexity. If I have something that just should be up during working hours, and have reliable monitoring plus the ability to re-deploy it via ansible within 10 minutes if it goes poof maybe putting a few additional layers that can blow up in between isn’t the best idea.





  • There is nothing like this availlable currently. Framework probably comes closest, but they only sell in a few countries, and there is lots of stuff to dislike about their solutions - but building your own around a framework board might be feasible.

    I have two mnt reforms - as you said, slow and expensive. They have their use for work prototyping for me, but generally wouldn’t recommend. They also have the worst keyboard I’ve encountered in a notebook in the last decade.





  • It has been a while since I touched ssmtp, so take what I’m saying with a grain of salt.

    Problem with ssmtp and related when I was testing it was its behaviour in error conditions - due to a lack of any kind of spool it doesn’t fail very gracefully, and if the sending software doesn’t expect it and implement a spool itself (which it typically doesn’t have a reason to, as pretty much the only situation where something like sendmail would fail is a situation where it also wouldn’t be able to write a spool) this can very easily lead to loss of mails.

    I already had a working SMTP client capable of fishing mails out of a Maildir at that point, so I ended up just doing a simple sendmail program throwing whatever it receives into a Maildir, and a cronjob to send this forward. This might be the most minimalistic setup for reliably sending out mail (and I’m using it an all my computers behind Emacs to do so) - but it is badly documented, so if you don’t care about reliability postfix might be a better choice, or if you don’t just go with ssmtp or similar. Or if you do want to dig into that message me, and I’ll help making things more user friendly.



  • It surely is a bubble - so probably a bit different than many other bubbles.

    I think OpenAI made the right call (for them) to commercialize when they did - as that pretty much was their only chance to do so. Things has moved fast over the last 1.5 years - and what used to take a decade in tech has happened within months: OpenAI is the dinosaur company grandfathered in, while for already about a year it’s been more sensible for anybody wanting to do something with LLM to selfhost (or buy hosting capacity, but put up own data) one of the more open language models, and possibly adjust or re-train it.

    As a company owner I get a ridiculous amount of spam for a year already from all kinds of companies building products on top of OpenAI stack, or are trying to sell training or conferences. All those companies will be left with nothing once all the slower users realize technology has moved on. It’s like somebody trying to build all their product offerings based on VMWare stack nowadays.

    If you as a company want to offer something around AI right now the safest option is probably offering hosting, or if you want to do more hands on, adjustment of open models. Both of those are very risky, and many will go bust in years to come - but not as suicidal as building on top of a closed dinosaur.




  • You still might want to do something like alias pbtar='tar --use-compress-prog=pbzip2 to easily use pbzip2 - unless you have an ancient system that’ll speed things up significantly. And even if you don’t it’d be nice to use it for creation - to utilize more than one core the archive needs to be created for parallel extraction.


  • They used to link to my dig wrapper on my homepage for having their clients debug DNS problems for many years - even with translations of my UI in the various language help sites. I always found it amusing that a hoster of their size does that, instead of spending a lunchbreak to throw something together that integrates with their help page.

    There also was a non significant number of users which didn’t understand that my homepage had nothing to do with OVH, and ended up mailing me about their DNS problems.




  • aard@kyu.detoAsklemmy@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    2
    arrow-down
    3
    ·
    5 months ago

    I’ve been trying that for a while until I ran out of searches, and was trying to pay - after getting unsolvable captchas thrown at me several times by their payment processor I eventually gave up. Having a captcha at that point also doesn’t make any sense at all - as I’m in the EU my card will have to go through strong verification before adding it. For a US audience the experience might be different - I guess that’s also their main initial target.

    They also just did a bare minimum job of supporting non-javascript - while it nowadays is pretty much impossible to handle payment without allowing some javascript they also have their own account logic unusable without javascript, and they don’t have a way to easily open that in a private session when you get stuck. That’d be trivially solvable by just giving you a URL with an account key attached you can paste into a private instance to do your payment.

    metager does that way better - they’re usable without javascript, and don’t force you to create an account with them. You can create a key with tokens tied to it to unlock search features. You can just use that to enable it in other browsers - and you easily jump into a private instance from the key workflow to just add money to the key.

    I might revisit kagi later to see if they fixed some of those problems - but for now metager seems to be the best option. I’m a bit amazed they still exist - it was my main search engine back in the 90s before google came around.