Meyerweb, to random
@Meyerweb@mastodon.social avatar

I know language is fluid and I try not to be overly prescriptivist, but I am never going to be able to accept “learnings” as a valid noun. I’ve tried, but I just can’t, and I need to accept that about myself.

elb,
@elb@fosstodon.org avatar

@Meyerweb I'm with you, but how do you feel about “teachings?” After remembering that word, which I'm OK with, I'm torn about “learnings.” #Language #Usage

wwwgem, to linux in [FIXED] unable to login after update 6.8.7
@wwwgem@lemmy.ml avatar

I’ll put the link to the wiki here again ;) https://wiki.archlinux.org/title/Chroot

“Run arch-chroot with the new root directory as first argument:


<span style="color:#323232;"># arch-chroot /path/to/new/root
</span>

You can now do most of the operations available from your existing installation. Some tasks which needs D-Bus will not work as noted in #Usage

joe, (edited ) to webdev

Have you ever stumbled upon those form fields that suggest options in a drop-down as you type, like when you’re entering a street address? It turns out, that making those are not as difficult as you would think! Today, I’m gonna walk you through three cool ways to pull it off using Vue.js. Let’s dive in!

Vuetify

If you are a Vue developer, you have likely used Vuetify at some point. It is an open-source UI library that offers Vue Components for all sorts of things. One of those things just happens to be Autocompletes.

See the Pen by Joe Steinbring (@steinbring)
on CodePen.

Last week, I spoke about creating a repository of data for coding examples. The first one is a list of counties in the state of Wisconsin. In this example, the values from the API are stored in a counties array, the value that you entered into the input is stored in a selectedCounty variable, and the fetchCounties method fetches the values from the API. Thanks to the v-autocomplete component, it is super easy using Vuetify.

Shoelace

Shoelace (now known as Web Awesome) doesn’t have a built-in autocomplete element but there is a stretch goal on their kickstarter to add one. That means that we need to build the functionality ourselves.

See the Pen by Joe Steinbring (@steinbring)
on CodePen.

Our Shoelace version has a filteredCounties variable so that we can control what is shown in the suggestions and a selectCounty method to let the user click on one of the suggestions.

Plain HTML and CSS

We have already established that Shoelace doesn’t have an autocomplete but neither does Bulma or Bootstrap. So, I figured that we would try a pure HTML and CSS autocomplete.

See the Pen by Joe Steinbring (@steinbring)
on CodePen.

This is very similar to our Shoelace example but with some extra CSS on the input. You might be wondering about that autocomplete attribute on the input. It is a different type of autocomplete. The autocomplete attribute specifies if browsers should try to predict the value of an input field or not. You still need to roll your own for the suggestions.

https://jws.news/2024/how-to-impliment-an-autocomplete-using-vue/

#Autocomplete #HTML #JavaScript #VueJs #Vuetify #WebAwesome

kagan, to Catroventos
@kagan@wandering.shop avatar

Quick usage/vocabulary note:

A "riff" is a short sequence of musical notes:

  • "The lead guitar riff in that song slaps!"

A "rift" is gap or fissure (literal or metaphorical):

  • "The earthquake opened up a rift in the ground."

  • "My friend saying that thing has caused a rift in our friendship."

Kat, to fediverse French
@Kat@hostux.social avatar

Vous vouvoyez ou tu tutoies sur le ?

alcea, to Kubernetes German
@alcea@urusai.social avatar

@neatchee

How is urusai stacked in terms of / ?

(I was on a server once that completly miscalculated, vastly overshot and crashed n burned terribly ..)

Also, will you limit or approve new accs manually to prevent overflow ?

Masto.social is a hell place imo..
Far too big
wtf

BBCRadio4, to Etymology
@BBCRadio4@social.bbc avatar

📚 Every year the big dictionary publishers decide on the year's most important word. This year's Oxford Word of the Year is 'Rizz'.

Word of Mouth is a podcast about language and how it evolves, presented by poet and educator Michael Rosen.

