sga

joined 5 months ago
MODERATOR OF
[–] [email protected] 2 points 7 hours ago

this is regardless of that. The meme explains it a bit wierdly, but we start with 17 squares, and try to find most efficient packing, and outer square's size is determined by this packing.

[–] [email protected] 3 points 9 hours ago

Thank you for making this instance.

[–] [email protected] 5 points 2 days ago

I have a script which fetches bib entries for pdfs, and then renames it to my prefered format (names of author (no more than 2) - name of paper).

in case you are interested


#!/usr/bin/env sh

newnamefn(){
	bib="$(pdf2bib "$1")"
	name="$(echo "$bib" | grep "title = " | cut -d'{' -f 2 | cut -d'{' -f 1 )"
	authors=$(echo "$bib" | grep "author = " | cut -d'{' -f 2 | cut -d'{' -f 1  | sed -z 's/\ and\ /\n/g' | head -n 2 | tr '\n' ' ')
	echo "$authors-$name" | detox --inline
}

for i in "$@" ; do 
	newname="$(newnamefn "$i")" 
	mv "$i" "${i%/*}/$newname".pdf
done

detox --inline is just a utility which makes the file names shell friendly (removes special characters and spaces), but that is optional. Also, technically the newnamefn is what does all of the job, and below is just a loop to iterate on all files that are given as input like script file1 "file2" file3, where file2 had some special characters, so enclosed in "" quotes. you can also translate it to python, then you would not even require sed and grep (you can just get output in json-esque format). I have a small keybinding in my file manager, which renames all selected files, so I do not have to spend any amount of my mind

you can make it work in any os (maybe use some llm for it), you just have to install pdf2bib

[–] [email protected] 2 points 6 days ago

It happens. I have seen it on my comments, I have seen it on others. This is largely human behaviour - this person has said something so wrong, I must correct them, times 10 billion

[–] [email protected] 2 points 6 days ago* (last edited 6 days ago) (1 children)

Easy, bowl 2 overs from each end

broadcasters would not allow this. I agree with your general sentiment, but advertiser usually sneak in 30-40 s of ads in this time, and if we do not change ends for 2 overs, then essentially total break time would be halved. there still would be some small window where bowler will collect their items from umpire, and next bowler comes, so not halved, but more like 30% dip in breaks, and that is 30% dip in ad revenue.

I’m very pro bowling

My man. Game currently is way too much in batters court. Recent ind vs eng match basically was a display of very ipl esque batting and flat pitches. I did not expect a full time bowler, who has bowled atleast 10 overs to have a economy over 6; especially a fast bowler.

Deliberate short run: I like it.

will ask the fielding team to decide which batter they want on strike.

This seems a tad too powerful. Especially, becausee decision that a short run was deliberate or not is still largely subjective (how far do you have to be from the crease line for it to be deliberate or just accidentally short. and if the batter is not looking vs looking at his bat/feet as they approach the crease line)

Now refering to linked article

Also, can we please nearly get rid of umpires call. I kinda hate it. Especially, wickets hitting being less than 50%. If the trajectory known is not precise, then there should be changes done to predict trajectory better. In last 10 years, the measurement has approved, with better/cheaper cameras, which now record at even higher rates (hence, we would have more precise and larger amount of data), but the 50% has been the same. 50% should at least be decreased to something like 10%. Practically, if there is no contact involved with body, bails get removed with any reasonable amount of impact, so even 10% touching would dislodge the bails.

So if there is an appeal for an lbw as well as a run out, the TV umpire would now first take up the leg-before review as that occurred first. In case the batter is out, then the ball would be declared dead.

Thank you, it had to be done.

The injury will need to be evident and visible to the match officials before they allow a full-time replacement. This would not apply for players suffering hamstring pulls or niggles.

this "not applies to hamstring/ niggles" is bad imo, because these are one of the most common form of injuries one can get. I get the idea that these are also easy to fake, but maybe icc officials can allow one (or both) team physios to check the player, and verify if the injury is sub worthy or not. In recent memory, tim david (some ipl match I do not remeber exactly, but towards the end of season) got a hamstring pull. Most fast bowlers keep getting niggles because that is the demand of fast bowling on the body.

[–] [email protected] 2 points 6 days ago

yes. And since there was almost no activity on this post, that hints that this community did not really have a active user base, so there would not be huge loss. maybe any posts intended for this community will be going to /c/physics

[–] [email protected] 3 points 1 week ago

