|
for some reason it 'clicked' with me at work the other day that i actually had visibility to a ton of our stuff on aws and I learned a ton about our infrastructure and wtf we're doing up there in the cloud and it has actually been pretty interesting costs a god drat fortune though lmao god
|
# ? Aug 17, 2018 00:08 |
|
|
# ? Dec 7, 2024 06:31 |
|
php is fine, fast, and cheap pkay hrogramming panguage
|
# ? Aug 17, 2018 00:44 |
|
Finster Dexter posted:ctps: I'm plumbing the depths of a whole new universe of being terrible. Currently staring at the AWS console and wondering why I agreed to do devops stuff. Currently reading Aurora docs and still unsure why I would want this. I just want to set up a database server, geez. use azure sql instead.
|
# ? Aug 17, 2018 00:49 |
|
please do not use any cloud
|
# ? Aug 17, 2018 00:57 |
|
Triglav posted:php is fine, fast, and cheap Incorrect and bad.
|
# ? Aug 17, 2018 00:59 |
|
redleader posted:please do not use any cloud ratbert90 posted:Incorrect and bad. Shaggar posted:use azure sql instead. ratbert90 posted:Incorrect and bad.
|
# ? Aug 17, 2018 01:01 |
|
i don't mind using a cloud as long as somebody else is paying for it
|
# ? Aug 17, 2018 01:02 |
|
Corla Plankun posted:costs a god drat fortune though lmao god you ain't kidding i just checked and our aws spend last month was $1.3m and that's one of the cheaper months we've had lately
|
# ? Aug 17, 2018 01:07 |
|
Blinkz0rz posted:you ain't kidding i just checked and our aws spend last month was $1.3m and that's one of the cheaper months we've had lately this is total cost of about 10 computer touchers if you save more than 10 computer touchers time on what you get, that's a positive on the balance sheet if that $1.3m includes some big-rear end db boxes, that's like a whole computer toucher to deal with its poo poo, just for example by being completely and totally commoditized and ruthlessly competitive with the knowledge that it's completely commoditizable and it's ok to commoditize it, this sort of cloudshit is one of the only places where capitalism unironically and completely works. also its mostly b2b so the peeps on both sides of the transaction are p. hard to victimize
|
# ? Aug 17, 2018 01:10 |
|
drat dude where you at that a computer toucher pulls down 130k monthly
|
# ? Aug 17, 2018 01:18 |
|
Corla Plankun posted:drat dude where you at that a computer toucher pulls down 130k monthly probably in my posts lol https://forums.somethingawful.com/showthread.php?threadid=3845966&userid=0&perpage=40&pagenumber=107#post486987039
|
# ? Aug 17, 2018 01:21 |
|
Corla Plankun posted:drat dude where you at that a computer toucher pulls down 130k monthly ah gently caress, monthly, missed that 100, then
|
# ? Aug 17, 2018 01:45 |
|
aws is mostly expensive because people are terrible at capacity planning and also love to do absurb things like have every db insert routed through two layers of proxies, a kinesis shard, a dynamodb table, three lambdas and a couple sns topics
|
# ? Aug 17, 2018 03:39 |
|
my c++ is definitely c with classes what’s a good place to learn how to write modern c++?
|
# ? Aug 17, 2018 04:11 |
|
Symbolic Butt posted:this is me reading this:
|
# ? Aug 17, 2018 04:14 |
|
my new dog posted:my academic license for github expired and now microsoft is holding my codes ransom welcome to the social!
|
# ? Aug 17, 2018 04:16 |
|
lol my emulator101 code is slow enough that I can almost watch the instructions scroll by
|
# ? Aug 17, 2018 04:19 |
|
Achmed Jones posted:my c++ is definitely c with classes any of Kate Gregory’s stuff. she’s able to bring you up to speed on stuff quickly. I think it’s all through pluralsight though.
|
# ? Aug 17, 2018 05:41 |
|
the talent deficit posted:aws is mostly expensive because people are terrible at capacity planning and also love to do absurb things like have every db insert routed through two layers of proxies, a kinesis shard, a dynamodb table, three lambdas and a couple sns topics please do not kinkshame in the terrible programmer thread
|
# ? Aug 17, 2018 06:28 |
|
Shaggar posted:use azure sql instead. if you like me is a terrible dba who just need the database to work then it's amazing that's all, i don't know how to continue this argument
|
# ? Aug 17, 2018 07:05 |
|
Boiled Water posted:if you like me is a terrible dba who just need the database to work then it's amazing all cloud rdbms dealios do that tho azure sql good as hell, goog sql also good as hell, rdb also good as hell special poo poo remains special. redshift best columnar db (they all suck), only good distributed-as-gently caress transactional db is spanner, goog has by far best ml poo poo, only one with deec windows support is azure (ofc) also, azure's naming is somehow good despite it being microsoft, amazon's is dog poo poo, goog is ok bob dobbs is dead fucked around with this message at 07:54 on Aug 17, 2018 |
# ? Aug 17, 2018 07:48 |
|
the talent deficit posted:aws is mostly expensive because people are terrible at capacity planning and also love to do absurb things like have every db insert routed through two layers of proxies, a kinesis shard, a dynamodb table, three lambdas and a couple sns topics hey do you work at my job
|
# ? Aug 17, 2018 08:34 |
|
ratbert90 posted:I like modern C++ and think it has it's place. this is like the "i listen to everything except rap and country" of programming opinions
|
# ? Aug 17, 2018 09:51 |
|
CPColin posted:lol my emulator101 code is slow enough that I can almost watch the instructions scroll by is the printing itself the issue? mine is much slower when i have printing turned on. i'm still working through the diagnostic. i made many many subtle and not so subtle errors around bit manipulation and integer over/underfflows because it was my first real exposure to those concepts. rust doesn't behave the same way as C with regard to shifts, overflows, casts, etc, so it took me a long time to figure all that stuff out. sooooo many bugs. thank god for that cpu diagnostic program.
|
# ? Aug 17, 2018 10:32 |
|
i got as far as emulating a mips cpu and a memory controller and sketched out some gpu register access dispatching for a psx-based arcade board before going "lol why the gently caress am i doing this i have a dozen other side projects withering atm" it did get a decent way through the boot ROM though, right up to the point where it would activate display scanout
|
# ? Aug 17, 2018 11:02 |
|
yeah i'm not sure how far i'll go but after this much work i definitely want to at least print something to the screen or get some sound. in other news! code:
DONT THREAD ON ME fucked around with this message at 13:06 on Aug 17, 2018 |
# ? Aug 17, 2018 12:54 |
|
vendors lollmao posted:the file passed validation because the field was present [in the xml] but the output is wrong because the content was blank which is invalid also I just remembered I had a drunken argument with an intern about mongo db last night. they said "that's where things are moving to" and I said "it's poo poo don't use it also welcome to 2015"
|
# ? Aug 17, 2018 14:27 |
cjs: our 6 weeks long php job to upload php has finally been resolved. the full saga - senior developer takes 4 weeks to fail getting php send file over sftp from prod, only succeeds on test - gets inquiries from 4 different management tiers, finds ftps access credentials in poo poo gui provided by vendor and integrates over sftp ignoring vendor's requirement for sftp - two weeks pass - vendor bounces back saying "not secure" - developer wastes 4 hours of my time saying "technically we integrated correctly since you can find ftps credentials in their web gui" - i escalate to their team lead, who came in this morning for an hour, found out that prod runs on libssh2 1.4.3 that allegedly can't be upgraded, and made php call a bash script for sftp fun fact: senior developer did receive from vendor's integration support the libssh2 version requirements
|
|
# ? Aug 17, 2018 17:05 |
|
Powerful Two-Hander posted:vendors lol lmao nosql is old af, blockchain is the new hotness And for real web scale you can go dual blockchain
|
# ? Aug 17, 2018 17:09 |
Finster Dexter posted:lmao nosql is old af, blockchain is the new hotness remember to scale your blokchain for the web by storing it on mongodb
|
|
# ? Aug 17, 2018 17:11 |
|
non-tech people are starting to ask questions about using blockchains at work, help me help me help me
|
# ? Aug 17, 2018 17:21 |
|
gonadic io posted:non-tech people are starting to ask questions about using blockchains at work, help me help me help me i hope my "like a distributed database but worse in every way and also you have no control over it by design" comments sunk in, we'll see!
|
# ? Aug 17, 2018 17:22 |
|
Sapozhnik posted:this is like the "i listen to everything except rap and country" of programming opinions no, people who reject rap and country out of prejudice are incorrect
|
# ? Aug 17, 2018 18:41 |
|
gonadic io posted:i hope my "like a distributed database but worse in every way and also you have no control over it by design" comments sunk in, we'll see! James Mickens did a good little talk about blockchain recently, it's quite funny but I found it to also be legit informative about what blockchains do and why it's not really very useful for them to do that. https://www.youtube.com/watch?v=15RTC22Z2xI
|
# ? Aug 17, 2018 18:44 |
|
the talent deficit posted:aws is mostly expensive because people are terrible at capacity planning and also love to do absurb things like have every db insert routed through two layers of proxies, a kinesis shard, a dynamodb table, three lambdas and a couple sns topics https://twitter.com/coryodaniel/status/1029414668681469952
|
# ? Aug 17, 2018 20:11 |
|
eschaton posted:welcome to the social! the github acquisition hasn't closed yet. you'll have to use vsts for your social in the meantime.
|
# ? Aug 17, 2018 20:27 |
|
Sapozhnik posted:this is like the "i listen to everything except rap and country" of programming opinions While country is indeed terrible, I love rap, and I am super white.
|
# ? Aug 17, 2018 22:29 |
|
why would you learn modern c++ when you could just learn rust
|
# ? Aug 17, 2018 23:08 |
|
Bloody posted:why would you learn modern c++ when you could just learn rust self. self. self. self. self. self.
|
# ? Aug 17, 2018 23:10 |
|
|
# ? Dec 7, 2024 06:31 |
|
ratbert90 posted:self. it's okay to explicitly state methods vs static functions op
|
# ? Aug 17, 2018 23:35 |