There are over 250 episodes on BBC Sounds, covering every aspect of language - from chatbots to 'goblin mode' to Shakespeare to sci-fi to Yiddish to apostrophes…

https://bbc.in/4a4oTTq

RandomCanuck, (edited ) to random
@RandomCanuck@mstdn.ca avatar

Hey @grammargirl, I have a question that I’m hoping you can help answer. I learned at one point that the correct usage of the words comply and conform are that you comply with laws, but that products or designs conform to standards. The dictionary is not quite so definitive. What are your thoughts on this?
#grammar #usage

killick, to random

Give, gave, given

Please consider one of these time-tested words before you turn gift into a verb.

#usage

fosslife, to Energy
@fosslife@fosstodon.org avatar
Logophilius, to random
@Logophilius@indieauthors.social avatar

Is this yet another indication that I just need to accept that "sunk" is now acceptable as a simple past tense of "sink"? Has "sank" sunk?

What say you ?

Celrunia_QT, to Games
@Celrunia_QT@net4sw.com avatar
iamdtms, to internet
@iamdtms@mas.to avatar
WordsByWesInk, to edibuddies
@WordsByWesInk@mstdn.social avatar

New post: e.g. vs i.e.
The Latin abbreviations e.g. and i.e. are sometimes confused. This post explains how to use them (e.g.., not mix them up).
https://www.wordsbywes.ink/articles/usage/e-g-vs-i-e

@edibuddies

boilingsteam, (edited ) to fediverse
@boilingsteam@mastodon.cloud avatar

What do you boost on the verse most of the time?
#fediverse #usage

boilingsteam, (edited ) to fediverse
@boilingsteam@mastodon.cloud avatar

I use the Fediverse mostly for...

Zenzio, to archlinux in How to properly use bubblwrap?

I don't have any experience with Bubblewrap. Is it what people tend to use instead of its alternatives? Have you had a look at Firejail? I think it does what you are trying to achieve and has a lot of these preconfigured scripts for a variety of the applications you might use (they call them profiles). https://wiki.archlinux.org/title/Firejail From the archwiki:

Most users will not require any custom configuration and can proceed to #Usage.

Firejail uses profiles to set the security protections for each of the applications executed inside of it - you can find the default profiles in /etc/firejail/application.profile. Should you require custom profiles for applications not included, or wish to modify the defaults, you may place new rules or copies of the defaults in the ~/.config/firejail directory. You may have multiple custom profile files for a single application, and you may share the same profile file among several applications.

If firejail does not have a profile for a particular application, it uses its restrictive system-wide default profile. This can result in the application not functioning as desired, without first creating a custom and less restrictive profile.

It also has support for use in conjunction with Apparmor: https://wiki.archlinux.org/title/Firejail#Enable_AppArmor_support

Note: A lot of applications won't have any read or write access anywhere but /home/$USER/Downloads. So one example from me would be that I copied the Firefox profile from /etc/firejail/firefox.locale to /home/$USER/firejail/firefox.locale and edited the latter to allow Firefox access to /home/$USER/Pictures for the sake of convenience when saving a picture.

Just my two cents in case you are not dead set on Bubblewrap.

petersuber, to books
@petersuber@fediscience.org avatar

From #JSTOR: "When publishers converted licensed #ebooks to #OpenAccess, they saw #usage surge by 5,500% on JSTOR."
https://event.on24.com/wcc/r/4197696/F7085820D164E76616E6FBC48A4F7C27

#books

serpicojam, to random
@serpicojam@mas.to avatar

Is it sync or synch?

My preference has always been sync but I'm looking for input on this.

#editing #usage

grammargirl, to books
@grammargirl@zirk.us avatar

I just moved to a new instance, so here's a new

I'm the host of the Grammar Girl . You may have hit my website searching for something like "semicolons." I love books, online courses, and I founded the Quick and Dirty Tips podcast network.

I post about , , , , and other stuff. I'm a fan of , , , , , in general, and I'm on the writers board.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines