Ge universal rc24914-e code for akai

ANA/ANCC Issue with Certification Exam Application

2024.05.15 05:55 mirn22 ANA/ANCC Issue with Certification Exam Application

I applied for the Informatics Certification Exam through ANA end of March. I thought submitting an unofficial transcript would be enough at least to take the exam, but I got a notice 2 weeks later that an official one was needed. I paid and had my university send my official transcript specifically calling attention to the analyst processing my application. The transcript was protected with the access code sent through a separate email. This was mentioned in the first email. I was CC'd so I know two emails were sent correctly. That was over and done with... or so I thought.
A month after the transcript was sent, I got another notice informing me I needed to submit my official transcript. I was surprised because my university had already sent it, and I thought it was taking a while because there might have been a large volume of applications ANA was processing. I would have followed up sooner, but I read that ANA can take up to 2 months to approve applications and to just wait.
I emailed ANA. I also called, spoke to an ANA customer service representative, explained my situation, and they said it was because my transcript didn't have my name on it. I checked, and it did have my name. They couldn't access the transcript, so they just said I'd have to wait for a response from my analyst. I requested to be transferred to him to speak with him directly, and they can't do that due to analysts being busy processing applications, which I think is ridiculous. I'm having an issue, and I can't speak to the person handling my case to rectify it?
My analyst emailed saying he couldn't access the transcript and went on to say how I still needed to submit one. I was so irritated at this point because he didn't bother to tell me anything but only sent another notice a whole MONTH later. And did he not read the instructions in the email?
I emailed back explaining the passcode was provided in a separate email and gave it to him so he didn't have to look for it. It's been about a couple business days, and I haven't heard back.
So now I'm thinking to pay for my transcript again but this time to be mailed to ANA/ANCC, which will cost more and take more time, since I have a deadline to meet. Or should I wait a bit more?
I'm posting to ask if anyone experienced something like this. Are the analysts typically this difficult? I don't understand why he's having a hard time accessing the transcript when I had no problems with it. Are they normally that busy they can't even respond to emails or communicate issues to their applicants? Does this warrant filing a complaint? If so, how? Or can I request for another analyst? Should I just pay extra to have my transcript mailed? I would greatly appreciate your input.
TL;DR: Applied for Informatics Certification Exam via ANA. My analyst can't access my protected official transcript despite the access code being given to him. I can't speak directly with him, and he hasn't responded to my email. Are analysts usually like this? Should I pay again to mail my transcript? Does this warrant filing a complaint or requesting for a new analyst? If so, how?
submitted by mirn22 to nursing [link] [comments]


2024.05.15 05:35 styleesmave Student Universe Discount Codes of May 2024

Follow this link for Student Universe Discount Codes of May 2024. Access the latest deals and promotions by visiting the link, featuring a constantly updated list of coupons, promo codes, and discounts.
submitted by styleesmave to DealsUnique [link] [comments]


2024.05.15 05:34 styleesmave StudentUniverse Discount Codes of May 2024

Visit this page for StudentUniverse Discount Codes of May 2024. The website offers a wide selection of coupons, promo codes, and discount deals that are updated regularly, just visit the website to find the perfect one for you.
submitted by styleesmave to DealsUnique [link] [comments]


2024.05.15 05:15 Appropriate_Falcon94 The Lua Programming Language

Let’s begin with Lua’s fundamentals.
Introduction Lua is a lightweight, high-performance scripting language that has become popular for embedded use in applications. Originally created in 1993 at the Pontifical Catholic University of Rio de Janeiro in Brazil, Lua was designed to be a highly customizable, procedural scripting language well-suited for embedding in other programs.
With its efficient C implementation, simple syntax, and extensible semantics, Lua has found wide use in game development, robotics, IoT, networking, and many other industrial applications. Let’s take a deeper look at what makes Lua such a versatile embedded scripting tool.
Key Features and Strengths Lua was engineered for efficient extensibility and embedding. Some of its key strengths and capabilities include:
Applications and Uses With its fast performance and tiny resource footprint,Lua has been embedded into software across domains including:
Syntax and Coding Basics Lua syntax is simpleprocedural, similar to languages like Python. Some key aspects include:
Development Environment and Tools Lua is highly portable across platforms. The standard Lua binaries, compiler, interpreter and debuggerareavailable for installation on Windows, Linux, macOS and other environments. Some commonly usedLua development toolsinclude:
Here is a simple code snippet showing Lua syntax:
Code:
function factorial(n) if n == 0 then return 1 else return n * factorial(n — 1) end end print(factorial(5)) — 120
This implements a factorial functionrecursively, calls it, and prints the result.
Pros and Cons of Lua Some pros and cons to consider when evaluating Lua:
Pros:
Cons:
Lua is an extensible, embeddable scripting language that offers simplicity, speed, and customizability. Itsefficient C implementation and flexible semantics make Lua a great choice for extending applications across gaming, networking, robotics, AI, and industrial control systems. While not suited for large general purpose applications, Lua excels as a lightweight scripting solution easily tailored to specific use cases. Its vibrant community provides modules for diverse programming needs ranging from GUI interfaces to neural networks. Forembedded scripting, Lua provides an agile, productive, and high-performance option
submitted by Appropriate_Falcon94 to learningLua [link] [comments]


2024.05.15 05:10 Individual_Tailor278 College suggestions help needed

Hey Lovely people,
I seek your help. One of my close relatives just got his CBSE result and it’s at 72%. He took the JEE mains and got 60th percentile (domicile Punjab). I know that these are not the best scores, but my cousin is a very sincere and hardworking kid and is very sad since he hoped to perform better. He’s really passionate about coding and CS and wants to do BTech/BE in CS. Does anyone have decent college and university recommendations that he should apply for? Or other entrance tests he should take?
Thank you so much in advance!
submitted by Individual_Tailor278 to IndianEngineers [link] [comments]


2024.05.15 05:08 Individual_Tailor278 College suggestions help needed

Hey Lovely people,
I seek your help. One of my close relatives just got his CBSE result and it’s at 72%. He also took the mains and got 60th percentile (domicile Punjab). I know that these are not the best scores, but my cousin is a very sincere and hardworking kid and is very sad since he hoped to perform better. He’s really passionate about coding and CS and wants to do BTech/BE in CS. Does anyone have decent college and university recommendations that he should apply for? Or other Entrance tests he should take?
Thank you so much in advance!
submitted by Individual_Tailor278 to Btechtards [link] [comments]


2024.05.15 05:06 Individual_Tailor278 College suggestions help needed