I am not a drummer, but I did learn something closer to piano.

My 2 cents - Just go and teach. I would have loved if I were taught drums. The children who lost their last teacher also lost some of their recreational activties, and regaining that would be great. Also, DRUMS ARE FUN!.

Do not be afraid. If you think you are not going to do well, maybe try to teach it to some relative or friend or neighbours' kids first, and make sure it is a good experience for them.

[–] [email protected] 5 points 1 week ago

might as well take a safety factor of 2, so I can use τ, which requires less tie to write than π (I am a engineer)

[–] [email protected] 3 points 1 week ago

yes, there are "characters" from linux universe (like bsd puffer fish, or krita female something, goat (fsf) and more))

[–] [email protected] 11 points 1 week ago

what exactly are you looking for? there are many guides for switching to linux, for example, arch wiki; has enough details for anybody. similarly, there are other distro wikis (fedora/debian/mint/....). But none of them are specifically for switching from windows (10). Most of them do mention that backup your stuff, or mount windows partitions for moving stuff.

If you need something to switch specifically from windows, that is hard. because the way people use windows changes a lot with people. My personal recommendation would be to just search "switch to linux" on youtube, find suitable videos (in prefered languages or target audiences, which are also suitabbly licensed(most linux youtubers release their stuff under some variation of cc, and youtube by default has also some cc license for all videos. you can check about licenses in youtube description.)). Video demos for people today or more approachable, and can also help navigate any issues that might occur during the move. Once they have some distro installed, they can look up distro wikis to build upon.

[–] [email protected] 2 points 1 week ago

no (ish), what I meant there was i can manually click through all links in yacy's index (a bit of a hyperbole). But as I had hinted, I have offline backup for a lot of pages (so it is not a index really, but it is searchable and i can just open pages). I have nearly 0.5 million articles. 90+% is wiki, then arch and programming books/docs, and hopefully more to come. And all of this requires less than 60 GiBs, and searching is really fast (my typing speed is the limiting factor)

[–] [email protected] 1 points 1 week ago

I’d be curious to know what your native tongue is

I would not give you a specific language, but country is India

Orientation refers to the same thing as attraction

this is new to me. In my post I used orientation for what I assumed to be gender, but I had no idea it was also related to attraction.

I do understand both points of finding similar folks or possibly finding partners

 

TL;DR - why do we need so many terms? can we all not use just a simplified pronoun system (as explained below, or if someone else comes up with something better), and can we stop adding a sexual preferences as a part of gender, as that is something too personal in my opinion?

I primarily want to understand how it relates to a person's identity.

Before starting, let me partially introduce myself. I am a male, and If I get my terms correctly, I am possibly Aero Ace. I am (possibly) coming of a privilige that my percieved gender identity is same as that of what I accept myself to be. Also, I have not read any literature or watched much content about this stuff. I am not asking anything about why would someone have a "different gender". I just want to understand how it relates to you as a being.

And before going ahead, I am not sure gender is the best word or not. If it is not, please correct me. And I am sorry in advance in case I say stupid or bizzare or straght wrong stuff. Please forgive me if possible.

Also I am quite ramble-y, so reading and understanding what I write may be hard, or non-sensical, so pardon me for that too.

My first question is, why do we have so many terms? I know the answer is somewhat obvious, that everyone has there own preferences, and it may not align with someone else, so to identify themselves, they would get a different label. (kinda like names, if everyone had same names, it would cause confusion) But I also want to ask, Is using a label not somewhat alienating?

Try to understand my perspective, I have almost never mentioned my gender to anyone. Possibly it is because my "attire" says it. Or maybe it is because I am not a very social person, or the fact that I have never had a "personal" conversation with some other person. My general conversational idea is how it goes with siblings - slightly informal, a lot of stupid slander, and jokey stuff, and the actual stuff. If someone comes to me, and mentions there gender, I kinda do not know how to process it. because as I understand, 1 part of gender ideentity is what "orientation" (sorry if it is a bad way to put it, but I want to mean how they dress, or how they want to adressed as) and another is sexual preferences. I understand that If I know there gender, I can atleast address them as they prefer (also I do not know how to do it in general. I am an old school guy, I use they/them/their for people older than me (as a form of honorification), with small children (it is somewhat amusing, and also children like it when they get respeect) and whenever I do not know what gender a person is, or how does that gender prefered to be addressed). But this gave me the thought, that why do we not use the same pronouns for everyone (for example they/them), or maybe 2 pairs, one for formal, one informal, or 1 more pair, for singular and plural. Why do pronouns have to depend on gender?

