@madnificent - eviltoast
  • 0 Posts
  • 41 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle

  • You shouldn’t eat candy given to you by strangers. If you’re in a large group and someone knows the candy, maybe. Code is food for your computer. Be wary. Our large Open Source group of friends has learned about many kinds of candy and shouts loudly when some in the group becomes ill. You don’t want to become ill. Some risk exists, but with a large group it is generally ok. Don’t install packages as root, don’t install what you don’t need.

    I run my frontend builds through Docker (also during development). By isolating access to the host system to the files/folders necessary for development I’ve shielded off the majority of current realistic attacks I’ve seen as NPM based exploits. I’m certain the approach can be replicated for other frameworks, but we use Ember and docker-ember. I doubt it runs as smoothly on a non-Linux OS.


  • Was hoping to see more discussion here. When I maintain them, which I don’t do enough, I tend to go to a site depending on the make.

    Mercedes seems to have great part service in house, for Citroen and Porsche I use an aftermarket reseller (online), for the MX5 NA there are lots of online options (even Ebay).

    I have sourced second-hand parts but it takes a long time.

    Common things, like batteries or generic tools, I source in local shops. It’s globally produced but they can give good advice on battery chargers and the likes, plus we all know we should buy locally when we can.

    I used to order motorcycle parts from Great Brittain, but with Brexit I’ve completely stopped that. I have not found good alternatives there.






  • Exactly. The Semantic Web is broader than Solid but Solid is great for personal apps.

    Say you buy a smartphone. The specifications of the smartphone likely belong elsewhere than in a Solid Personal Online Datastore, but they can be pulled in from semantic data on the product website. Your own proof of purchase is a great candidate for a Solid POD, as is the trace of any repairs made to it.

    These technologies are great to cross the barriers between applications. If we’d embrace this, it would be trivial to find the screen protector matching your exact smartphone because we’d have an identifier to discover its type and specifications. Heck, any product search would be easier if you could combine sources and compare with what you already have.

    The sharing tech exists. Building apps works also. Interpreting the information without building a dedicated interface seems lacking for laymen.


  • IPFS would replace Content Delivery Networks in present day.

    It would also allow you to host software and other content from your own network again without the constraints modern Internet Service Providers pose on you to limit your self-hosting capabilities.

    If applications are built for it, it could serve as live storage for your applications too.

    We ran ipf-search. In one of the experiments we could show that a distributed search index on ipfs-search, accessible through JavaScript is likely feasible with the necessary research. Parts of the index would automatically be hosted by clients who used the index thus creating a fairly resilient system.

    Too bad IPFS couldn’t get over the technical hurdles of limiting connection setup time. We could get a fast (ElasticSearch based) index running and hosted over common web technologies, but fetching content from IPFS directly was generally rather slow.





  • Might it be that the chargers are mostly less known? The few times I wanted to have a charger on the road there were ample (fast) options on my way. Discoverable through various apps. This is within Europe, no idea about other places. Europe also has CCS for fast charging so no connector issue (adapter needed on Tesla but it works).

    It used to be more of a challenge 10 years ago but even then is was feasible to reach destinations quite far. Detours were sometimes needed back then.




  • Belgian here. It’s about money and racism. Flanders (north) makes more money and has a higher employment rate. The separatist movement aims to put Flanders’ wealth first.

    Foreigners are perceived to threaten our way of life and are perceived to cost money too. Vlaams Belang has been rather controversial in their statements earlier with a new young team creating some uproar. Both claim to benefit the Flemish citizen and will create better jobs with higher incomes.

    Far left also gained ground so we are becoming more polarised.





  • I write my notes in org-mode. It’s supported in many editors in a basic form, letting you add code snippets etc in an unobtrusive way. Using a well thought out format helps you in the long run.

    I use this in Emacs, through which it lets me refer to emails, execute code snippets, attach related files, fetch content on/from remote servers, send off the debug session as an html email, … Support will depend on your editor but even as raw text it works.

    I don’t use something specific to make non-code repeatable as you suggest here, but you could embed a test language in an org code block.

    The syntax is straight-forward and exports to multiple external formats exist (eg: html).