Hey Lovely people,
I seek your help. One of my close relatives just got his CBSE result and it’s at 72%. He took the JEE mains and got 60th percentile (domicile Punjab). I know that these are not the best scores, but my cousin is a very sincere and hardworking kid and is very sad since he hoped to perform better. He’s really passionate about coding and CS and wants to do BTech/BE in CS. Does anyone have decent college and university recommendations that he should apply for?
Thank you so much in advance!
submitted by Individual_Tailor278 to EngineeringAdmissions [link] [comments]


2024.05.15 04:47 MemeB0MB What's your MASTER plan?

let's lean into the cringe stereotypes a little 👀
https://preview.redd.it/ibjeinhfeh0d1.png?width=926&format=png&auto=webp&s=e73a8b9eaf23b08fb57792de54c2e6d97e220bc6
I'll go first since I'm asking:
Goals
I don't want to die, ever — I want to live forever and explore endless exoplanets similar to Earth and go on a quest to discover intelligent life outside of our solar system. I also want to continue learning everything for its own sake because I'll always be curious.
All that seems like centuries away and surely will not happen in our lifetime. right? How could I possibly do this? Well first of all I'm not delusional enough to believe I can, no one can truly predict with (100%) certainty where technology will go—much less the future; who knows WW3 could break out any day and we could all be dead just like that.
Plan 1
Luckily I've been fortunate enough to be born in the right country, at the right time. New advancements in AI has allowed me to effectively clone myself, I've been writing 800+ words into my diary every day in the morning for the past 4 years now. I've used that entire data set and fed it into LLM, results weren't too bad; it's very like me, but in no way does it actually think like me (yet). I've taken steps to clone my voice too and can't wait to integrate it with OpenAI new GPT4o multi-modal in the coming weeks.
It will have all my desires, dreams, and persona. And hopefully, with each new iteration getting better I could make myself come alive one day when the AGI problem finally gets solved.. I've taken the same steps with my mom as well should anything happen. Though as it is now, my digital self remains a mere token predictor, however even if I die now, I at least won't be completely gone from this world. maybe one day if someone misses me enough they could revive me(?) hopefully! Lots of wishful thinking there.
Plan 2
My other contingency plan: is in about 5 years or less from now to sign up for Cryonics before I'm 25 when I have a bit more capital to my name since the procedures can be quite expensive. Even though I know the science doesn't really exist yet to truly preserve your body for such a long time, It doesn't really matter to me. I'm just being hopeful here as well, placing faith that I can be revived one day if at least some of my cells are intact. It at least beats rotting somewhere in a graveyard.
Long Term Plan (if I don't die in an accident somehow)
I'm midway through my education in data science and looking to transition to computational neuroscience in about 2 years. I don't know if I'll get a PhD or anything yet, but whenever I have really good research skills and I'm able to use the knowledge practically in coordination with tech, I'll really start getting entrepreneurial or join a tech cult that shares the same enthusiasm.
Current AI agents sorta just mimic humans; it needs millions/billions of examples to learn, rather than a few examples like humans. My goal is to help create neurobiologically inspired models to decode some of the evolutionary cognitive science systems that goes into things like decision-making and learning, perhaps understanding the underlings there could help us achieve true machine-level sentience when we program that "code" into AI agents. Maybe we can even extend this intelligence to animals and humans one day.
I personally would love to merge it with my brain altogether and become a GOD!
Ultimately the main goal of bringing this intelligence to life is to assist in age-reversal technology for the purpose of keeping humans in good health indefinitely and a road to biological immortality.
In the meantime having access to these cutting-edge technologies every day may allow me to do some selfish things like using the systems to record my brain waves every day and store it in a lab/computer somewhere so that it can be made easier to revive me one day should I die sooner than expected. I'm sure there'll be some type of earphones to enable this sometime soon.
Meta's sensor-filled helmet, using noninvasive language decoders to discover someone's thoughts makes me optimistic it won't be too long until we're able to decode someone's persona by using those methods, which potentially could be better than LLMs.
This is an interdisciplinary field and there's a universe of science that must be done, but hopefully working on it will at least give me early access to selfishly use it on myself.
Until then, I will be eating healthy, exercising, and doing whatever I can to reduce the speed at which I age. Maybe I can even drink some of Bryan Johnson's Kool-Aid, he has some interesting biomarkers for his age.
unhinged time:
But once this technology is possible and I'm immortal, I'm going to extend my consciousness by creating multiple clones of myself and spread it across different regions around the globe. they'll be in secured safe freezers for me to respawn too in case I unexpectedly die (delusional I know :p).
not gonna put my eggs in one basket, scattered buildings are much less riskier than having a lone fortress. from there I will go on to create whatever I want and travel to other planets.
Anyways that's my plan for the next 20-50 years (if I'm not dead hopefully).
But what about you, what's your Master Plan?
🤔

submitted by MemeB0MB to intj [link] [comments]


2024.05.15 04:29 EccentricSage81 usb4 type C worse than cheap usb ethernet lan landline1900s phones? (rj11/45/cat8e whatevs)