The second part is sexual prefernces. I do not know much about sex or sexual preferences. I am a young adult, and have not had to know about this for any person that I have met yet. I have never had the interest to know about this for someone, neither have I retained this information. I understand that if you are looking out for partner/s, then you would have to share this, so we would have to use some words for it. But why do we have to keep this as a part of gender. As in, why would I want to share this information with my governments (who do census), or for my visa applications. Should this not just be something personal?

I understand that one reason to have some words for it is inclusivity. If, for example, we want some group to better assimilate with society, and we want to do some "positive discrimination" (I do not know if this is appropriate wording or not, what I mean is for example, reservations, or some other kind of actions to integrate some people in society), then we would need some terms to make rules with. And that makes sense, but then again I feel that revealing your preferences is a bit too revealing. Am I overblowing this? I also understand that completely ditching the sexual part from gender might not be possible today. It would probably require a more accepting society. For example, in most places, gay marriage is still illegal. I do not know why laws have to have laws defining marriage (it may have something to do with subsidies going for marriages, or definitions of families/spouse being used by insurance companies or any other banking system, where your spouse also gets certain benefits/rights), or gay adoption is illegal, but can we not make something like - any reasonable person/s can adopt anyone (where reasonable part is just to maybe seculde criminals, or people with prior histories of child related offences, or if they are not financially stable - but all this is very separate discussion)

If a person tells me their gender, how should I react/respond to it? Is my current line of actions appropriate (just address them with their preferd pronouns, and if I do not know that, use they/them; completely ignore the sexual part of it)

Another thing that I want to ask is, why do some groups use different acronyms? I remeber hearing about this the first time, and the word used was LGBT. Then I heard LGBTQ, then LGBTQIA+, and today I heard LGBTQ2. I presume that since more people are getting aware, and they are trying to express themselves, they need some newer words, and hence the acronym would keep on evolving, if so, is it not a endless exercise? Am I being insensitive If I use one over other (for quite some time, I have been sticking with lgbtqia+, in hope that + means extensions, as in, others, so hopefully it is less excluding than others, but if that is not the case, please correct me.)

edit - moved my summary to the top as tl;dr

 

Most people either use google as their search engine, or one of the "privacy friendly ones" (ddg, qwant, brave, startpage, ...), or use self hosted or publicly available metasearch engines, like searxng, or whoogle, etc.

This websites lists out websites which have their own indexes, and which depend on big providers.

Why YSK?

It is good for your privacy to not use a big provider like google, which now prefers to serve you ai generated ssummaries, which are based on a few giant websites, and this is not good for a open web.

I am also a person who almost always uses "(insert query) reddit" to get better results, because I mostly do not want SEO spam, and reddit results used to be human generated content. Now even that is hit and miss. Also, reddit made a deal with google, so for newer results from reddit, you can only get them from google.

Then we have the "privacy friendly ones" which most of the time are wrappers for other bigger indexes, for example ddg famously uses bing, brave "suppliments" (read this suppliments as almost always) it's results from google, startpage is basically a google frontend, etc. Brave, qwant, and few others also claim to have their own indexes, but they are small and not rich as google and bing. Also, wwhen you think about it - what is their business model - how do they get money for the search apis - most either serve adds or have some form of tracking. Also, bing has "kinda" closed it's search api (not really clear about this), so many of these privacy friendly options will have to either switch to google, or only serve using their indexes.

Meta-search engines kinda seem like better options, as you can run searxng on your own machine, or use the public ones, but it still has problems. You are still bringing the big providers traffic, which makes their advertisement clients happier and prefer them over smaller search engines. If you use a public instance, then it is good for your privacy, but the public instance would now generate a lot traffic, and often get banned or rate limited, and hence you can not rely on them. If you use your personal instances (I did this for a long time), you will still be tracked as your IP is still visible. You avoid their annoying ui and popups but still are tracked.

So what should you use?

You can only decide this. I would prefer something which has a reasonable business model - if they do advertisement, that should ideally be non tracking. Ideally their client and server code should be foss (so you can verify their claims), or have paid plans or apis if you do not want ads.

For example, Kagi has only paid plans, but I do not prefer or use them, because they are expensive (5 dollars for 300 searches per month or something similar. I am from one of third world countries, and 5 dollars is a lot. plus 300 searches seem less to me) but that is subjective, and your privacy has a price, so this is not neccessarily a objectively bad thing. But their code is closed source, and they do not completely use their own indexes.

