scheep

joined 3 weeks ago
[–] [email protected] 3 points 4 hours ago* (last edited 4 hours ago)

for me:

  • google drive > pcloud (objectively better app tbh)
  • chrome > librewolf > floorp (i like having the tab bar at the bottom, and librewolf is a bit annoying sometimes)
  • photos > ente
  • gmail > proton > tuta > "disroot" (proton and tuta aren't IMAP, and their first-party apps are slow. disroot probably isn't the best one, I just chose one that supports IMAP)
  • google search > ddg > SearXNG
  • google office > onlyoffice on windows, libreoffice on linux
  • google maps > Organic Maps
  • google passwords > bitwarden
  • google auth > ente auth :)
[–] [email protected] 2 points 1 day ago
[–] [email protected] 2 points 1 day ago

still pretty interesting though

[–] [email protected] 4 points 1 day ago (1 children)

I’m looking for ones where the chemical formulae is a valid one for a real compound. Don’t think “princess” is a real chemical compound

[–] [email protected] 2 points 1 day ago (2 children)

sodium bromate?

 

What’s the longest chemical formula that spells out a word, but is also an actual chemical formula?

I’m able to come up with “HI”, or hydrogen iodide (which is a real compound). “He” also works, which is just helium.

I’ve tried to use AI to find one, but it was only able to produce CuTe, copper (II) telluride, BiTe, bismuth telluride, and LaTe, lanthanum telluride.

What’s the longest chemical formula that is both valid and spells out a word or phrase?

1
submitted 2 weeks ago* (last edited 2 weeks ago) by [email protected] to c/[email protected]
 

sorry about spamming your feeds with 17 cross-posts. that was not right and I won't do it again, I promise!

I would just like your feedback and opinion, good or bad, on the PC components I have on a project I've made called "bestof". I've worked on it for quite some time, and after some recent changes to improve the PC builds section I think it is ready to be shown off.

a few notes:

  • only recommending CPUs that aren't on dead platforms for upgradeability reasons. however, if you are on a budget, I have mentioned the 5600, 12100F, 12400F, and the 5700X3D as solid options
  • PC cases are almost 100% subject to personal preference, I just suggested a few popular options as well as some good cheap ones
  • I did not recommend the RTX 4090 as most people don't need it unless they have money to burn. Both AMD and Nvidia GPUs have been mentioned

If you have any questions or think any of my picks are wrong (which many of them probably are) then please lmk!

https://swarbler.github.io/bestof/tech/pc-builds/pc-builds

 

