Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "services"
-
It's maddening how few people working with the internet don't know anything about the protocols that make it work. Web work, especially, I spend far too much time explaining how status codes, methods, content-types etc work, how they're used and basic fundamental shit about how to do the job of someone building internet applications and consumable services.
The following has played out at more than one company:
App: "Hey api, I need some data"
API: "200 (plain text response message, content-type application/json, 'internal server error')"
App: *blows the fuck up
*msg service team*
Me: "Getting a 200 with a plaintext response containing an internal server exception"
Team: "Yeah, what's the problem?"
Me: "...200 means success, the message suggests 500. Either way, it should be one of the error codes. We use the status code to determine how the application processes the request. What do the logs say?"
Team: "Log says that the user wasn't signed in. Can you not read the response message and make a decision?"
Me: "That status for that is 401. And no, that would require us to know every message you have verbatim, in this case, it doesn't even deserialize and causes an exception because it's not actually json."
Team: "Why 401?"
Me: "It's the code for unauthorized. It tells us to redirect the user to the sign in experience"
Team: "We can't authorize until the user signs in"
Me: *angermatopoeia* "Just, trust me. If a user isn't logged in, return 401, if they don't have permissions you send 403"
Team: *googles SO* "Internet says we can use 500"
Me: "That's server error, it says something blew up with an unhandled exception on your end. You've already established it was an auth issue in the logs."
Team: "But there's an error, why doesn't that work?"
Me: "It's generic. It's like me messaging you and saying, "your service is broken". It doesn't give us any insight into what went wrong or *how* we should attempt to troubleshoot the error or where it occurred. You already know what's wrong, so just tell me with the status code."
Team: "But it's ok, right, 500? It's an error?"
Me: "It puts all the troubleshooting responsibility on your consumer to investigate the error at every level. A precise error code could potentially prevent us from bothering you at all."
Team: "How so?"
Me: "Send 401, we know that it's a login issue, 403, something is wrong with the request, 404 we're hitting an endpoint that doesn't exist, 503 we know that the service can't be reached for some reason, 504 means the service exists, but timed out at the gateway or service. In the worst case we're able to triage who needs to be involved to solve the issue, make sense?"
Team: "Oh, sounds cool, so how do we do that?"
Me: "That's down to your technology, your team will need to implement it. Most frameworks handle it out of the box for many cases."
Team: "Ah, ok. We'll send a 500, that sound easiest"
Me: *..l.. -__- ..l..* "Ok, let's get into the other 5 problems with this situation..."
Moral of the story: If this is you: learn the protocol you're utilizing, provide metadata, and stop treating your customers like shit.22 -
I just restarted my server. All pages returned 404. I spent over an hour debugging this, and eventually realised the php service wasn't even running.6
-
https://fuckoff.services.
Wrote it because fuck it why not. Was sick at home and wanted to build something :)
Feedback would be great!
About the short character limit, I might up it a little but this thing is about writing short messages and not stories so that's a choice on purpose.43 -
More Unix commands are becoming web services. What else can you think of?
Grep -> Google
rsync -> Dropbox
man -> stack overflow
cron -> ifttt"9 -
How to ruin your Saturday:
1.Update Google Play Services from the SDK Manager.
2.Say Hello to 20 new build errors.2 -
"We’re putting a bullet through Google’s head" - Cyanogen, 2015
"Cyanogen services shutting down on December 31, 2016” - Cyanogen, 201628 -
Why did I miss my turn while driving ? I was dreaming about authentication strategies in micro services.2
-
Me: Why are all the devs leaving work early!?
Other devs: Microsoft Services are down.
Me: Okay I'll start packing.1 -
I have a Windows machine sitting behind the TV, hooked to two controllers, set up as basically a console for the big TV. It doesn't get a lot of use, and mostly just churns out folding@home work units lately. It's connected by ethernet via a wired connection, and it has a local static IP for the sake of simplicity.
In January, Windows Update started throwing a nonspecific error and failing. After a couple weeks I decided to look up the error, and all the recommendations I found online said to make sure several critical services were running. I did, but it appeared to make no difference.
Yesterday, I finally engaged MS support. Priyank remoted into my machine and attempted all the steps I had already tried. I just let him go, so he could get through his checklist and get to the resolution steps. Well, his checklist began and ended with those steps, and he started rather insistently telling me that I had to reinstall, and that he had to do it for me. I told him no thank you, "I know how to reinstall windows, and I'll do it when I'm ready."
In his investigation though, I did notice that he opened MS Edge and tried to load Bing to search for something. But Edge had no connection. No pages would load. I didn't take any special notice of it at the time though, because of the argument I was having with him about reinstalling. And it was no great loss to me that Edge wasn't working, because that was literally the first time it'd ever been launched on that computer.
We got off the phone and I gave him top marks in the CS survey that was sent, as it appeared there was nothing he could do. It wasn't until a couple hours later that I remembered the connectivity problem. I went back and checked again. Edge couldn't load anything. Firefox, the ping command, Steam, Vivaldi, parsec and RDP all worked fine. The Windows Store couldn't connect either. That was when it occurred to me that its was likely that Windows Update was just unable to reach the internet.
As I have no problem whatsoever with MS services being unable to call home, I began trying to set up an on-demand proxy for use when I want to update, and I noticed that when I fill out the proxy details in Internet Options, or in Windows 10's more windows10-ish UI for a system proxy, the "save" button didn't respond to clicks. So I looked that problem up, and saw that it depends on a service called WinHttpAutoProxySvc, which I found itself depends on something called IP Helper, which led me to the root cause of all my issues: IP Helper now depends on the DHCP Client service, which I have explicitly disabled on non-wifi Windows installs since the '90s.
Just to see, I re-enabled DHCP Client, and boom! Everything came back on. Edge, the MS Store, and Windows Update all worked. So I updated, went through a couple reboots-- because that's the name of the game with windows update --and had a fully updated machine.
It occurred to me then that this is probably how MS sends all its spy data too, and since the things I actually use work just fine, I disabled DHCP Client again. I figure that's easier than navigating an intentionally annoying menu tree of privacy options that changes and resets with every major update.
But holy shit, microsoft! How can you hinge the entire system's OS connectivity on something that not everybody uses?6 -
!rant
These tax filing services are becoming really honest all of a sudden what with the economic collapse.6 -
I removed mic permission from Google and Google play Services, and now Everytime I make a call, I get this notification. wtf. Is Google listening to my calls or what.
Any devs here who know why tf does play services requires mic while I am making a call...?20 -
Dumb ad poster strikes again. They provide “Venture Debt and Tax Credit Consulting Services” using CSS. Oh golly!2
-
Oh fuck, Germany wants to pull an Australia and force services-providers to disclose passwords, password-hashes,... to law enforcement.13
-
About the Huawei not being allowed in Play Store. Just remember that Xiaomi was shipping devices without Google services installed, but it had the single click "Install Google Play Services" app.
Anyway, can I send a bill for my dad's phone to Donald Trump?16 -
I wish I can fucking clone myself.
We have been providing digital marketing services for like 5 years without having a proper QA team. Well because we cannot afford to hire one. Technically I am supposed to check and control the quality of our operation team. But I have been juggling so many balls and couldn't do that properly.
So this year we decided that we have to seriously take care of that. But we are providing all kinds of services and creating a QA team for all those services is gonna be costly. We wanna solve it, but also doesn't wanna hang ourselves with another rope. So we have decided to just found a QA team with leaders from various departments mainly Sales and Customer Services. They are the ones who have talked with clients. So they should be able to judge the quality of the services our operation made.
It is a fucking nightmare. It is like we have doubled the amount of clients. And that extra half of those newly popped up clients are sitting in our office. -
Microsoft keeps changing the logo for Azure because it's an easier thing to fix than their shitty services.6
-
Shameless blog plug, but it does count as a rant 😅
Seriously folks, stop calling everything a service.
https://likelikeatemyshield.com/pos...15 -
So I just bought an iubenda GDPR privacy policy, and literally filled it with any services I ever used, ever seen, ever could come in handy and have a genuine laugh how it would look like, if one single website used all the services, with all the options.
Great 9$ for sure, now I'll probably make myself a template generator, that removes and adds things, depending on what services I use.2 -
If an http request can't perform the requested operation, should server send 500 error code? Or 200 with status and status message in response?
Isn't 500 used only for unhandled exceptions on server side?11 -
When a client refuses to use cloud services for Hadoop in lieu of 4 local machines... For TB scale data.3
-
better late than never.
So I just decided to go with Gitlab after being a Microsoft Team Services user.
To do next on my list:
Move away from .Net for backend services, any suggestions? I use dotnet core due to being able to easily finish what I want and with less code to write. Tried Springboot for Java but not a Java fan, might checkout kotlin though17 -
Who here doesn't give a damn about streaming services and still torrents all their movies and TV shows?18
-
Each day DevRant seems to be closer to being overrun with ads, many to scammy crypto services.
The question that won't rest, though, is this:
In THIS social network is anyone so naive or just plain stupid enough to fall for ANY of those scams? Or actually buy any of the crappy services?!?5 -
Every time I feel Im getting my act together (at work) there is some AWS service which I know nothing about and that totally kicks my asss
Geeez the dev ops side of things is a total void for me..4 -
Guess it's time to ditch ProtonMail as well.
Translation: "[Update Google play services.] ProtonMail won't work until you have updated Google Play Services."
I know I'm almost an anti-Google nazi at this point, but ProtonMail was one of the only remaining apps not needing Google to work, and now it's a "sin equa non" condition. I'm very disappointed. Guess I'll have to switch this address to Tutanota or host my own email server.
Edit: why the fuck would my autocorrect capitalize nazi?13 -
At NYU doctor's office that forces me to register a temp account to use their WiFi.
I get an email saying my medical records have changed so I try logging into the site to check.
Site can't be accessed on the network..,1 -
Building a new project
.
.
.
Must
.
.
.
Resist
.
.
.
This Urge
.
.
.
To
.
.
.
Use
.
.
.
Micro services4 -
Just a random thought.. instead of sending stickers (or the stress ball for that matter) from USA to someone in India, why can't there be distributed 3D printing services spread across the globe, so that it's just a matter of delegating the delivery to local deliver services in the country/city? Sounds like an idea? 🤔2
-
What Google services are you still using? Earlier this year I made a conscious decision to avoid Google services if I can. I successfully got off gmail and gcal. Because I have yet to find viable alternatives, I am still using:
YouTube
Voice
Gboard
Android
Maps
Music
Home
Fonts (on occasion)27 -
I just used booking.com and good fucking god is the whole website a shit infested hell hole. They use scammiest and pushiest techniques to make you book a place asap without giving you space to breathe and read details.
They try to obfuscate what's actually necessary with what they want to take from you. For example just before reserving a room there's a checkbox that's close enough to words "terms and conditions" and "privacy policy" for unsuspecting user to habitually check it to proceed. However, you clicking "reserve" is considered your consent and that checkbox simply adds your email to their spamming list.
There are countless examples of absolute asshole design within every inch of that place and I don't even want to imagine what they do with my data.
Suffice to say this was the first and last time I will use their services and if I were to give any advice, is "don't be the dick responsible for website/app/service similar to booking.com"5 -
Removing a tonne of controllers, middleware, views and services we no longer need....cleansssssing5
-
> be me
> "let's have a look to my previous PHP projects"
> fire up xampp
> services up and running
> enters localhost:1111
> ERR_SERVER_NOT_FOUND
> bullshit, I know that port number is right
> tried all other solutions
> finally saw the config just to find out the port is 1337
> well fuck me in the ass
> pic related10 -
I can't decide what is more annoying: poor use of new services/technology, or calling me "mate" follows by a kiss...3
-
Three-factor authentication:
1. Setup an Amazon.com account.
2. Setup an Amazon Web Services account under the same e-mail address
3. Setup two-factor authentication for both systems.
4. Login to Amazon Web Services in a new browser session, and you'll be required to provide BOTH security tokens at login (Amazon.com first, then AWS second.)3 -
Google tracks Android users even with location services turned off.
https://theguardian.com/technology/...
Fuck Google & Apple; Are there any decent mobile operating systems that actually respect your privacy?11 -
Spent the day refactoring a REST app into graphQL, that feeling when all tests are green and everything is committed and merged 😧🤓3
-
How do you keep track of your servers? their credentials/ssh keys, opened ports, services, IP, domain etc?15
-
I'd like to purchase a domain. Any such services that anyone reccomends? (My appologies for the noobish question)5
-
Amazon Web Services has the worst naming among clouds.
They have "Aurora" and "Athena". Both services relate to data. Both are woman's names. Both start with "A".
Amazon, what's wrong with you?11 -
Not promoting any app, but people should care more about what they use. The most used services are the least secure8
-
Can people stop using Kubernetes and over engineering shit for services which get like, 10 users at most ? Thank you.21
-
Not as much a rant as interest, but did any of you guys recently start a business or witnessed the start of one? I really wanted to know how those find the services and tools that get them off the ground or enhance the business, is there lists with "must have" services for specific business categories etc?14
-
I started working as back end dev and I was given a pc sadly with no admin rights (which I neede oc) so I happily requested them to IT services. After 3 weeks of waiting got a msg telling me that the script for giving me admin rights was not working so they had to send the request to the next lvl and bla bla bla.
So... I called them. A really nice guy just connected to my pc, used an admin resque account and added my user as admin (2 mins) et voilà. 1 month of waiting for a 2 mins shet. Hate big companies...4 -
Hated that Android 8.0 (Oreo) and above for killing backend Services very effectively without giving a proper documentation on how to handle it or how to properly maintain and restart the Service without the user to turn on the app. Digging solutions for months and still till today I am totally clueless...8
-
Google Cloud Services can't be used by private individuals in the EU because their billing system isn't customized for tax differences between companies and private individuals (it's the exact same tax, just named differently - and the doings for the service providers control drivers are different). How can Google miss that market?
Hello Amazon Glacier, hello AWS (maybe)...2 -
Always spend an hour debugging your container services before you think to clear the browser cache.4
-
You never know how many services you subscribe to until you count the emails that arrive to you because GDPR
-
Met a client. He need some abc services. Client asked me what will be the sla uptime. I told him unintentionally that it will be 99% instead of 99.99% and he was like that's good. I mean seriously....?
Was he okay with the 3 days 15 hrs downtime?5 -
!rant
Hey y'all,
Has anyone here seen this post: Don't use VPN services.
https://gist.github.com/joepie91/...
Hot exachanges.
What are your thoughts?9 -
Not really a dev related rant but a rant nonetheless
Why is auto renewal forced now on subscription services now? I don't want to have to cancel my service by jumping through hoops and explaining why I want to cancel it before finally cancelling it. I've had to help my parents unsubscribe from a few services because it was too confusing for them to do themselves and they've just let them suck from their wallets for half a year.
I am even angrier at long "free trials" that you are REQUIRED to enter payment information for so that they can charge you once it's over if you don't remember to cancel it after a month and a half. Can't we just go back to auto renewal being an option, please?2 -
OK. Why the hell is Chrome automatically signing me in after signing in to gmail or other services. What the fuck...8
-
Everyone starting their own streaming services.
some companies are starting Cloud Gaming platforms.
It not gonna be too long before we have software streaming services.
(I think there is already)
Everything is gonna be a streaming service soon.
Fuck.8 -
I hate cloud services, dependencies and updates.
It's a snowball system and we are all caught inside. -
So I was looking into phone app development again (as you do) and I'm working on a simple QoL app for me and my SO that will help us automate some home management and finances stuff. Naturally I delved down the rabbit hole deep and wanted to have push notifications so we don't have to check the app periodically to know when certain things happen... Oh boy... Why is mobile development so convoluted, especially if you don't want to rely on Google Services...
It seems that the most accepted way of doing this is Firebase (FCM). Well me being me, I refuse to use google services for this and I prefer self hosted solutions (for data privacy reasons) which eliminates most products out there.
It also didn't help that my framework of choice is Flutter/Dart, because fuck Android Studio and the insane buggy XML stuff and fuck Android and it's constantly changing APIs...
Well In the end I decided on a rather simple solution and self hosted an AMQP service (RabbitMQ in my case, as I have some experience with it already) and implemented a foreground service in android platform specific code on top of my flutter project to kickstart it and made my phone a queue listener... This now means I can push notifications from my server to the Messaging Queue and it will be pushed into my App automatically!
One thing I found out on this journey was that Android now kills most background services and enforces foreground services to have a visible notification in the status drawer... which I actually approve of. It's a bit annoying that you can start a reliable background service, but I'm absolutely on-board with long running processes started by my apps are constantly visible...
Long story short, I love reinventing all the wheels, especially if it's for free and private... And I also went to sleep at 2AM again because this took longer that I'd like to tune... but it works, and it's google free...
I'm thinking of trying to package this up as a flutter module later, but first I want to do testing on battery life and the general life cycle of the service. RabbitMQ says they have the client library optimized for long-lasting connections and it should be just using a tcp socket, which should pretty much be what all the push notification services are doing anyway. I'm also not completely satisfied with how the permanent notification looks.. it isn't collapsible like some of the other ones from other apps and it's about 2 lines high instead of single line... which is something quite annoying and I'm struggling to find any relevant docs on how this is done other than possible making a custom Notification Style... but I just can't believe that everyone is doing that.. there must be a built-in somewhere -_-... Ugh Android is hell...
Anyway, if any android devs here have some hints, tips and tricks on how to handle this type of background/foreground process stuff and I'm doing something wrong let me know, cause googling this shit is a nightmare too!6 -
The service hooks at Visual Studio Team Service are a mess. A new subscription for every single event. Really?
Is it that hard to add an "everything" field? Instead I can now add 25 events one by one - for every project. -
Would you rather give meaningful name to your services or cool sounding names like aws greengrass?9
-
Does devRant depend on any Google services, sure as Google play services?
I'm trying to get Google out of my life, but would really like to keep devRant 😞7 -
On every Stackoverflow answer/comment about Twilio Services/Products:
"Twilio developer evangelist here... <Answer>"
Twilio developer evangelist my ass! -
after an hour of facebooking when i decide to back to my data entry work it turns out services are down.2
-
Amazon Web Services conference and main question is...
"how do we turn off costs?"
Basically we don't want to pay -
It’s so funny when a cloud service company makes a promotion and its services doesn’t scale to support the traffic
-
You know what really grinds my gears? Products that have no right of linking your data to an online platform.
Case and point: Password Managers. Nearly all of them work only with an account on a given service, have the passwords stored on their servers and so on and so forth. There is 0 transparency and for that matter 0 security. I found my choice, though it infuriates me terribly.
Another thing are budget managers. The switch for YNAB from local to on servers really annoys me. They should have no business in storing my very private data on their server. I don't understand people using it either.1 -
"It's just as easy to create a small REST microservice as there is for a small one-off script, so let's follow the design pattern of creating a REST service first."
I don't think my manager understands how different in complexity these two things are.1 -
I'm about to create a pull request for adding devRant as one of the default services in Rambox. Anybody dig it?1
-
Weekend ruined supporting legacy and poorly designed services coupled with poor architecture.
But "no project bandwidth" to refactor said services.
5 hours of data loss should now hopefully inspire a backlog re-shuffle. -
SpaceX fanboy here
I'd like tp print me a Starman mug
Anyone knows of services I could use in Belgium ? -
Boss uses symlinks for packages in go. He checked in changes for several services and then left for vacations.
-
Really weird number.
Most probably its marketing call from the telecom operator that revolutionized the tele industry in my country by providing free 4G services asking to subscribe to their service.
Sorry, but i can't afford you.. :/
I'll have to let you go..
Thanks for the last 8 months of free services.3 -
Who here, fellow programmers are using a feature / toggle flags services in their projects or company products?5
-
VP: We need to build a new platform for flexibility!
Architect: Let's do micro services!
One year later...
Now we have "micro services" in Elixir, Go, Node.js and PHP.
Not to mention our prehistorical products in Erlang and PHP...1 -
scrolling through services settings peacfully,
suddenly the shock therapy from many apps these days
danger zone, ah it always scares me -
Someone knows what does GDPR law\s mean in practice for developers of web services open to the public and businesses?1
-
Hey everyone, I have a quick question that idk where to ask.
Basically I'm looking for the job title for someone that manages servers on the software level, the backend services of an application. The person whose main task is to design the relationships between services so that everything's maintainable and efficient.3 -
I have been told to brush up on my windows/.net web services stuff for an interview. Any recommendations?2
-
I'm iOS developer ,need to learn node js to back end services can I do that ,any one suggest good tutorials8
-
I am working on an event driven system that uses a message bus and has a few services that talk to each other asynchronously via the bus.
I'm writing in memory integration tests for one of those services, but I just realised the fundamental flaw here with such tests. I only have 1 application running, but I need several. This is quite a serious flaw I should have seen before.
Anyone else tried integration testing event driven distributed services? I imagine all I can do is stub the message broker...8 -
what do you listen and using what kind of services while programming? Share your playlist if you got one7
-
It’s a huge nightmare to develop a React front-end when:
- you have to adapt Bootstrap 3/jQuery based components to React
- the “back-end” is a sparse collection of micro services with cryptic URLs and finding the correct name means searching on a laggy WSO2 API manager
- the documentation of said micro services can be outdated and that means wasting a lot of time trying requests on cURL rather than in doing actual development and continuously breaking your concentration
- sometimes the micro services just become unavailable altogether
- the back-end shuts down at
6PM everyday, usually when after I finally achieved a flow and I’m doing meaningful progress2 -
!dev but why can't I use messenger services like WhatsApp or Telegram in the browser without my phone powered and connected? Why are both services still so popular anyway?7
-
What do you guys think about deploying elastic search on App Engine Custom Runtime?
(Basically, an empty folder with an elastic search Dockerfile.)
I think it's a good idea: you can now deploy your code and storage application (Elastic search, Redis, etc) as services on your cluster.
You can use GCP magic to auto scale those services, you have so many good stuff that come with it.
And it's inside the same network as your services running in the same AppEngine project.1 -
What AWS service or combination of its services is having the equivalent capabilities of Firebase Hosting + Cloud Run?2
-
me as I come to new software service:
oo nice site, oo nice comments _ descriptions
.
. . .
bla ... bla .
#github link
okay now I am reading what can we use from this!
now is the dealio of real info, not amusement park -
What service would you recommend for monitoring systemd services and notify me when one of them are down?6
-
I've been using Docker for almost two years now, I've to say it's a super powerful tool and allow easy environments deploys, but I keep questioning why people use Docker in production? Even in the place I work they do and they can't explain it very well
I mean, you are creating a container that hosts services in a computer that already have services running, being one of these services the Docker daemon, all this shit doesn't add a lot of overhead to the application?
I mean, it's not better to just install python in Ubuntu instead installing Docker in Ubuntu, run the Docker daemon, start a container with other services and now I run python?
Just saying6 -
Life as a developer:
Given prototype.
Creates prototype.
Gets services.
Integrates services
Services != Design functionality
Fixes services.
Commits work
In the mean time 69 meetings taken place and everything changed without informing you. Truly fucking the Devs up, while blaming the developer for the incompleted work -
I get spammed by some developers offering their services. Hey I'm a developer too. Stop spamming people!1
-
PSA: Apparently you can disable Play services within the Knox container on Samsung devices that have it.2
-
Not a rant, but what tools do you use for development?
As-in, what apps/services you've bought / installed for free?
For example, I use Visual Studio Code, iTerm2, Docker, DigitalOcean, CodePen etc.9 -
The weather.gov API is a great teaching API. https://weather.gov/documentation/...
It’s simple but has lots of flexibility. -
My prev rant here was about my wife.
I’m still angry about it.
I want to habe my revenge against the guy.
Anybody knows email bombing services?
How about sms bombing services?6 -
For f*cks sake, why can't I just remember certain pages I visited some time ago? It drives me nuts! Am I getting older or what? I am just in my thirties, what the heck should I expect from myself in a few years? I'll sure be a drooling old man as soon as I get 40. Dammit!
This time it was some JSON API for reverse lookups of phone numbers, it was a blue-ish site and you could take a test drive just by entering a number, and it told you the name and some details of the caller. And it was cool, and not for free, but still cool.
NO IT WAS NEITHER NUMVERIFY NOR TWILIO. Does it ring a bell? No?13 -
ME: spends hours disabling pop up notifications for all apps.
THAT ONE GOOGLE SERVICES UPDATE: no you dont !!!1 -
I used original calls to rest services in order to pass my junits and increase code coverage.... :-P
-
How can I correct duplicate title tags on my Word Press website?
I have Word Press website and using it from last two months. Recently, I audited my website and found duplicate title tags on the website. I want to correct it, so please tell me best SEO services provider so that my problem can be resolved easily. I need your suggestions immediately.
https://firstrankseoservices.com//4 -
Does somebody have any experience with LXC/LXD containers on servers? I basicaly want all the services separated, but still have an easy way to manage the networking/routing for all the services and containers.
Any reference, guide or tool that helped you in master this subject?
Thank you in advance!4 -
I am starting to build a portfolio for my dev services... Do you know any I can get inspiration from?1
-
In your guys' opinion, what's the best services to run/hosting use of a Linux server? 🤔 I'm thinking of standing one up to tinker with but I want some useful functionality in mind before I pull the trigger.2
-
I think I hate Kerberos enabled services as a first impression.
Fucking ticket fucking motherfucker1 -
At last, I'm doing some unknown stuff. We are using Terraform, to create our load balancers and them, kops to deploy our stateless services inside K8 clusters and Jaeger to trace requests end to end (and being able to test/debug our services).
Next step will be using gRPC for our RPC API.
Pretty cool1 -
hi guys, I wonder if you can help me, I've been asked by my Line Manager to liase with an app building firm that is going to make an Angular APP and host it on AWS (Amazon Web Services). I've never used AWS before and have no idea what to expect for pricing.
The APP will be educational, questions, answers and resources like slides, text and video etc and available to 400 pupils over 5 schools in place of regular workbooks that they currently use but are unable to due to covid-19.
So that's 2000 pupils all told. What AWS services should I use and what is a fair bill I can expect from them in the UK. The boss is insistent that we have our own AWS account and self host the app when it's done.
I have no experience of this at all so any help will be appreciated. Cheers everyone in advance!
Also the AWS website is a confusing mess and their chat options are not working at the time of posting this lol.4 -
could anyone help me calculating costs for AWS and Google Colab Services? I find it quite intransparent...
i would like to host 1x Python App which runs once a day or week (API call, enrichment uf JSON, JSON 2 CSV, FTP transfer). runtime is probably a few seconds, something between 1 and 5.
in AWS i created a Lambda function and for scheduling i guess i need CloudWatch. what really grind my gears is the combination of free contingent and paied service - i really don't have an overview right now, so my question here: how could i calculate it and what would be the monthly/yearly costs?
in Google Colab created a notebook and for scheduling i would need Google Cloud Scheduler. as far as i understand the hosting of the notebook is for free and the costs of cloud scheduler is $0.10 per job per project per month. 3 are for free. so 1 project, 1 job = scheduler for free?
Also, i'm open for other services such as digital ocean droplets or similar.
thx in advance for your help!8 -
This article is amazing they took help from Assignment Planet as they are providing online assignment writing services
-
Started playing with Microsoft Cognitive Services for face recognition. I’m quite impressed. Any others I should look at.
-
It is advisable for students to seek help when taking Religion & Theology Writing Services and Religion & Theology Research Paper Help for they can hire the best Religion & Theology Research Writing Service provider.
https://meldaresearch.com/religion-...4