I have also used Mullvad's Leta search engine for about a month, and they are now effectively frontends for brave search or google (you can choose). Their business plan initially was that Leta was only available to their VPN clients, and VPN subscription would supplement the search cost. Now they have it available for free, so I do not really understand their business plan (maybe the number of clients they have is large enough, and number of leta users is small, that they can afford to run leta for loss, and maybe as possible advertisement for mullvad. Mullvad to me is a good privacy centric company. I am not their client, but they seem to be trust worthy. You can try them, but you would still support some big provider.

You can also try the independent search providers listed in the article. They are often small, serve bad (subjectively speaking; your taste regarding search engines is also heavily tuned to google like results because of years of exposure to it) results, but using them also supports open web (you would often find that these smaller providers do not have good indexes for big websites, and sometimes it is intentional, sometimes it is a byproduct of them being careful, or the websites banning/rate limiting then).

I have now started trying stract, and will try others too. You should also consider trying some independent search engines.

In my personal case - I have a offline setup where I have large sections of wikipedia and a few other websites (like programning language docs, or my favorite manga wiki, will be adding much of stack overflow soon) available offline, and I use my custon launcher to search through them (faster then searching them online). I bookmark a lot of sites (~ 2000) and do this to stop searching the same stuff over and over again. This has reduced at least 30-40% of all my searches. But I still need a search engine for anything I do not have currently, or stuff I do not/ can not get. I am trying stract, because it is open source, they seen to have some fine plans for business in future (non tracking, current search term related ads or subscription service ; currenlty they are running on previous funding from nlnet); search results are acceptable (not good, but servicable); and finally - it is written in RUST (I an a rust fan). I am not affiliated with the project, but just spreading a good word because I just found them, and could not find much online.

PS: I am not used to writing much, and not a good typist. Please forgive the brevity. Feel free to correct me, both on spellings and content

 

Most people either use google as their search engine, or one of the "privacy friendly ones" (ddg, qwant, brave, startpage, ...), or use self hosted or publicly available metasearch engines, like searxng, or whoogle, etc.

This websites lists out websites which have their own indexes, and which depend on big providers.

Why YSK?

It is good for your privacy to not use a big provider like google, which now prefers to serve you ai generated ssummaries, which are based on a few giant websites, and this is not good for a open web.

I am also a person who almost always uses "(insert query) reddit" to get better results, because I mostly do not want SEO spam, and reddit results used to be human generated content. Now even that is hit and miss. Also, reddit made a deal with google, so for newer results from reddit, you can only get them from google.

Then we have the "privacy friendly ones" which most of the time are wrappers for other bigger indexes, for example ddg famously uses bing, brave "suppliments" (read this suppliments as almost always) it's results from google, startpage is basically a google frontend, etc. Brave, qwant, and few others also claim to have their own indexes, but they are small and not rich as google and bing. Also, wwhen you think about it - what is their business model - how do they get money for the search apis - most either serve ads or have some form of tracking. Also, bing has "kinda" closed it's search api (not really clear about this), so many of these privacy friendly options will have to either switch to google, or only serve using their indexes.

Meta-search engines kinda seem like better options, as you can run searxng on your own machine, or use the public ones, but it still has problems. You are still bringing the big providers traffic, which makes their advertisement clients happier and prefer them over smaller search engines. If you use a public instance, then it is good for your privacy, but the public instance would now generate a lot traffic, and often get banned or rate limited, and hence you can not rely on them. If you use your personal instances (I did this for a long time), you will still be tracked as your IP is still visible. You avoid their annoying ui and popups but still are tracked.

So what should you use?

You can only decide this. I would prefer something which has a reasonable business model - if they do advertisement, that should ideally be non tracking. Ideally their client and server code should be foss (so you can verify their claims), or have paid plans or apis if you do not want ads.

For example, Kagi has only paid plans, but I do not prefer or use them, because they are expensive (5 dollars for 300 searches per month or something similar. I am from one of third world countries, and 5 dollars is a lot. plus 300 searches seem less to me) but that is subjective, and your privacy has a price, so this is not neccessarily a objectively bad thing. But their code is closed source, and they do not completely use their own indexes.