Ethernet has landline 1900s phones two pairs wires reserved in the spec sheet its 8 or so wires when crimping the ends uses like two with one for ground and one seemingly empty and then has two for phone and some unused, with old 10/100 baseT coax with terminating ends exactly like optical or coax 90s cable TV with optical fiber 99% of the way just your block has coax to the rest which uses the 'same'DOCSIS data over cable standards as fibre optic.. just slightly worse latency and bandwidth is calculated by latency things like wifi lan has like 11 channels or 15 channels of frequency which optical calls wavelengths of light. A 2015 or around there linus tech tips video of him going to a swedish lan party called dreamhack had a bunch of multiple redundant 8Terabit or was it bytes of fibre optic internet they explained with light having 7 colors but having 8terabytes of bandwidth with different wavelengths of light called frequencys or a better term for optics is known as LASER ARRAYS of light at fixed frequencys that often plugs into the PC via ethernet cables or whatever for a gamer lan party or home/residential or small businesses at realistically within budget of anything with enough users to require that bandwidth or 'web hosting or web servers' you dont need to be an undersea cable or international link with 200terabits plus for an internet exchange to your main CBD or the fastest like the netherlands IX...
So the problem im trying to solve is, here in australia we got our undersea cables done wrong they kept breaking and we didnt have a navy or defense force securing our countrys communications to prevent war crimes and keep us connected to the global banking systems or whatever.. and then when our biggest telcos cable or fibre all had dialup speeds for around 2 weeks in the early years 2000s to force us to pay other countrys to connect to their links and be ' end of the line' maybe paywalled or proxied off the internet randsomewared to connect to and borrow bandwidth from other countries satellites and other countries undersea link cables which truly were indestructible to any cruise liner ships anchors whatever being flexible giant steel braided cables big as a CAR when australia finally paid to lay small sections of that stuff to link up to others and not pay randsome to internet butt bandits or have private businesses and multi nationals run their own links and ignore the public our lack of a defense force actually let somalian pirates literally somehow pick up and walk off with our expensive undersea car sized cables filled with a few arms thick of hair thin fibre optics which is cheapest clear resin enamels plastics about $3 not sure if USD per kilometer and resembles modern glass/glazing. How does anybody steal that stuff without people noticing like you cant just load it onto a truck and drive away? or a boat? if only satellites and some sort of defense organization existed to prevent us from being impersonated or whatever.. So now in australia ANYTHING with words like gigabit costs a fortune for a mainboard or switch or ethernet hub.. but the ancient 1900s 10/100 telephone land line wires of ethernet 10/100 clock in at a whopping 13 or so mhz sometimes 27.. and 60 or more mhz for like gigabits and whatever it increases shockingly fast with each mhz clock cycle as its units of work over time in nano seconds or zeptoseconds you see billionths of a second nano second RAM and PC with windows realtime kernel actually uses like ryzen hardware negative latency faster than reality freely syncing with any device in the universe and fixed mhz frequency bus can drive like 50 to 100 or thousands of GPU's and HDDs and monitors or whatever from the one modern multicore PC or whatever.. 90s AMD business server still holds world records for most connected devices though it had stackable CPUs opteron and would have used infinity cache type stuff probably software 3dnow and evolving game worlds tech of 80s and 90s AMD gaming evolved advertising.
So in australia anything gigabits costs hundreds of dollars for a switch router some thousands for lots of ports.. but its the shittiest weakest bandwidth ever with mhz and performance miles short of a raspberry pie or whatever. I had to pay a fortune for a mainboard with 10gigabit LAN port and everytime i got a high speed LAN port its been broken or missing so some pricks can sell ebay routers or switches for thousands here.. not knowing why its so expensive is youre paying fortunes for any real bandwidth because australia has to pay literal somalian pirates for their internet connections or privately owned businesses like telstra for access to their private links and glares at countries like new zealand and hawaii for being super technologically superior.. a cheap USB ethernet adaptor costs under 10 bucks on ebay or whatever and is maybe gigabit and your switches and routers 90% of the time you want the cheapest UNMANAGED switch possible. Yet the mainboard i recently purchased ASUS pro art creator x670E i recall had an issue with some asshats trying to steal pathetic measly 40gigabit USB4 chips from all the boards at the computer store to sell on EBay as other junk, when anything in the universe with an M.2 ULTRA slot does 40gigabits since PCI express 3.0/4.0 as PCI express 3.0 SSD drives famously use a specific I/O controller chip which gives them 38gigabits of the ultra M.2 slots 40gigabits of bandwidth. But for a couple years when AMD had pci express 4.0 and better than M.2 ultra intel was playing catch up on PCI express 3.0 and still had regular m.2 in all their boards until AMD was ready for pci express 5.0 my friend on intel bought the same NVME drives and complained they had corruption errors or issues i later learned his board wasnt fast enough and he was maybe trying to use the samsung magician RAM disk and enable NVME features and functions intel maybe did not yet support.
So.. why is USB 4 so many years late and why is it so dang expensive when terabits of ethernet or anything optical is like the cheapest stuff ever and comes with every internet connection since the 90s at the lowest cheapest mhz and 1900s land line wire telephones ever, remember digital isnt a physical thing and everythings literally analog with a sensor or multimeter whatever mathematically translating it to a graph or algebra equation mapping it into different values digitally +10 -10 whatever using microphones or camera sensor whatever. the gigabits tax and uhh LAN port taxes for dumb gay australians being literally see it via satellite outerspace levels dumb and gay astrogaylian should not apply to the cheapest of raspberry pie free 3d print or laser CNC yourself something computery like risc V for the cheapest of USB flash drives or memory cards etc.
I get intel pretends to have invented court ordered USB to probe their hardware after it was proven to have used other peoples code and chips by the chip makers and them selling computers with keyboard and mouse hardwired in so you bought a whole new computer when a key broke on the keyboard couldnt replace them.. and every other device had USB but theirs didnt free open standard and it kinda being the only way to connect any device in the universe and freely sync with it (mics/phones whatever).
why is 1900s phone tech ethernet so dang expensive to go from 20mhz ranges to 80 or whatever mhz ranges or use something very similar to 90s optical audio SPDIF output or anything remotely like a laser in australia? and who would be dumb and gay enough to be so financially retarded as to think that USB 4 was expensive or special as to steal it? am i... missing something?
also before you complain, but ethernets not the same as USB you cant power over ethernet or use your houses electrical wires as ethernet. You also cant use ethernet for monitors or displays, and its not like you can extend HDMI range limit of a about 10 to 15 meters by swapping its ethernet wires with optical ones for it to maintain its HDMI 0 latency spec or type C USB 0 latency spec. USB lets you connect heaps of devices you cant do that with an internet or ethernet for things like keyboard and mice or monitors or whatever. I understand what you mean power over ethernet or PPOE standards suck theres no way those are a thing. using devices over the internet and not the intranet who does that? thats so dumb. remote administration, theres no such thing youre mistaking malware or rootkits im sure. you cant connect a heap of devices up or entire computers to a ethernet port thats the dumbest gayest thing i've ever heard in my entire life! My gaydar is going off and it looks like the wifi symbol.
when trying to use anything ethernet with lame awful bandwidth thats limited, on my AMD board where the website images show AMD ethernet lists as marvel yukon controller i cannot use as its maybe broken there no light on the back, in devices managers advanced tab you can see the send receive or transmit buffer sizes and countless other ethernet settings are MISSING or a blank space. and are limited to 128 on send and 256 on receive up to 4096 or whatever max. But low latency 128 or 256 is maybe best but not all are an option and most networking features on the intel LAN adapters are missing countless advanced ethernet properties and settings because they're fake and lousy and the worst latency ever and they literally seem to swap your windows kernel out with something not realtime so you cannot ever hope to record or playback audio or video or anything close to a video game in hopes of slowly selling it back to you. Linux distros did this too its the dumbest thing ever that to hear or record or playback or play games you must patch in a realtime kernel for free to game like its the 80s and 90s or DOS or whatever. most 90s PCs were CAS 1 or lower nanoseconds. DDR 3 1600mhz depending the maker might be CAS1-4 latency. How can we verify our kernels are correct? and our ethernet and I/O bandwidth is correct? the youtube video about linus tech tips dream hack lan party of gamers in sweden was edited and reuploaded by illiterate asshat buttpirates maybe from somalia or the ones randsoming us some of their internet connections as a proxy piggy back on the international links as we dont have a defense force or army or whatever and dont know what war crimes are or why they are or what the heck a bank is and sure as shit dont know the cost of anything cheap USB or LAN. The dreamhack linus video falsely shows as 6TERABIT. they wanna steal 2TERABITS of EVERY optical or ethernet devices which isnt the government doing it if they wanna see whats in your computer they can document their reasons of why which is what a warrant is they dont need one if they believe a crime is occuring and literally take the computer by law to inspect it then give it back when nothings wrong they leave you a claim ticket and have you document it at the nearest policing station or whatever fill out forms sign 'they are taking my PC and i can get it back when it wasnt used for crimes." when australia doesnt technically have an internet and doesnt technically have RAID arrays which is required to use USB or SSD or NVME or storage tech with no moving parts and multicore a 2TB SSD is twice as fast and often has 2x 1TB wafer chips in there figure it out the IO controller chip supports many and you can buy the cheapest USB sticks with like 16terabytes of storage space i just see a $extend folder or uhh file format header thingy in the partition in my mainboard bios on that particular drive and using any cheap SSD or USB devices makes linux cry about the partition managers cant write or read extending past the storage limit. it doesnt take a genius to figure out what dumb gay fags the whole internet is.
infinitybitdepthinfinitygraphicsinfinitypixelsinfinityresolution.7z ~ pixeldrain
submitted by EccentricSage81 to Troubleshooting [link] [comments]


