Programming, computers, etc. [Serious]
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Programming, computers, etc. [Serious]
Today I cursed at git. Which is just a normal day I guess?
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
From what I've heard about how hard it can be to use git, it sounds perfectly normal to me.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Programming, computers, etc. [Serious]
Today I found the reason of an annoyance I have with Netflix, and it turns out the reason is even more annoying:
So since I'm not in the US, I'm not allowed to order my list, and Netflix keeps arbitrarily reordering it for some obscure reason. I really don't understand the rationale behind eitherIf you are in the US, you can also manually arrange the order of the TV shows and movies on My List from the Your Account page. To do so, navigate to Your Account and select Order in My List, then select Manual Ordering.
- reordering the list automatically: does Netflix think to influence what I'll choose to watch from the list I've selected myself? to what end? is there a financial gain in that somehow?
- restricting a convenience feature by region ???
Re: Programming, computers, etc. [Serious]
Well I ABC'd an LMNOP, and it caused the TUV to create an XYZ.Anonymously Famous wrote:Someone did a DDoS on a DNS, and now a bunch of stuff I need to access to do my job effectively are unavailable. So I'm here.
See, I can talk in gibberish, too
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
That does seem like an odd restriction.atomtengeralattjaro wrote:Today I found the reason of an annoyance I have with Netflix, and it turns out the reason is even more annoying:
So since I'm not in the US, I'm not allowed to order my list, and Netflix keeps arbitrarily reordering it for some obscure reason. I really don't understand the rationale behind eitherIf you are in the US, you can also manually arrange the order of the TV shows and movies on My List from the Your Account page. To do so, navigate to Your Account and select Order in My List, then select Manual Ordering.I'm gonna try and find a browser extension or some userscript to help with this...
- reordering the list automatically: does Netflix think to influence what I'll choose to watch from the list I've selected myself? to what end? is there a financial gain in that somehow?
- restricting a convenience feature by region ???
The arbitrary reordering might actually come from some sort of unordered set (via a hash of some value or something), so once in a while (new episodes in a series maybe?) the hash values will change, so the order will, too.
The restriction by region might be because some of the UI strings that have to do with reordering might not be localized into other languages. Or maybe the US version of the code is different from the other regions, and there are plans to roll out the new code into other regions at a future date.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Programming, computers, etc. [Serious]
But it isn't localized to my language...
Your second point could be true, but as far as I can tell, reordering has been available for quite some time.
Your second point could be true, but as far as I can tell, reordering has been available for quite some time.
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
I didn't know about it, but I haven't worried about things like ordering.
Sorry Netflix is doing things that don't make sense.
Sorry Netflix is doing things that don't make sense.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Programming, computers, etc. [Serious]
It's mostly fine, I just get easily annoyed at simple user interface nuisances. Mostly because they're so simple.
I found a funny thing you can do with gadgets: https://twitter.com/internetofshit/stat ... 2601125888
I found a funny thing you can do with gadgets: https://twitter.com/internetofshit/stat ... 2601125888
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
That is awesome.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
I'm learning how to use git. I can understand why people don't really like using it, but also why it's really useful.atomtengeralattjaro wrote:Today I cursed at git. Which is just a normal day I guess?
I found this site today, and I realize that to most people it isn't much more than a way to make letters look weird. Since I deal with multiple languages, though, the "Show Unicode Character" tool will be pretty useful to me.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Programming, computers, etc. [Serious]
But is it more useful than team foundation server? Not really, and it's way more complicated and harder to use.Anonymously Famous wrote:I can understand why people don't really like using it, but also why it's really useful.
I'm kinda okay with it using TortoiseGit now. But everything takes more steps than it should.
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
That's my biggest problem with it, too.atomtengeralattjaro wrote:But everything takes more steps than it should.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- Arkannine
- ASDF Warlord
- Posts: 15525
- Joined: Tue Oct 28, 2008 9:21 pm
- Location: I'm on a boat
- Pronouns: Don't even try, I'm offended already
Re: Programming, computers, etc. [Serious]
Yeah, I find git a bit impractical too. Like sometimes I'll edit some Python code in my IDE and then commit and push for convenience and pull in a remote server that's only accessible through SSH; then something comes up and I change a tiny bit of code from SSH through nano and forget to push that. Then I continue coding locally, push, SSH, try to pull and bam, conflict. Must stash. Must rebase. I still don't really know what I must do, even discarding uncommited/unpushed changes is a bit of a pain.
But I always thought people who actually learned it had it covered and I was just 2 lazy 2 properly learn.
If I may suggest a topic for discussion: AI! What do you think about it?
I've convinced my research supervisor to tackle a bit of AI in our next projects. It won't be anything Skynet-like (yet), just measuring abnormal conditions and generating alarms on smart water meters for now, but should be p interesting.
Edit:
But I always thought people who actually learned it had it covered and I was just 2 lazy 2 properly learn.
If I may suggest a topic for discussion: AI! What do you think about it?
I've convinced my research supervisor to tackle a bit of AI in our next projects. It won't be anything Skynet-like (yet), just measuring abnormal conditions and generating alarms on smart water meters for now, but should be p interesting.
Edit:
atomtengeralattjaro wrote:I found a funny thing you can do with gadgets: https://twitter.com/internetofshit/stat ... 2601125888
assdef wrote:I've seen a number of Cocks in my days.
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
That sounds like it'll be a fun project. AI is interesting, but it isn't something I've gotten into much. The closest I've come to AI (and, admittedly, this is pretty far from actual AI) was programming the logic into a tic-tac-toe game so that the computer player would never lose. That was back in high school.
BOTTOM TEXT
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Programming, computers, etc. [Serious]
AI is one of my favorite things since ice cream, but I'm mostly interested in videogame AI.
I think it's the field where the most progress can and should be made in modern video games.
I think it's the field where the most progress can and should be made in modern video games.
- Arkannine
- ASDF Warlord
- Posts: 15525
- Joined: Tue Oct 28, 2008 9:21 pm
- Location: I'm on a boat
- Pronouns: Don't even try, I'm offended already
Re: Programming, computers, etc. [Serious]
I know you mean something else, but it reminded me of MarI/O and it's amazing:
assdef wrote:I've seen a number of Cocks in my days.
Re: Programming, computers, etc. [Serious]
That's cool. I took a course in machine learning called biological inspired computing, it's really interesting.
Quote of the Ages:
atomtengeralattjaro wrote:The Forums of ASDF turn, and Pages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Page that gave it birth comes again. On one Page, called the Six Hundred and Ninety Fifth Page by some, a Page yet to come, a Page long past, a post was made by atomtengeralattjaro. The post was not the beginning. There are neither beginnings nor endings to the turning of the Forums of ASDF. But it was a beginning.
- Froggychum
- JKL;'s Nightmare
- Posts: 8910
- Joined: Thu Apr 13, 2017 8:30 pm
- Location: Ontario, Canada
- Pronouns: he/they/frog
Re: Programming, computers, etc. [Serious]
ive always liked coding (well for a few years anyway)
however I suck at it all
at one point or another ive coded in these languages:
HTML, Batch, and some other maybe idk though
I always wanted to learn Java , but whenever i try i just give up lol
yeah well im only posting here because ive got nothing else to do on the site.
okay bye
however I suck at it all
at one point or another ive coded in these languages:
HTML, Batch, and some other maybe idk though
I always wanted to learn Java , but whenever i try i just give up lol
yeah well im only posting here because ive got nothing else to do on the site.
okay bye
I am a bot and this action was performed automatically. If you have any concerns, please visit: viewtopic.php?f=1&t=21473
My Trophy Shelf
My Trophy Shelf
Re: Programming, computers, etc. [Serious]
There are plenty of coding tutorials on the net, if you want to learn. I'm not sure I would start with Java though. I did, but I find Python to be easier to learn and is a lot easier to apply in real life.
Quote of the Ages:
atomtengeralattjaro wrote:The Forums of ASDF turn, and Pages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Page that gave it birth comes again. On one Page, called the Six Hundred and Ninety Fifth Page by some, a Page yet to come, a Page long past, a post was made by atomtengeralattjaro. The post was not the beginning. There are neither beginnings nor endings to the turning of the Forums of ASDF. But it was a beginning.
- Froggychum
- JKL;'s Nightmare
- Posts: 8910
- Joined: Thu Apr 13, 2017 8:30 pm
- Location: Ontario, Canada
- Pronouns: he/they/frog
Re: Programming, computers, etc. [Serious]
I have python downloaded, although I tried it and didn't like it if I remember correctly.
I've tried Video and Written Java tutorials (probs a few in total).
My main problem is I forget all of it if I dont keep interested, so whenever I get bored, when i come back I have to relearn everything (HTML is a bit easir, I still remember some of it.)
I dont know what I wanted to be when I grow up, I thought for a while about being a Game Dev, but realised I dont have the patience for coding, or any of the traits.
Lately I kind of wanna do something creative. (iamgine i pronounced that period as PERIOD)
what I mean is something like making a Book, or a TV Show, maybe A MOvie, or a comic (sorry for crappy caps lock)
idk codings not my way, I still find it slightly interesting
sorry for off topicness, dont respond to that blabbercrap
anyway, if I had anything to put in i would, but you guys are like smart (actually tbh MY IQ is like 140 or something so good to say the least)
anyway Im done filthing up this rooom, you can find me everywhere else Lol
okay sorry for weirdness and stuff
bye
I've tried Video and Written Java tutorials (probs a few in total).
My main problem is I forget all of it if I dont keep interested, so whenever I get bored, when i come back I have to relearn everything (HTML is a bit easir, I still remember some of it.)
I dont know what I wanted to be when I grow up, I thought for a while about being a Game Dev, but realised I dont have the patience for coding, or any of the traits.
Lately I kind of wanna do something creative. (iamgine i pronounced that period as PERIOD)
what I mean is something like making a Book, or a TV Show, maybe A MOvie, or a comic (sorry for crappy caps lock)
idk codings not my way, I still find it slightly interesting
sorry for off topicness, dont respond to that blabbercrap
anyway, if I had anything to put in i would, but you guys are like smart (actually tbh MY IQ is like 140 or something so good to say the least)
anyway Im done filthing up this rooom, you can find me everywhere else Lol
okay sorry for weirdness and stuff
bye
I am a bot and this action was performed automatically. If you have any concerns, please visit: viewtopic.php?f=1&t=21473
My Trophy Shelf
My Trophy Shelf