Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CA
Posts
7
Comments
1,081
Joined
2 yr. ago

  • There is one, it's called the IPA or International Phonetic Alphabet and is used mostly by linguist. The IPA spelling changes based on dialects within the same language and if you know all the letters and are able to pronounce them you could in theory read a text written in IPA and the listener could understand it.

  • Loads of great experiences and tons of diversity. I've had lot of great experiences through video games and it's never too late to start.

    You could start with by looking through some video game threads and asking more specific question like "I'm new to video games, what are some games that you recommend that are not to hard to pick up" or something.

    Recommend: Portal

    I personally think you should give Portal a shot, it's a 3D puzzle game that you can run on any computer and is one of the best games of all time, it's also pretty funny on top of that.

  • I mean, work is always a shit deal, trading life for money but you need money for life also including retirement which is a lot less guaranteed for millenials and younger.

    I'd recommend learning a trade like electrician or plumbing. You get fat stacks and control your own time. It takes a bit of time to learn but the work you do will never be a scam since it's you working for an average person and yourself.

  • To expand on that you can never instantiate an object of type answer07 since it's a static class.

    (For the students here the "static" modifier means "it's on the class, not the object". Non-static will only be accessible as a "obj.whatever" but static is accessible by "Class.whatever")

  • You can look up some exit polls but they might also not be fully accurate but give a good picture of what'll happen. The only accurate way to get the result is to wait for the electoral committee to cunt the vote, especially in an election this tiiiiiiigtt.

  • Jetbrains vim mode gets pretty close. My current issues with it are that I can't use the ctrl+o navigation to go back to previous location when using something like "Go to implementation" and import auto import is going to be the thing that's loaded in to the "." repeat action.

    I've tried basic vim and IDE setup vim but Rider has to many nice things like checking inline SQL strings against a database when programming C# and that sounds like a can of worms to set up. I tried Lunarvim and it was really good but Rider just has a better debug mode experience.

    It may sound weird but I don't feel like maintaining my vim for couple of hours here just to have all the features of my current IDE. I still use Lunarvim on smaller projects or to edit some text and whatnot but for work I really prefer my IDE and all the bells and whistles that come with it. For example I have Ctrl+. to search for an action "history"+enter shows the git history of the current file. There are tons of these nice things.