(https://just-the-docs.com/docs/customization/#define-a-custom-scheme for reference)

I am using just the docs (jekyll theme) + github pages to create a webpage and trying to have two separate colour schemes: a normal and high contrast option.

I am using a custom style with "_sass/custom/custom.scss" to set all the colours, layout configurations, etc. because there are some options that are not available using "_sass/color_schemes/foo.scss" such as more control over the colours of different elements.

However, I cannot find in the docs how to make it possible to easily switch with a custom.scss. One option is to create two github pages sites, one with high contrast and the other with normal colours, but that's really janky. just-the-docs seems to only allow you to create switchable colour schemes if you use "color_schemes/foo.scss" rather than "custom/custom.scss".

Am I forced to create a second github pages site for high contrast, or is there a way to switch between two different custom.scss?

1
submitted 2 weeks ago* (last edited 2 weeks ago) by [email protected] to c/[email protected]
 

edit 2: Okay, I've made a few changes.

First, the printer's MSRPs are listed, making it easier to compare the printers. Voron has been added to the top of the subjective ranking, I left it out completely beforehand.

Qidi has been added, they are very good actually! The SV06 ACE has been added as well as the "Plus" variant, and the SV08 is corrected as a voron CoreXY kit rather than a prusa clone. I've also added the Prusa Mini+, but with a note saying that Sovol, Qidi, etc. have better value printers. I've also got BoxTurtle as an alternative to ERCF.

If you have any other suggestions, please lmk!

edit: really sorry for cross-posting the same thing 17 times, I won't do it again. I just wanted to share a cool project I made, but I should not have done what I did. Sorry for spamming your feeds. whoops!

I would like some feedback on bestof. Mostly relating to the 3D printing section as this is a 3D printing community, but also the site in general.

What things are missing or should be changed? How can I improve bestof?

After some comments in other communities, I've decided to start working on a better colour palette for higher contrast as well as adding more details to WHY I recommend the "best" things. A lot of categories don't neccesarily have a "best" (such as software) and I definitely need to improve on that front. I might even add a "reviews" section for more in-depth information about each thing.

I would really appreciate any feedback you have, and I'm really sorry about the spam! Promise I won't do it again!

original post:

This has taken quite a long time for me to make and now I can finally show everyone! Please lmk if you have any questions or think my picks should be changed to something else!

https://swarbler.github.io/bestof/workshop/making/3d-printing (3D printers, filament, etc.)

 

sorry about crossposting the same thing 17 times, that was my bad. That was definitely spam and I won't do that again! Apologies for possibly making a mess out of anyone's feeds.

Not a very good introduction to myself, so let's start again (without the spam).

Hi, I'm sbird, and I like to make fun projects in my free time. I enjoy programming, 3D printing, and photography. My favourite food is rice. The best Harry Potter book is Prisoner of Azkaban, and I joined the fediverse a few months ago and Lemmy very recently.

My thoughts on the fediverse so far have been positive. Pixelfed has been very nice, and Mastodon has been pretty good too. I love that there's so many different third-party client apps for all three of them!

anyways, I have exams to study for, cheers!

 

note: i did NOT create the ASCII art. I'm not good enough to do that. I found on various ascii art archives as well as those image to ascii art converters for the continents I couldn't find.

countryguess was a project I made recently because I wanted to make a quiz that could be customised as you see fit. Also, I had no clue how to make GUIs with Python and ASCII art is cool so I decided to roll with it. It turned out pretty cool!

I made the maps by printing the ASCII art map, and then all the spaces that make up each country would be an array. These arrays would fill up the spaces like morocco[0], morocco[1], etc.

Then, when the country is guessed, the country (or an alternate name/abbrviation, such as uk for the united kingdom or ivory coast for cote d'ivoire) is matched with its index in the list of countries in that continent.

A second list contains all the countries that show up on the map (excluding citystates, islands, etc. that aren't big enough to be shown on the map) and has all the countries as either 0 (false) or 1 (true). Whenever the country is guessed, its respective list item turns into 1.

The map printing function checks each list item for whether it is true or false. If it is true, then the list of spaces for that country would be replaced with a list of equal length and equal number of characters but with hashes "#" instead of spaces " ". This means that, when the county is printed, hashes are printed instead of spaces and the country fills up

I've got africa, europe, north america, and oceania completed. I haven't yet made the map for asia because it's HUGE, and south america I haven't done yet as well. Also, central/eastern europe is VERY out of proportion and will be fixed...eventually. (i.e. long romanian panhandle)

other fun features I added include the ability to enable/disable disputed territories (Western Sahara, Kosovo, and Somaliland bc why not) and the U.N. observer states (the Vatican and Kosovo) as well as score saving to a "scores.txt" that shows the date, time, and name of quiz that you complete along with your score.

once I finished all the continents, I'll work on making a world quiz with ALL the countries. other things like capital quizzes and flag quizzes could be added on later, but that's likely very far into the future.

here are some more screenshots:

europe europe

oceania oceania

north america north america

the github link if you want to look at the code or just have a go at the quiz: https://github.com/swarbler/countryguess

[–] [email protected] 0 points 2 weeks ago* (last edited 2 weeks ago)

yep, I fixed the typo! I've always thought it was spelt Mastadon. weird. I never used Facebook/Instagram/Snapchat/whatever even before I knew about the fediverse. I basically only use Mastodon to keep up to date with tech news through following accounts like android authority. Pixelfed I use just to share photos I've captured. Lemmy I use as what it is: a reddit alternative. Never used frendica before, but probably won't try it since I personally have no use for it.

[–] [email protected] 0 points 2 weeks ago (1 children)

not sure, OVOS and Mycroft were the only two that was mentioned a lot online. There aren't many good voice assistants that aren't Alexa/Google/Siri so those two are your best options

[–] [email protected] 2 points 2 weeks ago

oh cool, never knew about that. I'll add that then! I searched for a little bit and it seems WAY more lightweight than the official bitwarden server.