I have also used Mullvad's Leta search engine for about a month, and they are now effectively frontends for brave search or google (you can choose). Their business plan initially was that Leta was only available to their VPN clients, and VPN subscription would supplement the search cost. Now they have it available for free, so I do not really understand their business plan (maybe the number of clients they have is large enough, and number of leta users is small, that they can afford to run leta for loss, and maybe as possible advertisement for mullvad. Mullvad to me is a good privacy centric company. I am not their client, but they seem to be trust worthy. You can try them, but you would still support some big provider.

You can also try the independent search providers listed in the article. They are often small, serve bad (subjectively speaking; your taste regarding search engines is also heavily tuned to google like results because of years of exposure to it) results, but using them also supports open web (you would often find that these smaller providers do not have good indexes for big websites, and sometimes it is intentional, sometimes it is a byproduct of them being careful, or the websites banning/rate limiting then).

I have now started trying stract, and will try others too. You should also consider trying some independent search engines.

In my personal case - I have a offline setup where I have large sections of wikipedia and a few other websites (like programning language docs, or my favorite manga wiki, will be adding much of stack overflow soon) available offline, and I use my custon launcher to search through them (faster then searching them online). I bookmark a lot of sites (~ 2000) and do this to stop searching the same stuff over and over again. This has reduced at least 30-40% of all my searches. But I still need a search engine for anything I do not have currently, or stuff I do not/ can not get. I am trying stract, because it is open source, they seen to have some fine plans for business in future (non tracking, current search term related ads or subscription service ; currenlty they are running on previous funding from nlnet); search results are acceptable (not good, but servicable); and finally - it is written in RUST (I an a rust fan). I am not affiliated with the project, but just spreading a good word because I just found them, and could not find much online.

PS: I am not used to writing much, and not a good typist. Please forgive the brevity. Feel free to correct me, both on spellings and content

 

For me, fitgirl installer does not work with wow64 (where you do not have to install 32 bit libraries). I had earlier also tried with wine-wow64 package from chaotic aur repo, and it did not used to work back then, and now arch linux has made the default wine package wow64 version. This has benefits (smaller package size, you can disable mulitlib repo, etc), but now installer does not work. It gets stuck as soon as any decompression is about to begin. And to me not much is clear. My guess is the freearc compression that fitgirl uses, its decompressor does nto work in wow64. Has anyone else tried for whom it works? Maybe I have to add a separate dll for this and create a override. Fitgirl faq does not mention it (probably since wow64 is still relatively new).

If this is not a right community for this, then sorry, I do not know of a better one. (wine team would not handle requests related to pirated installers, fitgirl or related communities in general do not do linux much, and of them, only a small fraction would be using wow64)

For testing purposes, You can grab almost any installer, I went and sorted by size (smallest first) and got it, and it does not work. (I am not going to provide link here for somewhat obvious reasons)

 

lemm.ee instance is shutting down of 30th june, so we would have to migrate to some other instance. form more information, please check [email protected]

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

For more context look at the following posts

Look up what "Uplifting" means - https://lemmy.world/post/30071584

also I made a post some time back - https://lemmy.world/post/28597945

For voting - I will not use the post upvotes and downvotes as the vote, and instead, vote on the comments which are highlighted (spoken as moderator, in case your ui does not show them differently, just sort the comments by oldest).

This will essentially remove the votes of people who did not bother reading this line (I have no problem with someone being busy, and one may not have time to read) but someone who just reads titles and moves on is not really even caring about what community a post came from, and may just treat it is a post from news community. This is inspired somewhat by someones comment of thee first linked post, where they said they upvoted stuff but did not pay attention to what community they belonged to (I am not hating on them, actually it is great of them to admit what they did, which in itself is not wrong).

 

I don't even know if my choice fits my own question, but my vote is porygon 2 (extra tanky boi)

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

preferably the electro magnetic kind.

My current vote is 193 nm, and maybe 404 nm

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

my personal vote is 32 (close enough to being sqrt of 1000, which helps me mentally convert number from basis 2 to basis 10, also perfect power of 2, a odd power of 2). second would be 42. (Yes, I prefer ranked choice voting)

 

This will only apply to food. You would still get burning from spices for both.

 

No explaination, do as per your interpretition

 

(This has some grounds in reallity, so this very well is a post for brain storming). By not violating, i mean no creeping on others in their privatee places. Consider your selves owners of a factory which produces metallic objects which are transparent (properties similar to aluminium) what could be a product which could get you huge profits.

I would also like you to ignore the easiest option to make displays (for phones, laptops etc) which are much more tensile and durable.

view more: next ›