I’m a huge fan of otome visual novels, but I don’t think it’s something that many here would appreciate lol
Interests: programming, video games, anime, music composition
I used to be on kbin as e0qdk@kbin.social before it broke down.
I’m a huge fan of otome visual novels, but I don’t think it’s something that many here would appreciate lol
Definitely! I usually name my files starting with YYYY_MM_DD
(which makes it easy to sort by the date I started making the file), a number for which entry it was on that day (1,2,3,4… plus sometimes a letter too if I want to keep multiple drafts), and a few words if I have other details I want to remember. e.g. “transcribe_song_by_artist
” or things like “cont_YYYY_MM_DD-entry
” when I continue working on a piece from a long time I ago. Sometimes I add a title after that too if I wanted to give the piece one.
Deliberately copy snippets of a work you’re interested in as a study – e.g. transcribe it – and experiment with elements you find interesting (rhythm, chords, synths, effects, whatever) in small test pieces to make sure you understand what’s going on. Let the ideas stew for a while and then much later try to use the techniques you learned in a real piece.
That’s what I do anyway.
If you want to improve significantly, go read someone else’s code and modify it. Try to fix a bug in a program you use, add a feature you want that doesn’t exist already, or even just do something simple for the sake of proving to yourself that you can do it – like compiling it from source and figuring out how to change some small snippet of text in a message box. Even if you don’t succeed, if you put in a serious effort attempting it, you will almost certainly learn a lot from trying.
Edit: changed wording to try to be clearer
Google puts telemetry in the default keyboard app. Let that sink in for a moment.
I have a few of those, and while the ones I bought have worked out fine so far, I think it’s worth cautioning people that they are annoyingly loud doing basic operations.
I wrote something like this before for academic researchers to load data sets on display walls by using their cellphones. I approached it by building a simple website. When the user logs in, they’d see a table of entries (from a directory listing on a shared file server that they could drop their data sets onto) and could click a button that made a form post to the server which caused it to run whichever programs were needed to load the data set they wanted (or run a couple of other handy commands – like turning the monitors on/off, etc).
You can do something like that too in Python if you want:
subprocess
library. If you know how to launch the programs you want from the command line, it shouldn’t be too hard to figure out how to do it from Python by reading the documentation. It will take some more effort to figure out how to interact with it (e.g. to stop it from user input) without blocking your script, but this can be done.localhost
(possibly plus a port) or from on your LAN by putting the IP of your computer into the address bar.os.listdir
, or something more involved like tracking the entries with a spreadsheet or database or JSON file that lets you associate custom metadata with each entry (like a custom name to show or an icon to display or when it was last launched, etc.)<
into <
that are needed for HTML output and also repeat patterns using entries from lists you provide to build the rows of tables and such for you.Good luck and have fun!
My old username from reddit and HN was already taken and I couldn’t think of anything else I wanted to be called so I just picked some random characters like this:
>>> import random >>> ''.join([random.choice("abcdefghijklmnopqrstuvwxyz0123456789") for x in range(5)]) 'e0qdk'
I have that literally in my kbin profile, but it’s not on my reddthat one. (I think I tried to copy it there originally when I set up the account but ran into some issue with Lemmy’s UI – been long enough that I forget what exactly.)
I think the term would be “necrobump”
That’s from old school forums where posting to a thread bumped it back to the top of the feed and thus thrust old info prominently into everyone’s view again. You won’t get that same bump effect with most sorts on Lemmy. (“New comments” sort might work like that though? I’m not sure exactly how that’s handled.)
otherwise everyone has moved on
It’s pretty rare to get much of a response even after just 24 hours or so – not just in terms of comments, but even for upvotes. I think after that point, posts are usually so far down people’s feeds that almost no one sees it any more. That probably also discourages most people from replying since basically no one will see it. (Maybe the poster of the thread or comment you’re replying to will see it, but probably almost no one else will if it’s more than a day or so old.)
Some people do dig through community archives and/or user profiles – particularly after a new thread is posted – and they’ll occasionally upvote old posts, but they very rarely comment.
Just the other day, I got a reply to a thread from ~6 months ago on kbin!
It was spam. :/
I quit YouTube along with reddit last summer. I don’t use alternate interfaces. I haven’t found a replacement for most of the niche content I liked to watch there – and yes, that sucks.
I’ve mostly been watching offline content (like DVDs and things I downloaded years ago) when I want video entertainment, and doing other stuff with my free time.
You might think that’d mean more time playing games given my interests, but I’ve found I’m a lot less enthusiastic about playing through games if I can’t watch an LP or two of it afterwards. So, I’m actually playing (and also buying) less of those than I used to too.
The Japanese text on the bottom of the left image says: Sapporo (Draft) Black Label beer. I can’t tell what the four characters under 生 are though. (Too blurry for me to figure out.)
Edit: those characters might be 非熱処理 – meaning unpasteurized.
Best way to fix that is to join in and post something!
Otome isn’t my personal interest (my sexuality goes the other way), so I don’t have much to say myself, but I’ve seen Elevator7009 trying to build a community first on kbin.social (before that site died) and then on kbin.run (before it died) and now there and I’d like to see her efforts succeed.
If you’re not interested, feel free to ignore it, but if you’d like a place on Lemmy for discussion, there are at least a few people there who’ve been trying their damnedest to get something going.