It’s an internet slang that means to excessively fawn over someone.
- 0 Posts
- 8 Comments
I watched half of the DHH interview in awe of the non stop glazing. Blocked his channel after that embarrassing display.
Hugh@programming.devto
Learn Programming@programming.dev•Trying to learn website development by developing my own from scratch.
0·19 days agoI am curious about your workflow, are you writing your blog posts in markdown, the using an online markdown to html converter, then copy pasting the output onto your website?
Also this is a good resource for learning some CSS: https://css-tricks.com/
They have some very helpful guides for things like flex boxes: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
Hugh@programming.devto
Learn Programming@programming.dev•Trying to learn website development by developing my own from scratch.
0·20 days agoHow are you generating the html?
Hugh@programming.devto
Technology@lemmy.world•1Password wades into a right-wing mess after funding a Linux projectEnglish
61·20 days agoI partially blame people with big audiences that keep hyping him up and platforming him. Primeagen interviewed him on YouTube and was worshipping him the entire video. Embarrassing display.
I’m glad this is getting a lot of push back. The FOSS community should be a welcoming collaborative space, but such an environment is not possible when bigotry is is tolerated.
Hugh@programming.devto
World News@lemmy.world•Netherlands moves 86 tonnes of gold from US and Canada to UKEnglish
0·20 days agoThe UK famously stole Venezuela’s gold, so I wouldn’t trust them much more…


Very cool thanks for sharing. I don’t have a CSV viewer app in “Open with…” context menu because I don’t have a file manager…
Last time I had to deal with a large CSV file I think I just used some combination of
sort,wc,cutandgrep. Or I import it to python and use numpy