2024.05.15 04:27 heybamberino Farmland clicks needed

Looking for people to do my farmland code 170365885
I can trade via 2 accounts:
Amber Rae - everything available except fish and farm
ai*ge - everything available
submitted by heybamberino to Temu_Canada_ [link] [comments]


2024.05.15 04:18 Harry_E_S Cheating at USyd

My group just posted a load of code stolen from ChatGPT to our group submission, which completely overwrote the code I wrote by myself legitimately. I don't understand why I have come into contact with so many students cheating at this university, and at Masters level too! It's an absolute disgrace. I have no idea what to do now as I trusted them for so long and the deadline is next week.
submitted by Harry_E_S to usyd [link] [comments]


2024.05.15 04:14 Honest-Sheepherder-3 AI tools for programming

I'm currently a first year student studying computer science at the University of Washngton, seattle campus. I have been at the school for like 3 quarters so far so this is almost the end of my freshman year, but even after 3 quarter taking CSE courses, I still can't find the balance to how to approach CSE courses in general. My main struggle is how should I use chatGPT for my programming assignments and homeworks.
Before starting university, I worked as a software engineering for about 9 months (not in the USA), and I was able to most of the works using chatGPT because all I had to do was understand the codebase, read the documentation, and write the required code using chatGPT. However, after I started school, I still using chatGPT for generating code for me and I don't know if that is a good thing or bad thing.
For example, I was writing this server side code for chatBot application in one of my CSE courses, and I was stuck on the problem for a very long time. Then, I used the chatGPT for an answer and it produced the correct answer in an instant. Since I was stuck on a problem, I did not see the point of not using a chatGPT. However, the problem arises when the code works and the application works, and I just move on to the next problem because it works.
I'm not even trying to understand the chatGPT result since it is working. I know that this is a bad practice, but I want to ask is it really necessary to understand the code if it works? if it works, it works right? I don't have to waste my time. if that is not right, how should I change my mindset and what programming practices should I try to develop? Is there any books/lectures/vidoes that I can find to help me cultivate different mindset?
In the past, even before chatGPT existed, people used to search answers on StackOverflow, but I remember some programmers used to say "don't blindly copy/paste code" and instead understand the them. I think with these people, they have really different mindset when it comes to code.
Most of my friends at school do not use chatGPT for programming and they basically do all of the code implementation from scratch. if they have to look at answers, they go to stackOverflow or google to search for answers, not chatGPT. what is the mindset that drives them to not use chatGPT for programming and instead use different tools like google or StackOverflow?
finally, my last question is what makes a good programmer?
submitted by Honest-Sheepherder-3 to csMajors [link] [comments]


2024.05.15 03:28 AnonymousFire1337 Should I stick to a Bachelor of IT?

Hey i’m doing a Bachelor of IT ar RMIT. Currently 1.5 years in and graduate at my 3rd year. So exactly halfway.
I read through the subreddit and it seems as IT is frowned upon by the technology community, considered like a business degree and that Computer Science and Software Engineering are much better degrees and the failed ones done IT.
I chose IT because I wasn’t so sure as to what kind of tech I wanted to do. I wasn’t really familiar with CS, DS, SWE were either and I haven’t had much time to think which kind of tech degree I wanted to do since I had to pick a degree without finding out which tech I loved doing, and I feared that I chose a tech degree I loathed.
So I chose the general degree and to see which one I liked. Technology has been my passion ever since I was like 4. And I don’t intend that to change to a completely different field.
I know it’s better to get a Computer Science degree as it’s more versatile. I know there’s lots of math involved but I never had too much trouble with math, I do know it’s very advanced though.
I have done programming in Java and I hated it at first when I done it at uni because of how overwhelming it was for me and the time constraint was basically insane. But, I have retried it at my own pace with an open mind to see what I can do, I feel kind of comfortable with it and it seems a lot more enjoyable. I wouldn’t consider myself a pro I still have a lot to learn. But I can definitely understand what the code is trying to do. I know the concepts. I am very good with HTML and CSS so I guess that’s something, still need to work on JavaScript.
I have become extremely curious about Software Engineering and I found the Software Engineering Fundamentals for IT actually pretty enjoyable. I didn’t have much trouble understanding the concepts. Plus the moneys great too, I know money isn’t everything im aware of that, but I also want a job that pays very good too. I consider it important for my future.
However one other field I like is Cyber Security, hacking has been fascinating for me ever since I was a kid, I was always watching how technology worked on YouTube. I am thinking of doing a Bachelor of IT with a Major in Cyber Security. I know Cyber Security pays well, I have a relative that works at a bank so maybe I could get an internship too.
But at the same time, it seems like I fucked up because I could of done SWE or CS if I knew better.
My university has a Cyber Security, Computer Science, and Software Engineering degree but i’m not sure if i’ll end up having to do another 3-4 years on top of the extra debt. Like I wasted my time in IT. I’m starting to think that I made a big mistake.
Was picking IT the right call? Because I can’t find an answer. Sorry for the long message.
EDIT: Thanks for the replies, I appreciate it.
submitted by AnonymousFire1337 to cscareerquestionsOCE [link] [comments]


2024.05.15 03:14 GameNerd93 Why is my website html/css code not working?

I'm currently doing a University coding course our finally assignment is to code an entire website and well the code just isn't working and my tutor is of zero help to me. The website needs to be viewable on desktop, mobile and tablet but for what ever reason even using the provided layout from my tutor I'm unable to get anything apart from the nav bar to respond on top of that anything after the about section on the website just doesn't work no matter what I change. I'm frustrated with it and just need someone to explain to me like a 5 year old what in my code is wrong.
CSS:
@media only screen and (max-width: 1920px) { } @media only screen and (max-width: 1366px) { } @media only screen and (max-width: 1024px) { } @media only screen and (max-width: 768px) { } @media only screen and (max-width: 640px) { } @media only screen and (max-width: 360px) { } .navbar-container { display: flex; align-items: center; position: fixed; top: 0; width: 100%; background-color: #5c4033; z-index: 10; } img { width: 80px; height: auto; margin-right: 10px; } #navItems { list-style-type: none; margin: 0; padding: 0; display: flex; width: calc(100% - 90px); justify-content: space-around; } li a { display: flex; align-items: center; padding: 14px 16px; color: #ffffff; text-align: center; } li a:hover { background-color: #c4a484; } a:link, a:visited, a:hover, a:active { text-decoration: none; } Body { background-color: #c4a484; } h1 { font-family: Arial, Helvetica, sans-serif; font-size: 100px; width: 500px; position: absolute; left: 75px; top: 45px; } #img1 { position: absolute; left: 1275px; top: 100px; width: 600px; } #img2 { position: absolute; left: 650px; top: 275px; width: 600px; } #goat { position: absolute; left: 25px; top: 475px; width: 600px; } .About { position: absolute; Left: 1275px; top: 920px; font-family: Arial, Helvetica, sans-serif; } h2 { font-family: Arial, Helvetica, sans-serif; font-size: 50px; } .thumbs { display:flex; justify-content:center; flex-wrap:wrap; width:500px; max-width:100%; > a { max-width:150px; height:150px; margin:10px; overflow:hidden; border-radius:5px; box-shadow:0 0 0 3px white, 0 5px 8px 3px rgba(black, 0.6); img { transform:scale(1); transition:transform 0.1s ease-in-out; filter:grayscale(50%); min-width:100%; min-height:100%; max-width:100%; max-height:100%; } &:hover { img { transform:scale(1.1); filter:grayscale(0%); } } } } .lightbox { position:fixed; background:rgba(black,0.5); backdrop-filter:blur(10px); -webkit-backdrop-filter: blur(10px); height:100%; width:100%; left:0; top:0; transform:translateY(-100%); opacity:0; transition:opacity 0.5s ease-in-out; &:has(div:target) { transform:translateY(0%); opacity:1; } a.nav { text-decoration:none; color:white; font-size:40px; text-shadow:0 2px 2px rgba(black,0.8); opacity:0.5; font-weight:200; &:hover { opacity:1; } } .target { position:absolute; height:100%; width:100%; display:flex; transform:scale(0); align-items:center; justify-content:space-between; *:first-child,*:last-child { flex:0 0 100px; text-align:center; @media all and (max-width:600px){ flex:0 0 50px; } } .content { transform:scale(0.9); opacity:0; flex:1 1 auto; align-self: center; max-height:100%; min-height:0; max-width:calc(100% - 200px); min-width:0; border-radius:5px; overflow:hidden; box-shadow:0 0 0 3px white, 0 5px 8px 3px rgba(black, 0.6); transition:transform 0.25s ease-in-out,opacity 0.25s ease-in-out; img { min-width:100%; min-height:100%; max-width:100%; max-height:calc(100vh - 40px); display:block; margin:0; } } &:target { transform:scale(1); .content { transform:scale(1); opacity:1; } } } .close { position:absolute; right:10px; top:10px; } } @media only screen and (max-width: 1920px) { } @media only screen and (max-width: 1366px) { } @media only screen and (max-width: 1024px) { } @media only screen and (max-width: 768px) { } @media only screen and (max-width: 640px) { } @media only screen and (max-width: 360px) { } .navbar-container { display: flex; align-items: center; position: fixed; top: 0; width: 100%; background-color: #5c4033; z-index: 10; } img { width: 80px; height: auto; margin-right: 10px; } #navItems { list-style-type: none; margin: 0; padding: 0; display: flex; width: calc(100% - 90px); justify-content: space-around; } li a { display: flex; align-items: center; padding: 14px 16px; color: #ffffff; text-align: center; } li a:hover { background-color: #c4a484; } a:link, a:visited, a:hover, a:active { text-decoration: none; } Body { background-color: #c4a484; } h1 { font-family: Arial, Helvetica, sans-serif; font-size: 100px; width: 500px; position: absolute; left: 75px; top: 45px; } #img1 { position: absolute; left: 1275px; top: 100px; width: 600px; } #img2 { position: absolute; left: 650px; top: 275px; width: 600px; } #goat { position: absolute; left: 25px; top: 475px; width: 600px; } .About { position: absolute; Left: 1275px; top: 920px; font-family: Arial, Helvetica, sans-serif; } h2 { font-family: Arial, Helvetica, sans-serif; font-size: 50px; } .thumbs { display:flex; justify-content:center; flex-wrap:wrap; width:500px; max-width:100%; > a { max-width:150px; height:150px; margin:10px; overflow:hidden; border-radius:5px; box-shadow:0 0 0 3px white, 0 5px 8px 3px rgba(black, 0.6); img { transform:scale(1); transition:transform 0.1s ease-in-out; filter:grayscale(50%); min-width:100%; min-height:100%; max-width:100%; max-height:100%; } &:hover { img { transform:scale(1.1); filter:grayscale(0%); } } } } .lightbox { position:fixed; background:rgba(black,0.5); backdrop-filter:blur(10px); -webkit-backdrop-filter: blur(10px); height:100%; width:100%; left:0; top:0; transform:translateY(-100%); opacity:0; transition:opacity 0.5s ease-in-out; &:has(div:target) { transform:translateY(0%); opacity:1; } a.nav { text-decoration:none; color:white; font-size:40px; text-shadow:0 2px 2px rgba(black,0.8); opacity:0.5; font-weight:200; &:hover { opacity:1; } } .target { position:absolute; height:100%; width:100%; display:flex; transform:scale(0); align-items:center; justify-content:space-between; *:first-child,*:last-child { flex:0 0 100px; text-align:center; @media all and (max-width:600px){ flex:0 0 50px; } } .content { transform:scale(0.9); opacity:0; flex:1 1 auto; align-self: center; max-height:100%; min-height:0; max-width:calc(100% - 200px); min-width:0; border-radius:5px; overflow:hidden; box-shadow:0 0 0 3px white, 0 5px 8px 3px rgba(black, 0.6); transition:transform 0.25s ease-in-out,opacity 0.25s ease-in-out; img { min-width:100%; min-height:100%; max-width:100%; max-height:calc(100vh - 40px); display:block; margin:0; } } &:target { transform:scale(1); .content { transform:scale(1); opacity:1; } } } .close { position:absolute; right:10px; top:10px; } } 
HTML:
     Lilac Valley Farm Stay     

Lilac Valley Farm Stay

Lilac Valley Goat Rosie Lilac Valley Barnhouse Lounge room of Barn House

About Lilac Valley

Escape to Rustic Luxury at Lilac Valley Farm Stay Imagine waking up to the gentle sounds of a farmyard, surrounded by the breathtaking beauty of the Blue Mountains. Lilac Valley Farm Stay is your invitation to unwind and reconnect with nature in a beautifully restored luxury barn house. This hidden gem, lovingly renovated by local interior designer Marina YeMarina Ye, offers a unique blend of rustic charm and modern comfort. Spread over four acres, the property boasts:
  • A stunning open-plan barn house, perfect for families or groups.
  • An enchanting cottage garden bursting with colorful blooms.
  • A refreshing plunge pool to cool off after a day of exploring.
  • Friendly farmyard companions – sheep, chickens, ducks, and the ever-so-charming Rosie the goat.
Lilac Valley Farm Stay has been a favorite amongst AirBnB guests and has even garnered attention online. Get ready for an unforgettable escape.
Lilac Valley Farm Stay

Lilac Valley Farm Stay

Lilac Valley Goat Rosie Lilac Valley Barnhouse Lounge room of Barn House

About Lilac Valley

Escape to Rustic Luxury at Lilac Valley Farm Stay Imagine waking up to the gentle sounds of a farmyard, surrounded by the breathtaking beauty of the Blue Mountains. Lilac Valley Farm Stay is your invitation to unwind and reconnect with nature in a beautifully restored luxury barn house. This hidden gem, lovingly renovated by local interior designer Marina YeMarina Ye, offers a unique blend of rustic charm and modern comfort. Spread over four acres, the property boasts:
  • A stunning open-plan barn house, perfect for families or groups.
  • An enchanting cottage garden bursting with colorful blooms.
  • A refreshing plunge pool to cool off after a day of exploring.
  • Friendly farmyard companions – sheep, chickens, ducks, and the ever-so-charming Rosie the goat.
Lilac Valley Farm Stay has been a favorite amongst AirBnB guests and has even garnered attention online. Get ready for an unforgettable escape.
submitted by GameNerd93 to CodingHelp [link] [comments]


2024.05.15 03:04 Colddustmass Switch to Dell or stay with Lenovo

Longtime owner of Lenovo laptops (thinkpads, Yoga730-15) and have been happy. Main uses are image processing for biomedical research, light coding, and web browsing. I don't game.
Looking for a new laptop and work is willing to pay for anything around the 2k mark. I think the Lenovo Yoga Pro 9i with the Intel Ultra9 185H processor, 32Gb ram, 1tb SSD would be a good fit. Also comes with NVIDIA GeForce 4050 which I would likely not upgrade to the 4060. Debating the screen upgrade to mini-LED from the standard IPS display, wondering if anyone has any comment here. Cost would be 1800-1900USD
Major pro is sticking with Lenovo and ease of transferring current system onto another similar device.
Looking at reviews and in store though I was impressed by the Dell XPS 15. For this system I would get it with the Intel i9 13th gen, 32Gb Ram, 1TB SSD, and because I would end up getting the OLED display looks like I they will only sell with NVIDA GeForce 4060. Cost is 2199 USD. A similar configuration but without the OLED display (FHD+) and running an I7 13620H would cost 1700.
Wondering if anyone has any thoughts on which they recommend. I'm inclined to stick with Lenovo and the 9i Pro, though marketed toward "content creators" -which I am not seems, like it would be a good fit. That said, I liked the OLED display on the XPS in store and the reviews I can find on the XPS are almost all positive.
submitted by Colddustmass to laptops [link] [comments]


2024.05.15 02:32 ProfessionalOil7301 first pc, gaming/school/coding. pls give advice/tips !

hello, im finally building my first pc. im trying to save as much money as i can but i also want to secure myself now so i dont have to upgrade anytime soon. imma be using it for school and coding, but thats easy to navigate a build for. so mainly im trying to get some advice for an optimal gaming experience. ive decided i for sure want 1440. i wanna be able to play AAA games comfortably, no sports games but some fps games here and there.
right now im on the rocks for my gpu. ive seen recommendations for the 4070ti, 6800xt, and the 7800xt. ill take whatever advice u have for any part of my build. mostly looking to improve/hopefully save unnecessary spending on my build👍
(case and monitor were chosen quickly. still gonna get back to those. ill take advice on those too if u have any)
PCPartPicker Part List
Type Item Price
CPU AMD Ryzen 5 7600X 4.7 GHz 6-Core Processor -
CPU Cooler Thermalright Phantom Spirit 120 SE 66.17 CFM CPU Cooler -
Motherboard MSI B650 GAMING PLUS WIFI ATX AM5 Motherboard $169.99 @ MSI
Memory Silicon Power Value Gaming 32 GB (2 x 16 GB) DDR5-6000 CL30 Memory -
Video Card Gigabyte WINDFORCE OC GeForce RTX 4070 Ti SUPER 16 GB Video Card -
Case Corsair 4000D Airflow ATX Mid Tower Case -
Power Supply Corsair RM750e (2023) 750 W 80+ Gold Certified Fully Modular ATX Power Supply -
Monitor Acer VG271U M3bmiipx 27.0" 2560 x 1440 180 Hz Monitor -
Prices include shipping, taxes, rebates, and discounts
Total $169.99
Generated by PCPartPicker 2024-05-14 20:19 EDT-0400
submitted by ProfessionalOil7301 to buildapc [link] [comments]


2024.05.15 02:15 MrSkoolie The UW administration and the Palestinian protesters have just announced that they've come to an agreement.

Vivek Goel, the president of UW, has managed to come to an agreement with the Palestinian encampment in only two days. An impressive achievement that other universities would do well to learn from and emulate.
The agreement states that the encampments are deemed legal in UW, as long as the proper fees are paid:
Utilities include the unlimited use of the PAC facilities, and deals have been made to allow 24/7 bathroom access to all gas stations that are within a 3km radius of UW.
To understand the sentiments of those directly impacted by this agreement, I spoke with several individuals from both the protest encampment and the administration. Their perspectives provide a deeper insight into the challenges and triumphs of reaching this unprecedented accord.
 

Voices from the Encampment

One student, who preferred to be anonymous (Layla Atef), said that she was a great supporter of the agreement. "I'll be saving so much money on rent every month now. Before, I had to deal with my creepy-ass landlord who only wanted female tenants. This new arrangement gives me peace of mind. Living on campus in a supportive environment where I only have to worry about knife-wielding incels makes me feel that my safety and well-being are being prioritized."
Another student also expressed their satisfaction with the agreement, declaring that: "his 7-person occupancy tent gives him much more space and privacy than his previous living setup. The administrations willingness to negotiate in good faith was a positive step forward."
But it's not all moonlight and roses for the protesters, as Mohammed Ahmed, the spokesperson of the encampment highlighted: "We know our people well. For most of the UW students it's their first time being outside for more than 30 minutes. We've had to set up workshops to acclimate them to the new environment. We've got the 'Don't Look at the Sun Directly' workshop, the 'Grass Is Not Your Enemy' workshop and have even set up a 'Leetcodes Anonymous' group -- a self-help organization helping those dealing with grinding code addiction."
 

Interview with Vivek Goel, President of UW

Q: What prompted the university to take such an unorthodox decision?
A: "I read 'The Secret' over the winter and had a complete 360. We in the administration of UW unfortunately believed in the nonsense of 'If you wish hard enough, you'll get everything you desire.' We have to be the owners of our own destiny. Yes, I could've called the police to violently brutalize the protesters and force them to leave. But what would that have gained us? A hefty police bill, bad press, and more angry students! Renting out the land to them is the more prudent financial and moral decision."
Q: Now that the protesters are renting, do you expect this encampment to last a long time?
A: "Unfortunately, that is something that I don't know. I need to get my lazy-ass administrative staff to do at least 1 honest days work this year. Believe me, we are not stalling; we just honestly don't know where half our money is invested in anyway. Hell, it could be in Doge coin for all I know. All I'm happy about is that I've managed to slip in a snow shoveling clause to the rental agreement."
Q: How about meal plans?
A: "Two words habibi. Goose Shawermas. Lazeez has already been running a three-month pilot program. According to them, the average UW student thinks that goose tastes just like chicken."
Q: The PAC is already packed, have you factored in the effect of the extra people?
A: At this question, Vivek Goel guffawed with laughter. "I know my people," he said with tears of mirth in his eyes, "UW students don't take showers."
submitted by MrSkoolie to uwaterloo [link] [comments]


2024.05.15 01:50 specu12 (SELLING) cheap movies - $2 and up

All codes are US, HD/blu-ray unless marked otherwise, all split if applicable
sony movie buff, choose 1 of the following, MA redeem, $4 each: Stir Crazy (1980) (HD), Stripes (1981) (UHD), Hancock (Theatrical) (2008) (UHD), Guess Who (2005) (HD), The Blob (1988) (HD), Bye Bye Birdie (1963) (HD), Born Yesterday (1950) (HD), Blue Thunder (1983) (HD), My Girl (1991) (UHD), Untraceable (2008) (HD)
universal rewards, choose 1 of the following, MA redeem, $3 each: Black Christmas (2019) (UHD), Don't Let Go (2019) (HD), A Dog's Purpose (2017) (UHD), Final Account (2021) (HD), Kicks (2016) (HD), The Sparks Brothers (2021) (UHD), Agnes Browne (2000) (HD), Antz (1998) (HD), Backdraft 2 (2019) (UHD), Raw (2017) (HD), Loving (2016) (HD), Being Frank (2019) (HD)
UHD/4k movies, not MA: vudu redemptions only $5 each, unless noted otherwise Highlander UHD
UHD/4k movies, all port UHD/4k to MA: vudu or MA redemptions only $4 each, unless noted otherwise Apollo 13 (1995)
UHD/4k movies: Disney/Marvel, no DMDMI, all port UHD/4k to MA: itunes redemptions only (splits) $4 each, unless noted otherwise Avengers: Endgame (2019) Big Hero 6 (2014) Frozen (2013) Guardians of the Galaxy (2014) Iron Man 3 (2013) Maleficent (2014) Star Wars: The Force Awakens (2015) Star Wars: The Rise of Skywalker (2019)
UHD/4k movies: vudu redemptions only, do not port to MA $4 each or any 3 for $9, unless noted otherwise: 3 From Hell (2019) 3 From Hell (Unrated) (2019) Dredd (2012) Expired (2022) Interstellar (2014) John Wick: Chapter 3 - Parabellum (2019) $2 Lara Croft: Tomb Raider (2001) Last Witch Hunter (2015) Mission: Impossible Rogue Nation (2015) Rocketman (2019) The Last Witch Hunter (2015)
UHD/4k movies: itunes redemptions only, port 4k to MA $3 each, unless noted otherwise Fast & Furious 6 - Extended Edition (2013) Hidden Figures (2017) Jason Bourne (2016) Let's Be Cops (2014) $2 Longest Ride (2015) The Longest Ride (2015)
UHD/4k movies: itunes redemptions only, do not port to MA $3 each, unless noted otherwise 3 From Hell (2019) Interstellar (2014) John Wick: Chapter 3 - Parabellum (2019) $2 Lara Croft: Tomb Raider (2001) Last Witch Hunter (2015) The Last Witch Hunter (2015) Wonder (2017) $2 Wonder Park (2019)
HD movies, MA or vudu redemptions only, port to MA: $2 each, unless noted otherwise Fast & Furious 6 - Extended Edition (2013) Fast and the Furious (2001) Fate of the Furious (2017) Fate of the Furious (Extended Director's Cut) (2017) Fate of the Furious (Theatrical) (2017) Fifty Shades of Grey (Unrated) (2015) Guardians of the Galaxy Vol. 2 (2017) $3 Jurassic World (2015) Jurassic World: Fallen Kingdom (2018) Pitch Perfect 2 (2015) Saving Mr. Banks (2013) $3 The Fast and the Furious (2001) The Fate of the Furious (2017) The Fate of the Furious (Extended Director's Cut) (2017) The Fate of the Furious (Theatrical) (2017)
HD movies: vudu redemptions only, do not port to MA $2 each, unless noted otherwise Chicago (Diamond Edition) (2003) Hunger Games (2012) The Hunger Games (2012) The Twilight Saga: Breaking Dawn - Part 2 (2012) Transformers: Age of Extinction (2014) Twilight Saga: Breaking Dawn - Part 2 (2012) Wonder Park (2019)
HD movies: itunes redemptions only (splits), port HD to MA $3 each, unless noted otherwise Fast & Furious 6 - Extended Edition (2013) Fifty Shades of Grey (Unrated) (2015) Into the Woods (2014) Kidnap (2017) Planes (2013)
HD movies: itunes redemptions only (splits), not MA $3 each, unless noted otherwise Chicago (Diamond Edition) (2003) Now You See Me (2013)
Disney/Marvel HD movies, no DMDMI, all port HD to MA: google play redemptions only (splits) $3 each, unless noted otherwise Aladdin (1992) Avengers: Age of Ultron (2015) Avengers: Endgame (2019) $1 Avengers: Infinity War (2018) $1 Beauty and the Beast (2017) Big Hero 6 (2014) Captain America: Civil War (2016) Captain Marvel (2019) Dumbo (2019) Finding Dory (2016) $2 Frozen (2013) $1 Guardians of the Galaxy Vol. 2 (2017) Inside Out (2015) Into the Woods (2014) Iron Man 3 (2013) Jungle Book (2016) Lion King (2019) Maleficent (2014) Moana (2016) Pirates of the Caribbean: Dead Men Tell No Tales (2017) Planes (2013) Ralph Breaks the Internet (2018) Raya and the Last Dragon (2021) Rogue One: A Star Wars Story (2016) $2 Spies in Disguise (2019) Star Wars: The Force Awakens (2015) $1 Star Wars: The Last Jedi (2017) $2 Star Wars: The Rise of Skywalker (2019) $2 The Jungle Book (2016) The Lion King (2019) Thor: Ragnarok (2017) Toy Story 4 (2019)
Cineplex HD redemptions (Canada): $2 each Black Panther Death on the Nile Shang-Chi and the Legend of the Ten Rings
vudu SD not MA $1 each Cabin In the Woods (2012) Expendables 2 (2012)
I take paypal f&f and venmo
also check out my For Trade Post on uvtrade
submitted by specu12 to DigitalCodeSELL [link] [comments]


2024.05.15 01:09 Amphibian_Basic Account not found(bug)

I used the app once working fine (just some of the syncing seemed to have gotten stuck). Closed it. Later i re-open it and it asks for my login again.
Every attempt tells me its wrong and im sure the password is correct (i had screenshoted it). I try the web, also cant login. I try the reset password - tells me account not found
I created the account through the app on windows 10. I got the e-mail with the magic code and after that an e-mail "Hello and welcome to Kosmik!". But beyond that initial onboarding and account 'creation' it seems like my account wasnt really created at all. Is the system/server down? Was the account actually created or not?
And that brings me to another subject- in a case like this how the user recovers the data on their universes? I didnt have any substantial but now im worried on making big universes and later being locked out
Id strongly suggest doing things like evernote and hepta- the whole local first+sync assumes the installation from the local user is valid, have stored credentials (as 'logged in') on the machine and only associate the actual login and sync to the internet- so even if the internet is down you can open the app, see your notes etc.
If that was the logic in Kosmik even a worst case scenario like this -if my initial account setup was fumbled (not really created)- the user would still have the option of copy-pasting/exporting some of the created content before resetting, re-installing or whatever needed to fix the issue
submitted by Amphibian_Basic to kosmik_app [link] [comments]


2024.05.15 00:49 KevinKnightt [REQUEST] [STEAM] Cyberpunk 2077 $59.99 USD (6th Attempt)

Good evening, I hope everyone is having a good day. I would like to ask Cyberpunk 2077. I fully understand that this is not a small amount and the fact that someone will fulfill my request is quite a long shot. If your willing to contribute towards it, I would be immensely grateful and happy. Your generosity would provide me with countless hours of enjoyment and fun
Why I want the game you may ask?
I'm the guy who plays game to relaxes and escapes from reality for a while. Well I love FPS, open world and survival games a lot, because it gives you the freedom to be anyone, do anything and explore to your heart content. I always wanted to play it for certain reason like CD PROJEKT RED is known for there storytelling and now with the 2.1 UPDATE a lot of bugs and glitches should have been fixed and I would like to be able to play and experience the iconic Night city with Johnny SilverHand. I'm interested in the characters, the dystopian metropolis city that hosts some incredible backdrops, lore and body modifications. The Nomad lifestyle seems like it will be fun roaming about and using you wits to survival. From the few stream and YouTube video's I've seen it look enjoyable.
Why I can't afford it?
I'm in University and don't really have money to spend on any online stuff. whatever pocket change I have goes to education and food stuff. So I currently don't really have extra money to spend on games or anything online at the moment.
I'll be very happy if anyone can fulfil my wish by helping out, I would be happy with the standalone Cyberpunk (without Phantom Liberty DLC). Because it will be enough to keep me occupy in my free time.
Cyberpunk 2077: https://store.steampowered.com/app/1091500/Cyberpunk_2077/
My Steam Link: https://steamcommunity.com/profiles/76561198974015021/
PS: Feel free to add me on steam my friend code is 1013749293.
submitted by KevinKnightt to GiftofGames [link] [comments]


2024.05.15 00:44 maxdiary Greeting Card Universe Coupon Code for May 2024

Use the link for Greeting Card Universe Coupon Code for May 2024. The website features a wide selection of coupons, promo codes, and discount deals that are updated regularly for you to choose from and make your purchase more affordable.
submitted by maxdiary to DiscountRaving [link] [comments]


2024.05.15 00:35 lexanderpl Are my expectations too high or the company is a toxic environment?

So, I (7 yoe) came to this company 6 months ago, we work in data integration and processing, I'm in one of data integration teams.
Since the beginning I could see what the company is struggling with:
I tried to improve the scrum processes, add unit tests, naming conventions, unify the structure of some repositories, make the team spend more time on designing a solution, but I constantly hear "there is no time for it" or "this is good enough for now, changing it is too much effort" and when there is a fire all effort gets thrown away anyway. I almost gave up, now I focus more on producing my own code good enough (which means good architecture, docstrings, unit tests and code analysis passing), than actively engaging in everyday activities, including meetings/discussions or thinking about general improvements of our projects.
I think of jumping the ship, but for this company I left the one where things were even worse and my first company (where I worked for 6 years) was a startup, where at least I understood the requirements and had an impact on what we do and how we do it, but this startup never made money and is constantly on the verge of bankruptcy. My fear is that all I wrote above is just the reality of most IT companies, because the company must sell things and things are better when they barely work today than when they work better tomorrow, the losses made from technical debt are not as visible as profits.
What do you think about it? How common companies like this are? Have you experienced something similar? Did you had a chance to see things improve or even have any significant impact on it?
submitted by lexanderpl to ExperiencedDevs [link] [comments]


http://activeproperty.pl/