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 - "se"
-
!geek girlfriend
Me and my partner are in the car driving. We drive by a young girl who is on her scooter. I look at my gf and ask,
Me: do you sometimes have some weird thoughts in mind (and nothing relating to sex her just so you know).
Her: well what do you mean?
Me: well i se that person scootering on the sidewalk and i imagine screaming at her like a lunatic “GET THE FUCK OFF THE ROAD PUNK” (which the little girl clearly isn't).
She laughs.
Her: yeah,i do too but it's more scientific, like sometimes i wonder how many times some one would flip. In the air if i hit them with the car or how long would it take some one to reach the ground if i pushed them off the balcony.
....
Me: silence...
Skin goes white
Her: looks at me with a big smile!!!
Im not sure if this is good or bad ;)23 -
Our Web Technology professor taught us this in the year 2016, he said and I quote,
"HTML frames are the latest technologies in the www and are supported by new generation browsers only, for example Netscape navigator."14 -
API Guy.
He has a serious regex problem.
Regexes are never easy to read, but the ones he uses just take the cake. They're either blatantly wrong, or totally over-engineered garbage that somehow still lacks basic functionality. I think "garbage" here is a little too nice, since you can tell what garbage actually is/was without studying it for five minutes.
In lieu of an actual rant (mostly because I'm overworked), I'll just leave a few samples here. I recommend readying some bleach before you continue reading.
Not a valid url name regex:
VALID_URL_NAME_REGEX = /\A[\w\-]+\Z/
Semi-decent email regex: (by far the best of the four)
VALID_EMAIL_REGEX = /\A[\w+\-.]+@[a-z\d\-.]+\.[a-z]+\z/i
Over-engineered mess that only works for (most) US numbers:
VALID_PHONE_REGEX = /1?\s*\W?\s*([2-9][0-8][0-9])\s*\W?\s*([2-9][0-9]{2})\s*\W?\s*([0-9]{4})(\se?x?t?(\d*))?/
and for the grand finale:
ZIP_CODE_REGEX = /(^\d{5}(-\d{4})?$)|(^[ABCEGHJKLMNPRSTVXY]{1}\d{1}[A-Z]{1} *\d{1}[A-Z]{1}\d{1}$)|GIR[ ]?0AA|((AB|AL|B|BA|BB|BD|BH|BL|BN|BR|BS|BT|CA|CB|CF|CH|CM|CO|CR|CT|CV|CW|DA|DD|DE|DG|DH|DL|DN|DT|DY|E|EC|EH|EN|EX|FK|FY|G|GL|GY|GU|HA|HD|HG|HP|HR|HS|HU|HX|IG|IM|IP|IV|JE|KA|KT|KW|KY|L|LA|LD|LE|LL|LN|LS|LU|M|ME|MK|ML|N|NE|NG|NN|NP|NR|NW|OL|OX|PA|PE|PH|PL|PO|PR|RG|RH|RM|S|SA|SE|SG|SK|SL|SM|SN|SO|SP|SR|SS|ST|SW|SY|TA|TD|TF|TN|TQ|TR|TS|TW|UB|W|WA|WC|WD|WF|WN|WR|WS|WV|YO|ZE)(\d[\dA-Z]?[ ]?\d[ABD-HJLN-UW-Z]{2}))|BFPO[ ]?\d{1,4}/
^ which, by the way, doesn't match e.g. Australian zip codes. That cost us quite a few sales. And yes, that is 512 characters long.47 -
The first documented time of "impressing ladies with my computer skills" 😄😄
I was 4 or 5 yrs old, using Windows 98 SE
4 -
I hope you will forgive me for a third hand story, but I'm one of those evil developers, not a support per se. But I thought you'd enjoy this story anyway. So this happened to a colleague of a colleague:
$Hero - our hero. $Cop - A representative of our hard worked law enforcement agency.
So $Hero is happily speeding along in his car, running a few yellow lights a bit late, etc. Finally, the law catches up to him and pulls him over. Here's how the conversation went:
$Cop: Can I see your driving license, please?
$Hero (with smug grin): Certainly. Here it is, officer.
$Cop takes license back to motorcycle and speaks into radio.
$Hero: It's not going to help you any, though.
$Cop (with no reaction): What do you mean?
$Hero (with wider grin): The server you have to check it against is down.
$Cop (still no reaction): And why do you say that?
$Hero: Because I'm the guy they called to get on site and get it up again.
Our hero did not get a fine this time. Instead he got a police escort to his workplace.
Source: reddit r/talesfromtechsupport3 -
DevRant feels a lot like home. Not because I'm a pro developer - I'll probably never be one. But because I get to spend time with "my people". It's like when I went to Dreamhack for work and after 30+ years of being weird there were suddenly over four thousand people just like me.
There is no shortage of online IT culture but devRant is unique. It could have become the usual cesspool of hate, misogony, trolling but hasn't. Somehow it gives me hope to se a place meant for blowing of steam turning out to be one of the more respectful communities. So - thanks people! Your rants actually make my days a little better.12 -
School: Do you want to learn programming?
Me: Yes.
School: Do you want to learn about operation systems and networks?
Me: Yeah, sounds cool.
School: Do you also want to learn basic electrophysics?
Me: But I will rarely need it if I become a SE.
School: Well too bad!8 -
Sometimes in my company, I just want to shout "Java is shit". But I am afraid my coworkers will beat me, because they all seem to love Java. 😅17
-
*Me feeling productive on a day
Today I am going to start working on the complex part of my proect. Spends 1 hour deciding what all technologies to use , how to implement it, which design patterns to use .
Let's do it
*15 min later
Making some tiny css corrections
*3 hrs later
Making some tiny css corrections
*An eternity later
REALISED DIDN'T SET THE SIZE OF THE PARENT CONTAINER TO 100%
So much for thinking about being productive for today :(((5 -
I started at a new company. I met tons of people the first day. Third day on the job a guy comes up to me and says hello. I’m like, “Hey. What’s up. Thanks for welcoming me look forward to working with you and etc. I’m still learning names. Se ya round. I should get back to work.” Totally like I would greet the janitor or anyone else.
He leaves and people tell me that he was the CEO. I kill myself laughing.6 -
I am UI developer. The fucking domain model which we have in our project changes very frequently (once in a week (f**k)).
There is one person who is backend developer in this project. I call him TATTI because code he wrotes is "maha tatti".
Now real story,
Whene ever he makes any chnages to, so called, very complex domain model, he even doesn't inform me to reflect changes in UI. So whenever it goes on production, our boss abuse me for not updating UI.
Fucking tatti, just message me what should be changed or not and I really don't understand why they need changes in domain model every week.
F**g cto, decide domain structure first and then tell your team to start implementing it.
Other thing, when ever I ask tatti any doubt about any field is needed to display in UI or not because it is removed or added in domain model, he fucking chutiya starts explaining me whole project instead of just telling yes or no.
I don't care what your fucking backend does. Just tell me what is needed or not. And also he is not sure whether to keep that field or not even he had made that change.
He tells, "ha ye field chahie (after 5 seconds) , nahi wese to hum kahi use nahi kr rhe, ye sirf furture ke liye rkha tha use hta do (after 5 seconds), ek kam kro Mr xyz(another back end developer) se puch lo"
Fuck you maha tatti. And due to this i left that project and switched to other.19 -
Sitting in a germans-only company on a germans-only talk, listening to german presenters trying to speak english.
"...And sis is a Integräitontest, witsch is verry important [...] sis here is my sird maven plugin..." schnitzel.
Why for god sake do you funky hip devs mean you have to speak english to me?! Especially if you are simply not able to?
Some of my favorites:
My english is not se yellow from se egg but I hope you understand me.
Sänk ju for trävveling wis deutsche bahn.
Someone has similiar sentences?22 -
Hello @Everyone! , this is my first rant.
I feel very related to a lot of stuff going on here, thought nobody shared my ideas, but I was wrong!
Nice meeting you, se habla español and 日本語 :)18 -
TL;DR :
"when i die i want my group project members to lower me into my grave so they can let me down one last time"
STORY TIME
Last year in College, I had two simultaneous projects. Both were semester long projects. One was for a database class an another was for a software engineering class.
As you can guess, the focus of the projects was very different. Databases we made some desktop networked chat application with a user login system and what not in Java. SE we made an app store with an approval system and admin panels and ratings and reviews and all that jazz in Meteor.js.
The DB project we had 4 total people and one of them was someone we'll call Frank. Frank was also in my SE project group. Frank disappeared for several weeks. Not in class, didn't contact us, and at one point the professors didn't know much either. As soon as we noticed it would be an issue, we talked to the professors. Just keeping them in the loop will save you a lot of trouble down the road. I'm assuming there was some medical or family emergency because the professors were very understanding with him once he started coming back to class and they had a chance to talk.
Lesson 1: If you have that guy that doesn't show up or communicate, don't be a jerk to them and communicate with your professor. Also, don't stop trying to contact the rogue partner. Maybe they'll come around sometime.
It sucked to lose 25% of our team for a project, but Frank appreciated that we didn't totally ignore him and throw him under the bus to the point that the last day of class he came up to me and said, "hey, open your book bag and bring it next to mine." He then threw a LARGE bottle of booze in there as a thank you.
Lesson 2: Treat humans as humans. Things go wrong and understanding that will get you a lot farther with people than trying to make them feel terrible about something that may have been out of their control.
Our DB project went really well. We got an A, we demoed, it worked, it was cool. The biggest problem is I was the only person that had taken a networking class so I ended up doing a large portion of the work. I wish I had taken other people's skills into account when we were deciding on a project. Especially because the only requirement was that it needed to have a minimum of 5 tables and we had to use some SQL language (aka, we couldn't use no-SQL).
The SE project had Frank and a music major who wanted to minor in CS (and then 3 other regular CS students aside from me). This assignment was make an app store using any technology you want. But, you had to use agile sprints. So we had weekly meetings with the "customer" (the TA), who would change requirements on us to keep us on our toes and tell us what they wanted done as a priority for the next meeting. Seriously, just like real life. It was so much fun trying to stay ahead of that.
So we met up and tried to decided what to use. One kid said Java because we all had it for school. The big issue is trying to make a Java web app is a pain in the ass. Seriously, there are so many better things to use. Other teams decided to use Django because they all wanted to learn Python. I suggested why not use something with a nice package system to minimize duplicating work that had already been done and tested by someone. Kid 1 didn't like that because he said in the real world you have to make your own software and not use packages. Little did he know that I had worked in SE for a few years already and knew damn well that every good project has code from somewhere else that has already solved a problem you're facing. We went with Java the first week. It failed miserably. Nobody could get the server set up on their computers. Using VCS with it required you to keep the repo outside of the where you wrote code and copy and paste changes in there. It was just a huge flop so everyone else voted to change.
Lesson 3: Be flexible. Be open to learning new things. Don't be afraid to try something new. It'll make you a better developer in the long run.
So we ended up using Meteor. Why? We all figured we could pick up javascript super easy.Two of us already knew it. And the real time thing would make for some cool effects when an app got a approved or a comment was made. We got to work and the one kid was still pissed. I just checked the repo and the only thing he committed was fixing the spelling of on word in the readme.
We sat down one day and worked for 4 straight hours. We finished the whole project in that time. While other teams were figuring out how to layout their homepage, we had a working user system and admin page and everything. Our TA was trying to throw us for loops by asking for crazy things and we still came through. We had tests that ran along side the application as you used it. It was friggin cool.
Lesson 4: If possible, pick the right tool for the job. Not the tool you know. Everything in CS has a purpose. If you use it for its purpose, you will save days off of a project.1 -
- "no dad! this is my rubber duck. get your own" my daughter said.
okay.. she's 6 months old, so she can't really speak, but i could se it in her eyes.
3 -
I see a trend here.
Posts of people with good number of ++’s get more ++’s than the posts of people with less number of ++’s. Even if the post of person with good number of ++’ is just a normal conversation starter and post of person with less number of ++’s is an actual good fucking rant.
It’s not a bad thing, per se. I hope nobody gets offended. All in good spirit.
To people with good number of ++’s:
Let’s not hold back and ++ the good content of people with less number of ++’s.
To people with less number of ++’s:
Don’t hold back your thoughts. Be free. Write free. Don’t try to make your rant to look a certain way to get more ++’s. We are all here to support.
Let’s grow together and spread positivity.
Peace.17 -
Back in college.
We had this course in which we gathered in teams and worked the whole semester for another teacher building a product. We had roles, like QA, devs, PM...all the works.
I was PM and during our first presentation of the product to our teacher and the client we showed the work of our first month of work. At the end, our teacher asked our QA, who have been silent the whole project and hadn't answered my mails asking for tests, if he had found any problems. "Oh, yes. The whole site is broken. I can easily break throught it"
The faces of the rest of the group showed a level of surprise that made the teacher ask if he had informed us: "No..."
Our client, another SE teacher, started to laugh and that was that.
It was awful3 -
Well, i have a few stories i would like to share with you :)
My neighbour asked me to fix her webcam.
I told her: But I am a programmer, not a repair service .
Next time my neighbour forgot her Skype password. Se asked me to hack it for her.
I told her: But I am a programmer, not a hacker.
My sister asked me to help her out in her program, because of some bug. Well, she is in the other part of the Country. But, i said, lets give it a try.
Well, it turned out to be some kind of mechanical remote scanner, with needed that exact same remote locally.
I told her: But I am a programmer, not a fictional remote signal scanner repairer.
My grandpa asked me, to copy his old gmail emails into his new laptop.
Well, i told him to log in. He logged in. Than i told him: It is done :D
Thanks for reading it :)4 -
Some young kid taking his first steps into compsci was being straight-up fucking harassed on SO. No one answered, instead users with really high rep just said shit like "if you tried to hang yourself with that code it'd come apart but you should check anyway" in the comments. I flagged the comments and got fucking banned from the entire Stack Exchange network. I created a new account to help the kid, posted an answer, and was banned and had my answer removed within 5 minutes.
SE can burn in hell.11 -
Seriously?! What the actual fuck?! O.o Dafaq were they thinking?! In our building, we have a lift..two buttons..one up, one down.. duh! How hard it is to actually program them properly?! I wanna go down, I press down..then the lift takes the guy from 4th floor who wants to go up to 5th down to second and I enter..then we go up to 5th then down to zero.. WTF?!
Am I missing something?! Am I going crazy?! Or did someone fuckup the comands badly.. WTF!!!!6 -
I learnt my college junior some coding and development, and we became best friends.
Later I asked her out, and now we are not talking after that. 😅10 -
!rant !dev
True story. Some years ago I worked, for a network manufacturer in the support department. One of me jobs was to help end-customer (private people) over the phone, who could not get online.
One day a 60+ year old woman called the support line, because se could not get on the Internet. And because our name was on the router, she called our support.
A colleague of mine took the call, and we could quickly see by his expression the it was "One of those calls". The minutes went by and they had gotten no closer to a solution after 45 min.
That was when I herd my colleague say "Well from what you tell, all the settings here are fine. Can you please close all the windows, so we can look at other settings". My colleague the looked weird and said, "She just told me it takes some minutes to close all the windows, so please hang on.".
After 2 min time the woman came back to the phone and said "I have now closed all the windows in the house, except one ceiling window that only my husband can reach. Hope it doesn't matter".2 -
Successfully launched after 9 hours of bug fixing and patching. Let's se what will happen tomorrow. It's now 01.56, and I wanna sleep... Good night.4
-
I hate it when your non dev friend uses top notch hardware and I am stuck with a piece of shit junk15
-
Does balding scare the shit out of anyone else here? I am 19 and have started showing signs of male pattern baldness *sigh*. Just hope to make it to 25 without balding completely.20
-
Girl: What major are you studying?
Me: Computer Science.
Girl: Cool. Can you hack my boyfriend's Facebook, I think he's cheating on me.
Me: Go to hell. 😡4 -
Thanks to devrant , now I can be one those people trying to look social in one those so called meets with personal touch where everyone is scrolling their Facebook (still)
-
Skyrim SE looks great, never would've guessed being able to draw d*cks on the main menu would become a feature....
2 -
!rant
When people listen to a complete story and then ask who the villian was..
DEVS : It's like reading JavaScript and then asking what is "this"2 -
Not learning data structures and algorithms. Not learning programming languages. Actually not learning anything to answer during a job interview.
I am more of a learn-while-you-do kind of guy. I never learn anything, instead just do it. Interviewers think I am useless because I know nothing. But I can get a job done, any kind of job done. I have no learning period, I can start working from first day in a all new language, in a all new IDE, in a all new OS.
I know nothing, and I learn nothing. I am a problem solver. You got a problem, I can solve it.6 -
One year ago I did the Week 242 Group Rant:
Dev goals for 2021?
⬜️Finish my indie Game
⬜️Publish my Indie Game.
⬜️Make my wife pregnant.
⬜️Clean codebase current C++ job
⬜️Learn Piano play
⬜️Create clean coding presentation
⬜️Be more productive
Now its 2022 lets se how far we got.
⬜️Finish my indie Game
⬜️Publish my Indie Game.
✅Make my wife pregnant.
⬜️Clean codebase current C++ job
⬜️Learn Piano play
⬜️Create clean coding presentation
⬜️Be more productive
What I did instead:
✅Worked on my indie Game
✅Went on vacation
✅Make my wife pregnant.
✅Construct, Paint, Decorate house.
✅Hold presentation about profilers
Future Goals:
⬜️Take care of my new born daughter soon.
⬜️Finish my indie Game
⬜️Learn to play Piano
⬜️Socialize a bit more7 -
Pet-peeve: fellow devs who think scoffing/dismissing/not-my-probleming before actually understanding the issue is a sign of intelligence; newsflash: you are being lazy, disagreeable and unprofessional.1
-
1. There is nothing in this field that is impossible or out of reach for someone with the correct dedication and perseverance. Even if you suck at a particular topic, I highly believe that you can make sense of it through computer science, be it math, biology physics, finances etc. The field opens the doors to other subjects. This is true for everything else, but I seriously believe that Comp Sci makes it more reachable.
2. You cannot make development a quirky personality trait. There is more to life than just sitting around all day fucking with a computer, but at the same time that is how you hone your skills, find balance!
3. Being attractive and or charismatic in this field pays a lot, but also makes you a target.
4. I have never met more people in my life I wanted to punch to a pulp, and I worked in retail and was in the military....that says a lot.
5. Penises, there are way too many penises in this field. I hate being surrounded by dudes and since I grew up in a nail/hair salon I am more used/enjoy female company more.
6. Stuxnet se la come.9 -
I told my mom that Facebook has all of her pictures and information. I asked her if she was okay with that? She replied,
“Que se la metan por el culo!”10 -
Not hacking per se, but I noticed an email floating between ISP and director about radius server login details, promptly saved for future reference.
One day noticed someone downloading mucho dataro... Pissed me off, interrupting my video stream.
Logged into radius server, blocked MAC address.1 -
Meeting yesterday:
Senior E: "Man, every time I do code review I thought this is the stupidest code ever written - then I look at the author, oh wait it's me"
Me: "Well, the perfect code is the code never gets written"
SE: "Casting appreciative look with a nod" -
Do you know whats worse than someone reach you for an idea " Lets create X existing app, but..." ?
Its "Lets clone that app, we will sell the service cheaper than the cloned app, you do all the job, se urity, hosting, administrating, and we will split the revenue 50/50."
Just happened.1 -
Little brother: "Since you're an SE I have a really important question that requires your skills.
Me: Okay what's up? (getting excited for potential project)
Little brother: Can you hack my ex girlfriends Facebook?
Me: *face palm* -
I am feeling lonely and depressed. Don't feel like to code. I am introvert, don't have friends. Idk what to do. 😫10
-
while discussing interview topics with my team:
me: "describe how would you capture Ba Sing Se
lead developer: "What tf is that?"
me: "you're......fired.............."8 -
On Monday i have a Skype Interview.
Now i've bought a green screen because i thought that would be fun for showing my design stuff live as a virtual webcam. But this stupid Java 6 SE "Chroma Key Live" programm does not recognise any camera... and it's so ugIy... I hate java gui's.... :-/
5 -
I feel like I was very productive today. At last, I found myself a nice dark theme for NetBeans based on IntelliJ darcula theme. I also found a perfect Java API 8 SE class for date manipulation called LocalDate.
4 -
When you are trying to be supportive to a colleague but he sees your act as condescension on your part. BITCH I DON'T GIVE A SHIT ABOUT YOU, BUT UNFORTUNATELY I HAVE TO WORK WITH YOU SO PLEASE KNOW THE BARE MINIMUMS TO DO THE TASK. Also he complained to others that he was offended . He was tryna learn react before knowing es6 and nodejs , doesn't know asynchronous and was strongly suggesting that our whole fucking team move to React and I just suggested some topics to look to. I carried his ass once , and seems like now will have to carry it once more :(
-
"Coding se darr nahi lagta Sahab, Unit Tests likhne se lagta"
"Coding doesn't scare me Sir, writing Unit Tests does"
As a fresher, UTs scare me.5 -
Was interested to learn about OpenGL and WebGL. Just found out no fucking drivers exist for my graphics card on Ubuntu.
WTF AMD !!! Atleast provide some compatibility for your product if I am purchasing it !!!8 -
!rant per se
It’s funny, until junior year of uni I was a strong advocate of Java and was willing to argue the case for it. One thing that I definitely was taught in uni that a language is just a tool (for the most part). It’s the theory that matters, and that can be applied pretty well to most languages. Have come to the point that I actually get frustrated when people get into arguments of language X being shit or inferior to language Y.
Like many people perceive college as a place to just learn programming and stuff like discrete structures and theory as being time wasting, but i have come to realise that it’s quite the opposite, if you know the concept of something, applying it to a language is easier than learning how to do something in a certain language and then bitch and moan that “it can’t be done” in another language you are forced to work with.3 -
0: Monitors and Graphic's Cards become affordable for us poor graduates
1: Node bloat becomes a thing of the past with WA or has auto-minimize functionality to keep only essential code
2: North American internet companies all go out of business due to free super high speed infrastructure maintained by a trust of communities and elected delegates
not all "dev" related per se, but my current day to day gripes answered6 -
Not necessarily a "language" per se, but goddamn do I love git's rebase function. I mean, that shit lets you rewrite history!
Just imagine how the world would change if we could do a rebase on it. 🤔2 -
If it crashes, it's linux :/
Even the OS installation crashes, they call it stable release with LTS.
11 -
Does anyone here just wake up and feel shitty for absolutely no reason why ? When I say absolutely no reason means none whatseover from previous day etc . I wanna know if it's just me 😅4
-
Just got myself an iPhone se. Was proud android fan for 4 years.
No hate, but android apps really feel like cheap knock-offs.
I'm never coming back.24 -
Vape bloggers be telling people that it's impossible to quit vaping salt nicotine but I quit successfully. Here's how it went:
1. I took my addiction to the point when I vaped three cartridges a day (that's a lot). I remembered that feeling and recalled that dizziness and urge to vomit instead of "pleasure" when I wanted to vape again
2. It's hard to quit on your own. Instead of nicorette and other shit that doesn't work (because it's also nicotine), I took Cytisine. It removed that URGE and the only thing left to tackle was a psychological addiction
3. Vaping and smoking in my head was tied to a cool moments that I experienced, like smoking with the boys after a hackaton, etc. I analyzed them and realized that they're cool not because of the fact of smoking, they are cool per se. So smoking was not necessary
In my last days of cytisine therapy I not only forgot that I vaped, I sometimes forgot to take cytisine. That means the therapy was successful. My average running distance already improved from 1.5 to 3 km.
There is a research that quitting consuming nicotine can help cure depression. I'll check on that7 -
SE then and today...
It's our duty to fix that situation!
(found that pic without source :( tell me, ill delete the pic or honour the drawer)
3 -
Follow up to: https://devrant.com/rants/5047721/....
1- The attacker just copy pasted its JWT session token and jammed requests on the buy gift cards route
2- The endpoint returns the gift card to continue the payment process, but the gift card is already valid
3- Clients wants only to force passwords to have strong combinations
4- Talk about a FIREWALL? Only next month
5- Reduce the token expiration from 3 HOURS to 10 minutes? Implement strong passwords first
6- And then start using refresh tokens
BONUS: Clearly someone from inside that worked for them, the API and database password are the same for years. And the route isn't used directly by the application, although it exists and has rules that the attacker kows. And multiple accounts from legit users are being used, so the person clearly has access to some internal shit6 -
Stack Overflow has this section in the sidebar that displays hot questions from the entire SE network.
I keep being distracted everytime I see it.2 -
Not a question per se but an assignment -
Design an application that could find logs between two timestamps where the logs are stored in 10000 files, each with a file size of ~16GB.
For an entry level position this was a really good and interesting problem to solve.11 -
When you are all alone at office, stuck with tons of work, nothing to cheer up, browsing every single keyword because you are dumbest person and with millions tabs opened up in multiple windows..
This shows up with a light mood to cheer you up...
I missed to mention that this guy may be working late, but is super lazy to take a screenshot and copy to mobile.
-
I have a more than average paying job. Cool manager who is okay with almost anything I do .The work place and colleagues are awesome but I'm not getting any work. My title says SE but all I do at work is play. Should I leave this place or stay and work on my side projects?7
-
Wanted an iPhone badly since 2007, and I'm about to get one today.
What do you folks think? Is it garbage? Is it worth it? I just really want an SE. Really tired of meizu lags and freezes.
What to expect from iPhone? Are there some shocking downsides?43 -
Who has the craziest (not largest per se) Production stack?
I just found out we have tomcat webapps, calling Angular, which is calling Java to call a Perl script.4 -
https://devrant.com/rants/4408042/...
Another one. Next phone is definitely an Android. Fuck this shit.
10 -
After working 5 years as a developer it is starting to really bug me that my clients (who I work for almost as long) don't take my word for it when I say "that's not possible".
Of course I don't mean that it is impossible per se but rather that this feature costs to much time and therefore money to even research if there is a workaround for it and they would never want it, if they knew the cost. Still, even when I tell them that this way, I have to explain this over 3 meetings with 1-3 days where I am told to try it anyway (which ends with the same arguments I told them in the first meeting) while I could be doing work that really is worth my time and their money.3 -
I didn't realise that so many people in a dev social space cannot differentiate SE from CS...
Also, lecturers should have some mandatory teaching training, just because you have an area of expertise, doesn't inherently imply an ability to teach the material to the students. Powerpoints, and endless incoherent monologues are the bane of my existence2 -
What can I do when my boss tells me to guide the “Senior Software Engineer” while I am just a “Software Engineer”?
Also, the SSE just asked me to help him/her with his/her project coz he/she forgot the skill that he/she was hired for.
I opened this up to my boss, he just told me to guide and not spoonfeed her.
So, questions:
I really find it unfair that we have different job titles, how can I tell my boss that the SSE doesn’t really have the skills to proceed with the project?
Second, do I also need to define and establish the criteria for Lead, SSE and SE within the company? (My boss scheduled a meeting for this exclusively)10 -
Dockers JSON output is garbage.
First, you'll get no JSON per se.
You get a JSON string per image, Like this:
{...} LF
{...} LF
{...} LF
Then I tried to parse the labels.
It looked easy: <Key>=<Value> , delimited by comma.
Lil oneliner... Boom.
Turns out that Docker allows comma in the value line and doesn't escape it.
Great.
One liner turns into char by char parser to properly tokenize the Labels based on the last known delimiter.
I thought that this was a 5 min task.
Guess what, Docker sucks and this has turned into try and error...
For fucks sake, I hated Docker before, but this makes me more angry than anything else. Properly returning an parseable API isn't that hard :@3 -
We need to separate concerns. Too many CS courses skip over theory and teach outdated tools and technologies, often those of a sponsor who is failing in the market.
Computer Science is supposed to be about the science and formalisms of computation. The job of programming is Software Engineering. A few colleges have SE degrees, but too few.
No one understands anymore the likes of Knuth, McCarthy, Dijkstra, and Hoare. I'm willing to bet that most of you have never read any of their work. Few people really understand their impact on the tools we use today or the importance of their work. CS courses should teach that and expand on it so we can get more huge leaps in tools and concepts.
But we also need Software Engineering to teach students current tools and the latest paradigms.
CS, as it is, doesn't do that. -
Before I dropped out of college,
We had a pretty big group-project.
We we're tasked creating a multiplayer version of "Labyrinth" in Java, using SE practices.
The problem was, that not all student that took the class were CS students.
So, me group consisted of 4 CS students , including me and 2 med-tech students.
Those two were nearly a dead weight.
They spoke nearly no German and only limited English,
Lied about their programming knowledge(non existent) and gave our profs false expectations about the final product.
I still can't imagine, why the uni thought they needed to take this class.2 -
Just got reminded in the comments of another rant, that theres a .se domain, so my first thought was to register per.se (torilla tavataan) - sadly it wasn't available, since some football club/team is owning it, what a nice domain name 😂
1 -
That moment when: you lift your gaze from your phone to understand the sudden quiet is because your expert opinion is needed in the meeting.
-
The whole CSS "centering" thing is so funny because that problem is easy per se but it can pop up in ways you've never seen before and you have to learn how to center your stuff for 9832 different situations5
-
To you who enjoyed the Gif/Jiff, Sequel/EsQueEll, Git/Jeet grandiose debates, comes the new phonetic conundrum: DevREnt vs. DevRUnt. Soon, in monitors near you.6
-
Not a prank, per se, but I type using the Dvorak layout. It's hilarious to watch people's confounded reaction as they type, expecting QWERTY output. It never gets old.1
-
After working with a coworker on some odd issues, I finally decided to check on the actual ticket he needed assistance with.
From now on, we will optimize our HTML for aesthetic appeal in Chrome's dev tools. display:none is verboten.
Sometimes I wonder if I've had a stroke or if I've died and am in purgatory. -
Learn:
Docker, kubernetes, ceph, s3, and aws in general. Not really dev per se, but still worthy technical goals.1 -
Now that I am on vacation I realise that there was a period of 3 months this year in which I didn't talk to any female at all except for my mom and sister, just because there are almosy no girls that study software engineering... What the fuck is happening here? Could we please make SE more attractive for women? Its not just that I would like to flirt with women, I think that having women around would improve a great deal of things. For instance, I think that a group dynamic is a lot better if the group contains women.
How do you think we can make software development more appealing to women?6 -
Here, a full retrospective of my Apple products ownership.
iPhone SE – after Android, I was absolutely amazed by how fast it worked. No UI lags, camera works absolutely instantly no matter the light conditions, all the GPU-heavy games work butter smooth.
After camera and charging port failures on Xperia flagship and CPU literally melting through screen rendering it unusable on Meizu, it was enough to make me interested in Apple products.
When I was using Meizu, I actually got a twitching eye which was triggered by UI lags. After two months of using iPhone, I noticed that something was missing – my eye wasn't twitching anymore.
iPhone actually cured me.
MacBook 12 – a 900 grams laptop with passive-cooled mobile CPU running many Chrome tabs, heavy Webpack HMR build, VSCode and Slack just fine. Yes, you can't play games, but I don't even require it from a laptop this tiny.
Butterfly keyboard that internet hates so much actually increased my typing speed and comfort compared to MX Red mechanical keyboard, and ForceTouch trackpad made me forget about mouse. I learned how to disassemble the Butterfly keyboard if I ever need this but the keyboard never failed.
I use this laptop to this day and it still even smells like the day one, a beautiful smell of a new Apple product.
iPhone X – got it because of the camera, stayed for great battery life and amazing OLED display. I use telephoto lens exclusively and it made me lay off my Canon DSLR with Helios lens which stays on my bookshelf covered in dust to this day.
True black of OLED display which is undistinguishable from the screen bezel is stunning. To this day, battery surely works for one and a half days and I watch youtube really often.
I sometimes struggled to unlock iPhone SE with wet fingers, but with FaceID, as soon as I look at the screen the phone is unlocked. Works perfect every time, never had an issue with this.
Stainless steel body feels premium compared to aluminum. Stereo sound is a major selling point if you're like watching videos and playing games on your phone. Overall amazing product and a huge improvement over SE.
Apple Watch series 4 – really comfortable fit. Nice battery life, once I forgot about it for like ten days during lockdown and it was still working, even though on power reserve mode. Really reliable in terms of battery life and liquid protection. Very satisfying Taptic Engine crown clicks. I run every day and Apple watch always measure my heart rate correctly, and the running app is well designed and a pleasure to use. Overall a nice accessory to have if you use iPhone.
Powerbeats Pro – great sound and battery life. I switched from Shure SE215 which was great, but it had wires. I listen to a lot of music so the sound quality is important for me. When I was choosing earphones I visited a store where you can listen to them all. I listened through earphones like Noble Audio Kaiser Encore and JH Audio Layla, and of course $4000 Laylas sound better than $249 bluetooth earphones, but the difference in sound doesn't justify the difference in price to me.
Powerbeats pro is the Apple H1 chip true wireless earphones with largest driver of them all which makes them sound better than AirPods Pro – it's just physics. Bass in Powerbeats is amazing, which is also true for my Shures, but Powerbeats also win in clarity.
It connects seamlessly to both my MacBook and my iPhone, and everyone in voice chats can hear me really good.
Huge case is a major throwback compared to AirPods, but the battery life of earphones themselves is so great that I just leave the case at home and only carry earphones and it works for me.
Apple Link bracelet in space black – really better than I expected. Intricate detailing, literally the steel that Rolex uses, top-notch finishing and polishing – all that for just 450 dollars. I only used it for several days now, but it already feels like a really satisfying product.
Before all that I was using Linux. It took a year for elementaryos devs to fix wifi for my laptop. Ubuntu looks and feels ugly. Pop OS felt like garbage. Manjaro was also just that – garbage. KDE Plasma – I don't even want to talk about that. A monstrocity where you accidentally click a wrong switch in the settings and your system won't boot up again. Also, PulseAudio. Struggles with proprietary drivers and software updates.
Windows? I serviced a lot of Windows PCs through my career and it never, never worked as intended. I'm no dumbass, I always managed the rights correctly and never installed sketchy apps. My latest ryzen gaming build with a lot of ram also lags somehow even in Windows 10 UI.
Before I switched, I defended Linux.
My life was a lie.
I'm sorry to everyone who I offended based on their opinion on Linux.33 -
SE != CS
I didn't know this when I started my CS education. The dean of CS undergrad said "we are not here to make programmers" and I was so confused, but now I get it. CS is about the fancy theory and the boring Turing machines and what not. I don't want to do that! I want to write something impressive and awesome and cool-looking!
I wish they would have told me the difference.6 -
His long do you think it will take for Google to come up with a true replacement for Java. A replacement, not an alternative like Kotlin, but a complete "go f**k yourself, Larry" replacement that anyone can port their Java app over to. On January 1, if you are a for profit, Larry had said if you want to update to the next version and use Java SE to code with, you need a support license. It's a brill move, because Java is everywhere, and at least for a little while, it will generate a respectable profit for Oracle. But I'm sure Google is working on something to stick it to Larry. Wonder if EU competition chief Vestager will threaten am investigation. This should be fun to watch.19
-
I am working on my personal resume website (with a lot of css and jQuery).
Two days ago, I got a job offer, so I started preparing for the interviews, leaving the website aside.
Then, yesterday that company turned me down. So, I left the interview preps and started working on website again.
Then, today there is another job opening and I am now again preparing for interviews, keeping the website on a pause again.
Also, I have my internal exams coming up this weekend.
I don't know what should I do. Idk what I am doing. 😥😥7 -
Some people be like:
MAN: Are you at office?
SE: No, I'm on a airplane at 35000 feet;
MAN: While you are up there, you should write more code. After all you know that bugs won't survive at 35000 feet.
SE:(sighs and facepalms) hmm that a very good point....
MAN: plus you are closer to the cloud, so server code should run faster or with lower latency at least.
SE: (jumps off the plane)3 -
Not a rant per se,
But is anyone else experiencing weird peripheral device dropouts on windows?
For example, if i turn off my BT headphones and reconnect later, no audio will play through them until I reboot.
Although this doesn't seem to be limited to Bluetooth but USB devices aswell.
I'm thinking some service has shit its self.question reconnect you ass hole "this device is working - my ass" devices play that funky music! windows 10 drop outs3 -
Okay then, ex-android user there.
It started with Xperia TX - it was flagship Sony phone back then. It blew my mind when I touched it for the first time. You know, exploring android for the first time in my life was amazing.
It ran just well for about a year. Then it started to fall apart. I need to clarify that I kept it non-rooted, full stock. I'm not into that customization things.
At first, I noticed significant lags. They were everywhere. The longer I used smartphone, the more lags I encountered. I did factory reset, but lags haven't gone anywhere.
Year 2. Front camera stopped working. Battery became unreliable as fuck, going down to 40% and then instantly to zero. What?
Year 3. Camera broke. It refused to start, just giving me "Camera is not available" error.
I tried factory reset again. It helped at first, but month have passed and all that issues came back. And it also became sluggish as fuck.
Got Meizu m3s year ago. The exact same story. Long story short, in one year I got this:
1. Black spots on every picture I take. Much likely a matrix issue.
2. Camera also became slow as fuck, requiring about 10 seconds to even start.
3. Vertical stripes all along the screen. I never dropped my phone, it just appeared once and became brighter and brighter every day I used the phone.
4. Two huge yellow spots on screen. I think it happened because phone's cpu heat up the screen and it broke.
But the most important thing is that fucking lags chased me in every app, they were everywhere. Fucking tiny-ass lags. And they're not going anywhere, they're become more and more significant with time.
Don't say me about oneplus, samsungs and other top android phones. They are conceptually the same, the only different thing is hardware.
That's why I switched. IPhone has its downsides, but it's silky smooth. And my friend's iPhone 4 (not s) feels just as smooth as my brand new se.
I'm not going to jailbreak it. I don't need customizing the hell out of it.
I just needed quick and reliable phone, and SE seems to be exactly what I wanted.
Peace to android folks tho✌️17 -
Working a a GIS company, which just makes this so much worse:
Had to do conversion of wind direction degrees to shorthand symbols (N, SE, etc). Everything ends up rotated by 90 degrees, and the project manager craps on the dude that wrote the API I get the degrees from. He claims innocence, so I get it next.
Turns out, I used the Cartesian system (where 0 starts on the right) instead of the cardinal directions (where 0, North, is at the top).
Yeah, still haven’t lived that one down... -
I just saw some loan/bank ad that read something around the line "when the budget goes negative, the minus becomes plus" ("Când bugetul dă cu minus, minusul se face plus")
NO, this isn't a feature, it's a bug and it's called "underflow"4 -
Has to be writing.
Not exactly a better dev, per se, but close enough.
I used to read books and imagine all sorts of possible scenarios to different events. One day, after replaying the Mass Effect series, I began to think about alternate ways to end it. Opened Libre Office and started hammering away. 10 minutes later, I had an outline. Never actually finished that story, but the spark was there.
I began noting down outlines and creating structures for interesting games and books; that soon carried over to my work. Before and after every meeting with my boss, I'd have outlined how the meeting was going to go, and how it actually went. Gave me a sense of order.
This in turn helped me be a better manager (I work with a team of 9), and I tell you guys, it couldn't have come at a better time. I had been promoted quite suddenly, and had been fucking up quite a bit at the start.
I had my shit in order. My team was happier and more efficient. My boss was happy. I was given bigger goals and tighter deadlines. I fucking loved it.
All this, from writing some fanfiction. (there, I said it!)
P. S: I stared at this for a solid minute, still not sure how it all came together.1 -
Earlier I used to help my college batch mates and juniors in coding and development stuff. Sometimes I used to do some projects with them myself to help them learn. Sometimes I used to go beyond limits to debug their errors, even spending hours with them physically or through TeamViewer.
But now I have realised that I had been no more than just stackoverflow.com to them. They just call me when they need me and don't even care about me as a friend.
So that's it. Now I have stopped helping such people. I don't care if that's rude or arrogant. I just don't want to do this. If they still are a friend, well and good otherwise they can leave. I don't care anymore. -
That moment when: you realize your team has introduced a fatal flaw and lacks the foresight to understand it. The countdown has begun.2
-
When you got selected and got the offer from the company and then you just wait to see your offer letter so that you could know what's the next step to take. But later, the company says that they will send once all its process will be done. And your relatives constantly asks you about the location and you were like " I don't have this f**king offer letter and I don't know anything." But later they taunt your parents with some bloody shit stories :(
I mean "apna kaam se kaam nahi sakte kya"5 -
During my undergraduate studies I had a Numerical analysis course. The lecturer is an old professor who was the dean of the faculty at the time, during all lessons he'd talk about his grand children and how the course is important to us the engineers. Not for a moment did he speak of the material it self... Came the test - 10 fucking questions of prove and solve in 3 hours. Had to learn the course from Indian fellows on YouTube...1
-
Group assignment: writing a own Java logger component in a group of four, using nothing else than Java SE libraries, Maven and Jenkins. The software must be able to substitute the logger component without recompilation, just by editing the config.xml (setting jar file path and fully qualified class name of the logger).
I asked around on Slack which group is ready for a component exchange, so that we could test the switch. I found another group and I started doing some testing.
Then I got a `java.lang.NoClassDefFoundError: org/apache/log4j/Logger`. I got in touch with my peer from the other group and asked him, if they've been using log4j. Apparently they did, so I told him that the assignment was to write a logger of one's own, not just using log4j. Then he told me: "Uh, ok, I'm going to tell the guy responsible for the logger part about that..."
X-D -
What is DevRant's business model? It's a really great community, and I'm interested about how it's monetized (or plans for the future)4
-
I hate working with sh*tty Devs
I used that term specifically.. No it's not about juniors, it's about those who pretend to be seniors.
In a major company project, one of us has to take a week or two to refactor that one "senior" dev work. When tested it performs poorly, when checked, it violates every SE principle and the business people are wondering why we keep seeing `refactoring User Stories/Tasks` and why we still don't have a working project yet. Yes, we will never have, that mess that `senior` dev created is almost impossible to refactor without major rework.
Now, major rework coming, we need to give something to that Senior so he doesn't feel left behind. Argue to never let him get anything in core or this company will go under...
In short, I hate working with sh*tty devs.1 -
Too many people seem to think that "goto" in C is the worst thing you could do. It's an abomination, never use it! (Not something I've seen here per se, just generally around)
Challenge:
Break out of a loop inside a loop without using goto, and make it look pretty. Seriously, I don't think it can be done, and goto just makes it so clean!7 -
Not a rejection per se, but a company I applied to just stopped emailing me after trying to arrange a day for me to come to the office and meet the team, following an informal phone interview. They dragged their heels while I was on leave and by the time they got back to me I was back at work and had limited time. They basically just ghosted me after that.
-
Hm. in MySQL 8.0.23 (yeah I'm kinda slow at catching up) they changed quite a lot.
- Hash Join implementation
- invisible columns
- InnoDB behaviour, eg AHI / IB
-....
https://dev.mysql.com/doc/relnotes/...
https://dev.mysql.com/doc/refman/...
Guess no more MySQL for me.
How should I trust a database whose QA seems completely non existent and where minor version releases change the complete behaviour of the database....
(it's not new per se, Oracle announced that with the 8 GA release minor releases can have new features, but I'm surprised they really keep it up with breaking... Their QA sucked before, but with the new features coming, MySQL / Oracle is dead to me. )
Will be interesting to see in which direction Maria DB goes.... So far it looks good, although they really should think about cutting ties with Oracle / MySQL as a lot of internals have quite diverted....
Fuck Oracle.20 -
When you accidentally send a screenshot of a chat to the person him/herself. Lot of shitload to get out off .. FYI I blocked the person. Would have to deal with it 1.5 months later when I actually meet her after vacations. I need luck :(
-
So there is this guy with a startup, who wants me to work with him like a co-founder, putting innovations in to the startup. But I want to work like an intern, I will code, you will pay me money, if something breaks, I'm out.
Idk for how long, we can continue like this. Sometimes I feel I should leave, but then I think about the extra pocket money (I am a student). But he calls me like 10 times a day, talking for 15-30 minutes on phone, repeating the same things again and again, which really pisses me off as an introvert.
Should I leave the extra pocket money for some peace of mind?1 -
Screw Scrum, screw it very much. Is it a task or a story? Oh let's make it a story to track points. What are points, really? *20 minute grilling always follows* Well they're kind of a roundabout way of talking about time without talking about time, mkay? But last time 2 points took you a day, what gives now? What do you mean points are for internal use, but how will management plan ahead for next quarter? Ok, let's mix in all those new people, and propotionately bump the expectation for the sprint, mkay? Yeah, they did 34 points per sprint over there, we'll just add those in. Oh, and by the way, after the 4-day estimation session we had where everyone was seizuring, I scheduled us at 645 points for the coming quarter, mkay? Don't worry, I added 15% for the "unexpected dtuff" so you're safe. Fuck you scrum, scrum-fall, whatever you are. Lost a dev lead role once for being honest about it after a year with a team that loved me, and projects completed more or less on time. Been reconsidered for a dev lead role for being honest about it in another place. Somebody else peddle this kool-aid, this one prefers a walk-on role in the wall to a lead role in the cage.5
-
When your peers lack the technical depth to promote their ideas, you bet they're honing their social skills in those confidential 1-on-1s.
-
Is it just me or are there more people who get immense satisfaction and happiness resetting their PC and their phone?
Like I was kinda depressed for some 2 days, and today I re-installed Windows in my friend's laptop and now I am feeling up again. Now I am resetting my PC and my phone 😋.
Feeling super motivated and hoping for a better start. 😁5 -
Money or growth?
I'm mid level SE, looking to get promoted to Senior Level in January 2023.
(context: there are 4 levels before Engineering Manager or Software Architect in our company - 1 (or junior), 2 (or mid), 3 (or senior), 4 (or lead)...
But my total pay (way too good for my age at my place, but Software Engineers specially in FAANG and FAANG-like companies are overpaid here compared to the rest of the market.
My company, an Amazon's competitor in local market, earlier used to pay almost same as Amazon (or slightly higher to attract talent).
Recently, due to splurge of remote jobs, the MNCs started opening more offices (likes of Apple, Google, Amazon, Microsoft, Goldman, Morgan etc) hence the salaries increased even more.
Amazon for example, recently gave 33% increment on base pay recently.
Taking their base salary equal to my total pay (including stocks, bonus).
Should I switch for money or stay for growth?2 -
So, there was this time I was a security intern for google, It was my first day as an intern tho :p and I got a little excited about exploring stuff and all at the workplace. Me having a large appetite was mesmerized by the food supplied over there.
I might have sat approximately 2 hours over there fantasizing about how much could I save over food by eating a lot over here and taking some to home.
Then came the SE/SDE guys over my place and we started discussing how there was a loophole here and how one could exploit it. All were heads over heels how was I making calculations for "my" property. All seemed to be pretty interested except for one guy. This guy was over excited how I was managing this and slacking off over the first day. He happened to be a senior lead architect, turns out he shows too much interest in anything he finds suspicious. This wasn't supposed to be rant, but yeah. My story. -
Asked junior how did they find out the location of the bug, got a copy-paste reply from chatgpt explaining the code.
AI is allowed at work, and idgaf if they use it or not. But the whole situation, including the fact of not just replying “I used it to understand/solve the problem”, makes me wonder if SE as we know will end not because AI will replace us, but because AI will make all the fears people had with stack overflow, come true, but worse.
At least with stack overflow people needed to be able to form the question or to search on the website lol.2 -
Installed JDK 14 and now everything has scattered. Cannot build, run or compile because of a plethora of config that must be updated. Literally want to die. Naturally, i would update my java home path to my old version in my bash_profile right? well tough shit. that didn't work either. Really fucking frustrated rn. Its like Java and sbt on my machine are at war.9
-
To whoever of you boubas told me that Mohs doesn’t mean shit and “a TiNy bRiStLe cAn sCrAtCh hArD gLaSs”,
you’re a moron. An absolute fucking buffoon.
There is a research about abundance of quartz basically everywhere you can imagine. Yep, it’s everywhere. That’s why screens get scratched up.
If it wasn’t for quartz, our phones would be either shattered or pristine. A toothbrush bristle absolutely can not scratch your teeth per se, unless you’re using a toothpaste with abrasives in it, which are — you guessed it — fucking harder than your tooth enamel.
You moron.4 -
What do you guys think about the new "type inference" (var type) feature that will be introduced with Java SE 10? I know that C# already has that construct. It's pretty controversial among my peers... 😅4
-
!dev
I like trying the local pißwasser of choice when traveling around. Sometimes it's bad (Baltika, fe). Working out of Glasgow atm, so it's irnbrü, kind of tastes like bubblegum. What's everyones' local drink du jour (alcoholic or otherwise)?
27 -
I just stumbled across this post about signed-only mails: https://k9mail.github.io/2016/11/... (TL;DR: Signed-only mails are not worth it).
So far, I've been signing all my mails (as not that many people I know use OpenPGP, so I'm far from encrypting everything). I've got a few replies like “I can't open that attachment” and “What is that .asc file?” but I have seen it as doing my part in motivating more people to use encrypted mail with little effort.
I DDW for a bit but couldn't find any other comments on the usefulness of signed-only mail per se. Consequently, I'd like to ask you: How do you use OpenPGP?6 -
my current team leader (mini-boss, per se) is teaching me a lot of office politics. it's very enriching, since my soft skills are crap. also I'm learning when to keep my mouth shut (important survival skill, very hard to master)
-
With Atom being discontinued I guess I have to start looking for a new IDE.
Visual Studio Code seems to be #1 choice.
I don't get why.
1. Search
It pops up in the small side bar. Can't see which of the findings I am actually interested in.
2. Open file in Solution Explorer
Found the shortcut to open SE after my failed search. Trying to navigate files with keyboard. Enter does not open the file. Neither does CMD+Enter, Option+Enter or Shift+Enter, but CTRL+Enter does! In a new tab which only covers *half* of the window! Wtf.11 -
I like being an employee in product development team (rather than a consultant in a project) - we're exempt from reporting hours per project and making sure to stay within budget.
But on the downside it's frustrating to se how the org happily spends development time without considering we cost money. Just found out that one department ordered a campaign site that took 4 days for 2 devs to build.
It's now ended and revenue was only a few hundred bucks.
When I asked "Didn't we lose money on this project? Considering our salaries and the ~60hour dev time"
- "Oh no, we don't count the dev team as a cost! You already work here and would get paid no matter what" 😑
Good thing I'm not in finance.4 -
Ok so I switched from iPhone SE (1st gen) to iPhone 12 mini.
And no crashes in devRant so far...
With the old phone, it was crashing sporadically when I was opening a rant.
Makes me wonder if that info could help fixing the crashes.9 -
Things I want to accomplish in 2023:
- learn rust
- learn a functional programming language (elixir probably)
- finish the O'Reilly book about microservices
- learn and contribute to gnunet
- read at least other 2 books about SE
Regarding the last point, I've always underestimated SE books.15 -
I'm not sure I have a "favourite" per-se, but Grace Hopper certainly features high up on the list. We might not still all be writing in machine code had she not existed, but such "higher level" languages would certainly have been many years behind where they are now.
-
So i'm making a menu for my friend. He shows me a menu he made on his iPad, all in Chalkboard SE (identical to Comic Sans), lined up using tabs and spaces, and asked for the same font.
I'm not joking.2 -
There is a shit storm coming to the Java world and LMS is at the centre of it all.
"LMS is now poised to aggressively chase Java SE users in 2017."
See how it affects you, your projects and/or clients
http://m.theregister.co.uk/2016/12/...
3 -
Anyone pair up their CS or SE degree with a second degree as an undergrad? What was it? Was it worth it? What made you decide to add a second degree?
I’m currently an undergrad and I’m really liking philosophy and English literature and enjoy the writing and critical thinking/discussions that comes with the classes, but I’m not sure if it’s worth getting a degree in it or not. If I do pursue it I’m definitely leaning more towards philosophy.2 -
Not a fight per se, but I once had a debate with a tech lead who thought you could set a variable in the ‘then’ clause of a Javascript promise and just use said variable after the promise declaration and assume it would be populated.
“no.... thats not how asynchronous code works.”1 -
Oh Trump you illiterate fuck! In whos interest is this shit?
What will be next? Banning USA factories like Apple from China? Nobody will profit from it but the whole world can se how big dick you have...12 -
We're trying to start a SE site about programing language design: https://area51.stackexchange.com/pr...
If you are interested in building or designing programing and other formal languages consider giving us a follow.4 -
Imagine joining d team lead in the same team where my ex lover who ditched me is working after 5 years
Now I will screw her happiness coz everything z fare in luv n war
She ditched me for a higher paid se engineer after n 6 year relationship
Now I will show her what money can buy..
Welcome to the team ..Ms codedump5 -
Not code per se but a company I worked at ran their document control from a giant spreadsheet. Each row had info and a link to the document.
It was all in one directory anyway... -
I was looking for an available network to connect my home wifi and found a network with an interesting name : "papa se kaho net pack dilwaye" (ask your father for a net pack)3
-
I have created a small system of care records for the provider i wich i work. I did It because i realized it would be useful and much more pratical. After being ready and properly tested, i introduced the supervisor of my sector. Their words were the followers: "I think at the moment se need something more pratical and simple."
Imagine how frustrated i was. I made the entire system of free Will spontaneously, so that a supervisor who does not know or make a RJ45 cable(is TRUE) disapprove only because he was jealous of something i did for the good of all.
I was a supervisor of the same type of sector in my old job, and frankly, If i had a programmer on my team, i was GLORIFYING FOOT!!!
How to proceed... -
It really bugs me out when your co workers start working on a project without telling you. Makes me feel undervalued. I would not complete their sloppy seconds this time for sure
-
!rant
After a year and a half of semi-depression stuck in a Master Science in SE (while I'm a CS student in machine learning and don't give a bloody fuck about java plugins), I finally decided to switch to a CS major.
No more research money but damn, did not feel that relieved in one year !
Lesson learned : don't pick a job or whatever just because it's better paid ! -
Idea for future week question, maybe not a rant 'per se', but interesting endeed: 'Describe the moment when you knew you wanted to be a programmer/developer/DBA..."
-
So I’ve asked my Unis infrastructure guys via mail, why we don’t use the digital id with our phone additional to our RFID Badge.
One of those (maybe a moron, I don’t judge yet, see question below) replies, that they would need to replace all readers “as current ones rely on RFID scanning chips” and they are not sure how US Unis implemented it.
Thing is, that when I hold my iPhone SE 2020 next to the reader, my phone shows my credit card to use for Apple Pay.
Doesn’t that mean, that they use compatible RFID frequencies ?
I’m not an iOS dev, so maybe someone can help me out. Any info appreciated!11 -
I have a BlackBerry KeyONE, because quite frankly I type more than I watch video or other shit on my phone.
For a few years now the keyboards have also acted as a track pad of sorts. It's nice for scrolling apps without smudging up the screen. Not to mention my fingers are already there most of the time anyways.
The StackExchange app for whatever reason scrolls the wrong direction. It's the only app from dozens that do this. It's so isolated it seems like this is a design issue with SE, not the phone.
You'd think of all the apps, the one for developers wouldn't be the one I have problems with. -
Okay, okay, blockchain-powered communism per se is a bad idea. We can do better. So, hereby, I proudly present you...
Fully automated, luxury, blockchain-powered communism!7 -
Wpf Rant
Seems kinda retarded but it should be trivial to reference a ListBox in a SelectionChanged event doing something like SomeListBox.Items[someIndex] = new TextBox()
in order to replace a simple textblock element with a textbox element that accepts input (replace-in-place), but it's proven to be the most long, aggravating series of unnecessary convoluted bullshit I have encountered so far.
And when I do something like ((ListBox)e.Source).SelectedItem = new TextBox(), nothing break per se but I get no god damn error or feedback, as if it worked, but nothing fucking changed.
I can only assume I'm fucking retarded or like most of the shit coming out of microsoft, WPF is a broken pile of bullshit.
I'd ask on here but every time I ask technical questions I never get any fucking answers. Like a ghost town around here sometimes..11 -
I offered my college junior a referral in my company, and she said she doesn't want to be favored and wants to get a job all by herself.
So I am thinking if applying for a job through referral is really unethical or against someone's self-respect? 🤔🤔
What happens when you see a person offerring referral opportunities on linkedin or other social media and apply there?? In that case, it doesn't seem so wrong. Maybe it was a little too personal offer that made her think about her self-respect? 🤔2 -
There's an Indian song, "Kya kabhi ambar se surya nikalta hai, kya kabhi bin bati, deepak jalta hai"
translation : Does sun ever rises in night, does a lamp burn without light.
Guess that singer never met a met a developer, our sun rises at night, and our lamp (laptop) burns without lights : (5 -
This laptop se poes!
3 BSODs already today. On top of the whole wicket thing giving me kak with the stupid way it pulls in JS.
Like this is a Java gig (which comes with several issues of its own) so why the fuck am I on Windblows anyway3 -
"aaahm, so this is two way binding... OMG THIS IS AWESOME"
or
* first Pascal script edited, changed some println to make a racing car run of the screen * "wow it's working!"
or
"FUCKING AWESOME, they are really using it!" about any software I write I se ppl using -
!rant;
I was just reading this article about the difference between Computer Science and Software Engineering and thought it could be of someone else interest. So here it is:
https://blog.usejournal.com/compute... -
When oracle employees decide to add new "feature":
How can we add feature X so it can be the user new most terrible nightmare?
When oracle employees decide to update an existed "feature":
We have discovered that the users of feature X have found a work-around to make it useful, we need to update that feature to make it the users most terrible nightmare ever, and we would like to make the upgrade/installation process break everything else installed on their machines without possible way of recovering, and if it worked by any chance we would like to make that process frustrating as fuck.7 -
Not *drunk* coding per se, but there have been a couple evenings where a bottle of red has provided just the right push to finally get something done that I’d been stalling on...
-
Anyone here a software engineer? What kind of stuff do you usually do?
I'm a full stack dev right now, but I'm studying se, and I'm curious about what I could be doing in the future.2 -
Warn: long rant is long
So for the past couple of weeks I've been frustrated/confused over my thesis course with the kids gloves the professor gave us. This week I found out that in actuality this class isn't just for the IT majors, but a mix of Software Engineering majors, IT majors with minors in the SE department (me), and Information System majors who do product management but don't know much about coding anything.
As a result, we have this really strange set of discussions going on where on one hand we have the professor giving the okay to students making a website in !!Wix because they don't know much about HTML and CSS, to students like me busting ass to get a Java/MongoDB/Bootstrap web application off the ground from scratch.
I'm not as nearly upset as a I was, but it's still a really bizarre thing to lump these two departments together and getting it all coherent. The SE and IT majors is a much easier fit as there's so much overlap between the two that it's next to impossible to see any difference, it's the IS majors who are off in their own little world.
One thing is relieving to me from all this. I've realized I didn't need to major in Software Engineering to become a competent software engineer. It's amazing what one can self teach in 2 years to get the equivalent knowledge and skill sets. In the end this makes it all up for when I dropped out Computer Science in my mid 20's.
It's jaw dropping to me how much my perception of the education system for STEM has changed from when I was freshman to being a senior.1 -
I'm learning Kotlin while trying out Android Things and that sparked my interest in learning more about Java platform again. I tripped upon the news that Oracle had change their commercial plans for the platform by going with the rolling release model and limiting LTS releases for paying customers.
Java SE 8 was one of those former LTS releases that was on my computer, leaving me vulnerable, despite that version still being the most compatible with many applications, and that's been on my computer well passed the date they cut off public support. And I'm, like, "WTF!?"
Luckily this is when open source shines at it's brightest. Both the home brew and corporations, such as Amazon and IBM, alike - mostly the latter - both agreed to create their own LTS releases using the OpenJDK code and all disturbing to the public FOR FREE with no strings attached and the sources opened. I'm sure Richard Stallman is smiling with glee.
It isn't a total finger towards Oracle. Java SE is based on OpenJDK with no difference between the two anymore aside from loss of LTS support from the public - that's it. So Oracle still benefits despite the retaliation. Probably?
Did Oracle learn nothing from OpenOffice? If the point was to get users to pay for security then they've failed in the long run because Java is open source. People have used that fact to create their own free distributions that bypass their paywall, making the need to go through Oracle pointless. And I'm glad. Open source aside, security is a big issue these days and the last thing people need is yet another thing to subscribe too.1 -
"Explora el Mundo de las Apuestas con la Aplicación Móvil de DoradoBet
Introducción
DoradoBet ha consolidado su posición en el mercado peruano ofreciendo una plataforma robusta para apuestas deportivas y juegos de casino. Su aplicación móvil descargar doradobet apk https://doradobetapuesta.pe/doradob... es una extensión de esta experiencia, diseñada para usuarios que prefieren apostar sobre la marcha.
Descarga e Instalación
Android: Los usuarios pueden descargar el archivo APK directamente desde el sitio oficial y seguir las instrucciones para su instalación.
doradobetapuesta.pe
iOS: Disponible en la App Store, la instalación es tan sencilla como cualquier otra aplicación.
Funciones Destacadas
Apuestas en Vivo: Sigue tus eventos deportivos favoritos en tiempo real y realiza apuestas mientras se desarrollan.
doradobet.app
+1
doradoapuestas.pe
+1
Casino en Línea: Accede a una variedad de juegos, incluyendo tragamonedas populares y mesas con crupieres en vivo.
doradobet.com
+4
doradobet.com
+4
doradoapuestas.pe
+4
Promociones Exclusivas: La app ofrece ofertas especiales y bonos que solo están disponibles para usuarios móviles.
Seguridad y Confiabilidad
Con licencias adecuadas y medidas de seguridad implementadas, los usuarios pueden confiar en que su experiencia de juego es segura y justa.
Conclusión
La aplicación móvil de DoradoBet es una herramienta esencial para los entusiastas de las apuestas que buscan comodidad, variedad y seguridad en un solo lugar.1 -
Asking for your opinions/experience regarding this
I have a program which send payload to fcm api to push notifs. But sometimes it gets timedout at a random interval.
Someone says the server is too far from us (SE asia to US <google>). And that we should move our codes to AWS (when we already have a huge ass on premise server). Am I an idiot for being skeptical at this?
I mean i could play games on US server just fine and here we are debating about 100KB json payload that cannot be sent to a US server due to 'distance'. Dunno what the cause for timeout but it gets ridicilous now.. I dont have the patience for this4 -
Well, not best experience per se, but most memorable one.
So I am accepted to CS program at the university - happy days!
First lecture of the first day of the first semester in the first year...
...It just had to be that guy. He was famous for for his strictness among the faculty as we later found out.
But, the lecture. It's 8.25 am, I am making my way into auditorium, and it's filled with freshmen like me, of course. Instead of cheerful chatter noise I hear literally silence. What the? I catch the glimpse of the blackboard - the professor is there, hard at work writing out some stuff that can't comprehend. Double checked the name of the lecture - computer architecture.
8.30 - so it begins, I remember taking a place along the front rows in order to see more clearly. Professor turns to us and just starts the lecture, saying that he'll introduce himself later at the end and there is no time to waste. OK...
And he just dumps the layout of x86 computer architecture and a mixture of basic ASM jargon on us WITHOUT TURNING TO US FOR LIKE 30 MINS while writing things out on the blackboard.
The he finally turns 180 degrees very quickly, evaluates our expression (I know mine was WTF is this I don't even understand half the words), sighs, turns back and continues with the lecture. -
I wrote a whole article about it, and oh wow, it still exists. It was probably the first optimization I ever did in my life, and it was while I was learning SQL.
And writing an edu-tainment article aimed at total laymen as well as beginners was also fun.
http://swczdev.blogspot.com/2010/...
Sadly, czech language only. But... the english autotranslation actually looks readable:
https://translate.google.com/transl...
Long story short, though: 4 or 5-table join going from 7 seconds before optimization, to 0.08 seconds after optimization. Both were written by me, the optimized one was written without any reading on how to optimize SQL, based purely on me actually stopping to think about how I can reduce the DB load based on the little that I knew about how SQL servers work.
Optimization made it about 99,9999422% more efficient, based on my improvised efficiency metric of how many rows the query retrieves and produces versus how many are thrown away on the end due to the WHERE part of the query.
And that was also the day when my question of "what is there even to optimize in SQL?) was answered... by myself.3 -
3D printer
Bad prints
Hey guys, continuing the yesterday's topic...
https://devrant.com/rants/1879193/...
This is the result of all I learned and tested yesterday.
Problem: new black filament from China.
Result, piece is bent and cracked.
Resolution: 0,2
Temp: 210C
Bed: 60C
Brim: fucking 25 mm
Inicial speed 20 mm/s
Adesion: glue stick + airspray + permanent glue spray
And the pieces still fucking bend in the table contact side.
Top is perfect except for some cracks, but the bellow side is just pressed to itself and bends, warping the piece.
What could I change now? What could be the problem and reason for this? Worked perfectly with the first white filament.
31 -
Storytime.
Our prometheus node, one of your oldest systems (somehow fits the Titan reference..), is about to be relieved of its duties after several years of loyal services to the crew.
We decided to run with another Prometheus node in the ring, that will run simultaneously with the old one, so that the new one can start to collect metrics that we need for alerting (some historic metrics are needed too..). sort of an Prometheus cluster, without the cluster fun and with 2 different Prometheus versions.
The problems with this? Well it's not the new node or the latest shit versions of Prometheus per se.
1: The node exporter.
those dudes decided to make some breaking changes in a minor update, so that you will need to run with some magic bullshittery, that the latest Prometheus can make something out of the old metrics provided by the old node exporters.
The other one is the related puppet code.
The node definitions for Prometheus were built via exported resources on the target nodes.
The code worked like a charm with only one Prometheus node, but try that with two instances in the same way.
Still WIP, but some targets are already included in the new Prometheus instance.
alerting works so far.
Can't wait to close this ticket for good.. -
I'm in need of advice. I reckon this is no stack overflow but that's probably for the best as I wouldn't feel as comfortable posting there as I am doing it here. So, back to the question: I'm currently working with legacy code, written in .NET 2.0. This code is responsible for calling upon PEC services in order to finally create personal smart cards. I was tasked with the job of creating a repository system that would allow the program to call on the old legacy services or the new ones without any distinction. We are talking about SOAP services in both cases. The issues is: the new service definition is comprised of soap policies. This wouldn't be a problem per se, with more modern version of the framework, but with .NET 2.0? Yes, it is. It doesn't support policies and signing the body with a certificate right out of the box. How can I manage this? I feel like the only way would be letting the proxy class do its thing up until the very last moment: intercept the SOAP request before its sent and modify it according to the specifications. But I reckon this is very bad practice. Is there any other way out of this?
Thanks for anyone that would like to help. 🙂6 -
Vou fazer o post em br na esperança de encontrar algum br aqui... Então se tu mora no Brasil, gosta de programar e tá lendo isso, comenta aí, vamo prosear...11
-
My career has been a roller-coaster.
SE 》SSE 》PM then quitting all to join academia. Now back to same old place. Looking to explore AI/ML roles. Any tips?1 -
Told my friends about this awesome app. It used to be my safe place earlier, but oh well... Kinda happy and sad about it at the same time. Hope they don't recognize my handle 😅1
-
!Rant
Always dismissed tools such as JSBin for no apparent reason. Gave it a go a few weeks ago, and god damn as I love JSBin now. -
Everybody's waiting for the new iPhones.
And I'm like: Hmm ... the iPhone SE is now cheaper 🤔 *places order*3 -
El fútbol es el deporte más popular en Chile, y apostar en los partidos se ha convertido en una actividad cada vez más emocionante para los fanáticos. Con tantas opciones disponibles, es importante elegir una plataforma https://pinup-futbol-apuestas.cl/ confiable y con buenas cuotas. Pin-Up es una de las mejores casas de apuestas en el país, ofreciendo una gran variedad de mercados, promociones exclusivas y una experiencia de usuario optimizada tanto para computadoras como para dispositivos móviles.
Si quieres conocer en detalle cómo funciona esta plataforma, qué bonos puedes aprovechar y qué estrategias pueden ayudarte a mejorar tus apuestas, en encontrarás toda la información que necesitas. Además, el sitio ofrece análisis de partidos, recomendaciones de apuestas y detalles sobre los métodos de pago y retiro disponibles en Chile.
Pin-Up permite apostar en ligas nacionales e internacionales, con opciones de apuestas en vivo, combinadas y con hándicap. Su interfaz es sencilla y sus cuotas son muy competitivas, lo que la convierte en una excelente opción para quienes buscan emoción y ganancias en el mundo de las apuestas deportivas. Si eres fanático del fútbol y quieres empezar a apostar con confianza, visita pinup-futbol-apuestas.cl y descubre cómo sacarle el máximo provecho a tus pronósticos.1 -
Not a rant per se, but starting to feel like a gypsy in work. If there is a new project/current project that has a looming deadline, I appear to be the one tasked with making it happen! I only started in the new company, then a month into it was moved, then about another month into the new project, I now have to create a brand new project and have it done in two days
-
Se puede postear Rants en español latam o es recomendable publicarlos en inglés?
Translated:
You can post Rants in Spanish latam or advisable to publish in English?6 -
Mayanbet Brasil: Sua Melhor Experiência em Cassino Online
Para quem busca diversão, segurança e variedade em jogos de azar online, o Mayan Bet https://mayanbet.br.com/ é o destino ideal. A plataforma oferece uma ampla seleção de jogos de cassino, incluindo caça-níqueis modernos, roleta, blackjack, bacará, poker e muito mais. Tudo isso em um ambiente seguro, com tecnologia de ponta que garante a proteção dos dados e transações dos usuários.
O Mayanbet Brasil também se destaca pelas suas apostas esportivas, oferecendo cotações competitivas em diversas modalidades, como futebol, basquete, tênis e esportes eletrônicos. Além disso, os novos jogadores podem aproveitar bônus de boas-vindas atrativos, enquanto os clientes regulares têm acesso a promoções contínuas e programas de fidelidade que tornam a experiência ainda mais vantajosa.
Com suporte ao cliente disponível 24 horas por dia, métodos de pagamento variados e retiradas rápidas, o Mayanbet Brasil se consolida como uma das opções mais confiáveis do mercado. A plataforma é totalmente adaptada para dispositivos móveis, permitindo que os usuários joguem e apostem de onde estiverem. Se você deseja viver uma experiência completa e segura no mundo dos cassinos online, não deixe de visitar o Mayanbet Brasil e descubra tudo o que ele tem a oferecer!2 -
So today at the electronics shop I saw an 500Gb on sale. For some reason it also came with a code for Battlefield 2042. The price label was written in a very confusing way, so I thought it was actually ~22EUR instead of ~118EUR off. It sounded too good to be true, but my train of thought was that it's entirely possible that they are really desperate to get people to play their shitty game.
Unfortunately it was too good to be true and it was actually actually 96EUR. What a scam.
In case you wanna look it up yourself, you can also find it online (For a lot cheaper than in that store). "WD_BLACK 500GB SN750 SE NVMe"
For some reason it's cheaper with the game, I wonder why (But it's still a tad overpriced) -
Any brilliant people wanna help me get wifi working on my new HP laptop with Lubuntu? SO/SE is absolutely useless. I've been stuck for a few hours now unfortunately.7
-
Prejšnji teden sem se pogovarjal z nekaj prijatelji o spletnem igranju, pa sem opazil, da se veliko omenja nove kazino platforme. Iskreno, že nekaj časa iščem nekaj svežega, ne preveč komercialnega, pa z jasno uporabniško izkušnjo in zanesljivimi možnostmi za dobiček. Se ti zdi, da se sploh še najde kaj kakovostnega?2
-
I am freaking out as se hace lo ir schemas and in all of them table structure is different... Doesnt people know about tools like Liquibase ?...2
-
"Para jugadores nuevos y experimentados que buscan un acceso rápido a sus juegos favoritos, https://pin-up-entrar.com/ se posiciona como una plataforma confiable y fácil de usar. Este sitio ofrece una guía completa sobre cómo registrarte y disfrutar de todo lo que Pin-Up tiene para ofrecer.
Desde el primer momento, notarás la simplicidad del proceso de entrada, que permite a los usuarios comenzar a jugar o apostar en minutos. La plataforma también destaca por su oferta de bonos, incluidos beneficios exclusivos para nuevos jugadores y promociones continuas para usuarios regulares.
Una vez dentro, encontrarás una impresionante variedad de opciones, desde tragamonedas con gráficos de alta calidad hasta juegos en vivo y apuestas deportivas. Si buscas un acceso seguro y sencillo, visita y comienza a disfrutar de una experiencia de juego sin igual."1 -
Any ranters here play The Division? I'm from SE Asia. Anybody up for a few rounds this year end?
We should be reasonably close to each other, otherwise the high latency will turn the game into a flipbook animation show. -
!dev
I used to stick to the iPhone SE for the last year because it’s the only small phone, i can use it with one hand without doing acrobatic stuff with that hand.
But it’s time for an upgrade.
There are no small phones out there anyone (3.5 to max 4“)
I understand that I need to get a bigger phone, but I never had one (except for the iPhone 6 which I didn’t like and switched back to iPhone 4)
So what do you guys suggest? I read good things about the new Xperia.. is it any good?
Important to me is:
- No Samsung or google
- not huuuuge (like iPhones plus models)
- Android (wanna develop for ten and don’t use a Mac anymore)
- reasonable can, mic, speakers etc.
- Robust, has to last for 3-4 years
You guys told me to get a dell xps13 as a daily and it was the best decision ever so I hope you can help me with this one as well..7 -
Advent of code is a bit crap this year. These early problems aren't hard per-se, they're just annoyingly time consuming for early day problems.
-
Triste no es que se acabe una serie que ves, triste es que el curso que sigues ya casi llegue a su fin :c // Sad is not that you finish a series that you see, sad is that the course that you follow is almost at its end: c
1 -
Heya folks! I’m learning SE, just wanted to know how y’all stay motivated to carry on learning. I’m struggling big time.10
-
Advice/input welcome:
I’m nearing the end of my first year of a 2 year SE program at college. I’m considering leaving at the end of this year and looking for a job, but I don’t have much of a portfolio and feel insecure about my ability to make it in this industry. I know it’s probably just impostor syndrome, but it’s a really hard feeling to shake. It’s a trade college, so the program is designed to have students work ready by the end, but there is a certificate for having completed the first year even though most students do both years.
I’m competent with java, web dev including JavaScript vanilla and bootstrap, ok with python and a lil c++, and I used c# over last summer in unity to develop a game I never finished. 2nd year is mostly more of the same, just more in depth. I’m feeling like idgaf about school anymore, and there are some things happening in my life that would benefit from a full time salary and a decent health care plan.
I spoke with an alum of the program who left after one year to work, and he strongly suggested I stay for the 2nd year, but wasn’t clear on why he thought that.
So what I wanna know is, from folks in the workforce, do you think I should stick it out for the last year and then look for work? Or would I be ok to just... go and start looking for a job now?2 -
Ciao a tutti i dev, se siete italiani datemi capire come funziona st'affare!
HI all, if you are Italian try to reach me out!3 -
Til dem der har lyst kunne der være sjovt at se hvor mange dansker vi er her inde. smid et D i starten af en kommentar for at vise i er fra danmark af.
Translation:
For those who like to, it would be fun to see how many Danes we are here. throw a D at the beginning of a comment to show you are from Denmark4 -
I wish there was an Apple Taptic Engine prostate massager. iPhone se 1st gen doesn’t have Taptic and my iPhone X just doesn’t fit. Taptic is so satisfying3
-
Not really a project idea per se, more of a very robust plugin idea or IDE feature (Jetbrains preferably), for suggesting better variable names while writing code.
-
Dépannage Pneu Neuilly-sur-Seine : Votre Solution en Cas d'Urgence de Pneu, Jour et Nuit
Chez Dépannage Pneu Neuilly-sur-Seine, nous savons que les pannes de pneus peuvent survenir à tout moment, que ce soit en pleine journée ou au beau milieu de la nuit. C'est pourquoi nous mettons à votre disposition un service de dépannage pneu nuit, mais aussi une assistance rapide en cas d’urgence pneu. Nous intervenons rapidement et efficacement, quel que soit l’heure ou le jour, pour vous garantir une solution immédiate et de qualité.
Dépannage Pneu Nuit : Un Service d'Urgence à Toute Heure
Une crevaison ou une panne de pneu peut être particulièrement stressante, surtout lorsqu’elle survient en pleine nuit. C’est pour cette raison que nous offrons un service de dépannage pneu nuit. Que vous soyez en déplacement, dans un quartier éloigné ou sur une autoroute, notre équipe se déplace à toute heure pour effectuer la réparation ou le remplacement de votre pneu.
Notre objectif est de vous offrir une intervention rapide, même en pleine nuit, pour que vous puissiez reprendre la route sans perdre de temps. Avec Dépannage Pneu Neuilly-sur-Seine, plus besoin de vous soucier d’un pneu crevé, quel que soit le moment où cela se produit.
Urgence Pneu : Nous Répondons à Votre Besoin de Rapidité
Les imprévus ne préviennent pas, surtout en matière de pneus. Une crevaison soudaine, un pneu endommagé ou un problème de gonflage peuvent vite devenir des sources de stress. Dépannage Pneu Neuilly-sur-Seine est là pour répondre à toutes vos urgences. Nous intervenons en cas d’urgence pneu de manière efficace et rapide. Dès votre appel au +33689143671, nous mobilisons notre équipe pour vous apporter une solution immédiate.
Notre service d'urgence est conçu pour minimiser votre temps d'attente et vous permettre de reprendre vos activités rapidement, en toute sécurité.
Changement de Pneu Urgent : Service Rapide et Efficace
Un pneu crevé ou un pneu qui ne peut plus être réparé nécessite un changement de pneu urgent. Nous comprenons à quel point cela peut être dérangeant, surtout si vous avez un emploi du temps serré ou si vous êtes loin de chez vous. C’est pourquoi nous offrons un service de changement de pneu urgent à Neuilly-sur-Seine et dans toute la région parisienne.
Nos techniciens sont formés pour intervenir rapidement et procéder au remplacement de votre pneu dans les plus brefs délais. Nous disposons d’un large choix de pneus adaptés à tous les types de véhicules, garantissant ainsi votre sécurité et votre confort sur la route.
Pourquoi Choisir Dépannage Pneu Neuilly-sur-Seine ?
Disponibilité 24h/24 et 7j/7 : Nous intervenons à tout moment, que ce soit en journée ou en pleine nuit, pour répondre à vos urgences de pneus.
Intervention Rapide : Dès que vous nous contactez, nous nous rendons sur place pour résoudre votre problème de pneu dans les plus brefs délais.
Professionnalisme : Notre équipe est composée de professionnels expérimentés qui garantissent des réparations de qualité.
Service de Proximité : Nous sommes situés à Neuilly-sur-Seine et intervenons dans toute la région parisienne pour vous offrir un service local fiable.
Contactez-Nous pour Toute Urgence de Pneu
Si vous avez besoin d’un dépannage pneu nuit, d’un changement de pneu urgent, ou si vous êtes confronté à une urgence pneu, ne perdez pas de temps à chercher. Appelez immédiatement Dépannage Pneu Neuilly-sur-Seine au +33689143671. Nous nous engageons à intervenir rapidement, où que vous soyez, pour que vous puissiez continuer vos trajets en toute sérénité.
1 -
Dra. Nattalí Rodríguez Vega: Servicios Dentales Pediátricos en Manatí, Puerto Rico
La salud dental de los niños es esencial para su bienestar general y para prevenir futuros problemas. Por eso, es fundamental contar con un dentista especializado en niños que pueda ofrecerles atención profesional, cálida y adaptada a sus necesidades. En Dra. Nattalí Rodríguez Vega, nos especializamos en servicios dentales pediátricos en Manatí, Puerto Rico, brindando atención de calidad y un ambiente amigable para que los niños disfruten de cada visita.
¿Por qué elegir nuestros servicios dentales pediátricos en Manatí?
Ubicados en Dr. Pedro Blanco Lugo, Torre Medica II, 200 PR-2 STE 355, Manatí, 00674, Puerto Rico, ofrecemos una variedad de servicios dentales pediátricos pensados para cuidar la salud dental de los más pequeños. La Dra. Rodríguez Vega, dentista para niños en Puerto Rico, tiene años de experiencia trabajando con niños y familias, y se dedica a hacer que la visita al dentista sea una experiencia agradable, sin estrés y educativa.
Servicios dentales pediátricos que ofrecemos
Nuestra clínica está equipada con la última tecnología y un enfoque preventivo que prioriza la salud dental de los niños desde su primera visita. Algunos de los servicios dentales pediátricos en Manatí que ofrecemos incluyen:
Exámenes dentales de rutina: Realizamos exámenes periódicos para identificar posibles problemas dentales a una edad temprana, como caries o malformaciones dentales, asegurándonos de tratarlos antes de que se conviertan en complicaciones mayores.
Limpiezas dentales profesionales: Eliminamos la placa bacteriana y los residuos que pueden causar caries y enfermedades de las encías, ayudando a mantener los dientes saludables y fuertes.
Tratamiento de caries: Si detectamos caries en los dientes de tu hijo, realizamos los tratamientos necesarios para evitar que se agraven, protegiendo la salud bucal de tu hijo a largo plazo.
Aplicación de sellantes dentales: Esta es una medida preventiva en los dientes posteriores de los niños, creando una barrera contra las caries y protegiendo los dientes de los más pequeños.
Ortodoncia pediátrica: Evaluamos si tu hijo necesita algún tratamiento de ortodoncia para corregir problemas de alineación de los dientes en el futuro.
Educación sobre higiene bucal: Enseñamos a los niños la importancia de cepillarse correctamente los dientes y de mantener una rutina de higiene adecuada para prevenir problemas dentales en el futuro.
Un ambiente amigable para los niños
Sabemos que para muchos niños, el dentista puede ser una fuente de ansiedad. Por eso, en nuestra clínica dental pediátrica en Manatí, trabajamos para que la experiencia de cada niño sea lo más relajada y positiva posible. La Dra. Rodríguez Vega y su equipo se especializan en trabajar con niños, explicando los procedimientos de manera clara y amigable, sin generarles temor.
¿Estás buscando un dentista para niños en Puerto Rico?
Si estás buscando un dentista para niños en Puerto Rico, Dra. Nattalí Rodríguez Vega es la opción ideal para ti. Ofrecemos un enfoque personalizado y profesional para cada niño, con el objetivo de que cada visita sea una experiencia educativa y libre de estrés. Nos enorgullece ofrecer servicios dentales pediátricos en Manatí para garantizar que los niños de la región reciban el mejor cuidado posible.
Contáctanos para agendar una cita
Si deseas saber más sobre nuestros servicios dentales pediátricos en Manatí, o si necesitas agendar una cita para tu hijo, no dudes en llamarnos al +1 (787) 921-7779. Estaremos encantados de ayudarte a cuidar la salud dental de tu hijo con la mejor atención.
¡Confía en Dra. Nattalí Rodríguez Vega para la salud dental de tu hijo y dale a tu niño una sonrisa saludable desde su primera consulta!3 -
Fantazie Masáže | Erotické Masáže Praha
Pokud hledáte erotickou masáž v blízkosti Prahy 6, studio Fantazie Masáže je ideálním místem pro vás. Naše masážní studio v Dejvicích nabízí unikátní zážitek, který spojuje relaxaci, jemný dotek a profesionální péči. S našimi masážemi v Praze 6 se dostanete do světa uvolnění, kde si můžete dopřát maximální odpočinek v soukromí a klidu.
Proč si vybrat Fantazie Masáže?
Nejlepší erotická masáž v Dejvicích: Pokud hledáte nejlepší erotickou masáž v Dejvicích, naše studio je místem, kde můžete zažít jedinečnou kombinaci uvolnění a smyslnosti. Naše masérky jsou vyškoleny v umění erotických masáží a věnují se každému klientovi s maximální pozorností.
Profesionální a diskrétní prostředí: Naše masážní salon v Praze 6 se nachází na klidné adrese Pod kaštany 182/5, 160 00 Praha 6, což zajišťuje maximální pohodlí a soukromí. V našem salonu dbáme na diskrétnost a čistotu, abyste se u nás cítili příjemně a v bezpečí.
Non-sexuální terapie dotekem: Nabízíme také non-sexuální dotekovou terapii v Praze, která se zaměřuje na tělesné a duševní uvolnění bez jakýchkoliv sexuálních podtextů. Tento typ masáže pomáhá zlepšit celkový stav mysli a těla, zmírnit stres a napětí.
Individuální přístup: Každý klient je pro nás jedinečný, a proto se zaměřujeme na individuální potřeby. Naše masáže jsou přizpůsobeny vašim přáním, aby vám poskytly maximální relaxaci a potěšení.
Jak nás kontaktovat
Pokud máte zájem o erotickou masáž v blízkosti Prahy 6 nebo chcete vyzkoušet non-sexuální dotekovou terapii, neváhejte nás kontaktovat na telefonním čísle +420 770 199 109. Rádi vám poskytneme více informací a domluvíme se na termínu vaší návštěvy.
Přijďte k nám a objevte kouzlo Fantazie Masáží Praha. Těšíme se na vaši návštěvu a na to, jak vám pomůžeme dosáhnout maximálního uvolnění a pohody.3 -
HAMAM Turkish Boutique Spa: Il Tuo Centro Benessere di Lusso a Puerto Vallarta
Se stai cercando un'esperienza di lusso e benessere a Puerto Vallarta, non c'è posto migliore di HAMAM Turkish Boutique Spa. Situato nella Zona Romántica, nel cuore di Puerto Vallarta, il nostro spa è un rifugio esclusivo per coloro che desiderano fuggire dallo stress quotidiano e abbandonarsi a trattamenti rigeneranti e rilassanti.
Spa per Uomini a Puerto Vallarta: Trattamenti su Misura per il Tuo Benessere
HAMAM Turkish Boutique Spa è il luogo ideale anche per gli uomini che desiderano un trattamento completo di lusso. Offriamo una vasta gamma di servizi pensati appositamente per il pubblico maschile, tra cui massaggi rilassanti, scrub corpo e trattamenti specifici per il benessere della pelle. Il nostro obiettivo è quello di regalare un'esperienza che soddisfi ogni esigenza, dalle tensioni muscolari a una semplice ricerca di relax.
I nostri professionisti esperti sono pronti a creare un programma personalizzato, che ti farà sentire rigenerato e pronto a tornare alla tua routine con energia rinnovata.
Centro Benessere a Puerto Vallarta: Un’Oasi di Tranquillità e Rilassamento
HAMAM Turkish Boutique Spa non è solo una spa, è un vero e proprio centro benessere dove potrai prenderti cura di corpo e mente. Offriamo un ambiente sereno e raffinato, dove ogni trattamento è pensato per offrire il massimo del relax e della qualità. Che tu scelga un massaggio rilassante, un trattamento corpo o un completo giorno di benessere, ogni momento sarà un'opportunità per rigenerarti.
La nostra spa è perfetta per chi cerca un rifugio dove staccare dalla frenesia della vita quotidiana e concedersi un po' di pace. I nostri servizi includono anche la possibilità di godere di momenti di tranquillità grazie alla nostra area wellness esclusiva, che ti permetterà di rilassarti completamente.
Luxury Spa a Puerto Vallarta: Un'Esperienza Unica di Lusso e Comfort
Se desideri un trattamento di lusso, HAMAM Turkish Boutique Spa è il posto perfetto. La nostra spa offre trattamenti esclusivi in un ambiente elegante e sofisticato. Ogni dettaglio è studiato per farti sentire speciale, con servizi di altissima qualità e personale altamente qualificato.
Dai massaggi rilassanti e terapeutici alla pulizia della pelle, ogni trattamento è pensato per offrirti un'esperienza di lusso e benessere unica. Se cerchi una luxury spa a Puerto Vallarta, ti garantiamo che non troverai nulla di meglio.
Scrub Corpo a Puerto Vallarta: Per una Pelle Morbida e Luminosa
Uno dei trattamenti più apprezzati nella nostra spa è lo scrub corpo. Perfetto per rimuovere le cellule morte e stimolare la circolazione, lo scrub corpo ti aiuterà a ottenere una pelle morbida, luminosa e perfettamente idratata. I nostri esperti utilizzano ingredienti naturali e di alta qualità per offrire un'esperienza sensoriale unica, lasciando la tua pelle fresca e rigenerata.
Contattaci per Prenotare la Tua Esperienza di Benessere
Se sei pronto a vivere un'esperienza di lusso e benessere, HAMAM Turkish Boutique Spa è il posto ideale per te. Siamo a tua disposizione per rispondere a tutte le tue domande e aiutarti a prenotare il trattamento perfetto per le tue esigenze.
Indirizzo:
Lázaro Cárdenas 240 A, Zona Romántica, Emiliano Zapata, 48380 Puerto Vallarta, Jal., Mexico
Numero di contatto:
+52 322 214 4827
Non vediamo l'ora di darti il benvenuto e offrirti un'esperienza di relax e lusso che non dimenticherai!3 -
So, to keep a long story short, I am for the second time in my life the proud owner of a Macintosh Performa 6115CD in working order. The original Descent is just as fun as I remember it being—after taking a day to remember the best control configuration for keyboard.
I've got some ideas on how to get it online* so that I can transfer things to it.
Just for fun, however, I've been thinking it might be an interesting project to try and do some programming for it. I got my start on this setup, though not in Objective-C. Anyone happen to know of any free/abandonware coding setups for classic Mac? Running 7.5.3 at the moment.
* Link: https://metalbabble.wordpress.com/2... -
I am super frustrated and don't have the energy to translate into a general language so here goeas some hinglish venting:
bc bosses ne leni deni kr rkhi hai... itna badhiya relaxed hoke chutti se wapis aaya tha, 2 din me mood ka bhosada kr diya apni harkato se.
yes, bosses , saala systummm chal rha h boss pe boss pe boss ka.
sardi me saare velle huye pade hai to harr aadhe ghnte me meeting le rhe h.
almost saari team ne aukaat dikhai hui hai , koi 5 din ki chutti pe to koi 7 din ki chutti pe, to jo mil rha h bs usi ko pele jaa rhe hai ye ppt ke chode.
mereko ek feature banane ko diya hua h... saala har cheez pehle idhr udhr delegate krke 15 din ke kaam ko 45 din ka bana diya, ab release deadline pass hai to meeting pe meeting rakh rhe h . bhosadiwaalo , meeting rakhne se tumhare baap ka code tumhari maa likhegi?
upr se thand bc.... itti thand me kon tumhare tatte chaatne office jaa rha h? jo jaa rha h usi ko bulao mereko ghr pe rajai me kaam krne do. saala gaand sookh ke aadu ho gyi h thand se, nd inhe fir bhi metro se 2 ghnte lgane ke baad banda office me chahiye . team me bs 7 lund h(technically 5 lund and 2 !lund) nd unke se 5 bahane maar ke ghr pe baithe huye h... ek langoorni manager aa jati h apne boss ke boss ka hilane... nd expect krti hai mai bhi aake saathme hilau. mereko nahi hilana yaar :'(
4 gnte to travel me waste krwa do, parking space maango to bolenge ki tumhara band level kam h, office me inka wifi vpn ke saath apni maa chudata h 2kbps ki speed se . emulator gaand marvate hai, nd fir bhi inhe banda chahiye office me nd feature ready chahiye 2 din me.
agar khud gaand me ungal nahi dete , to inki policies gaand me ungli krti h... saala 9 bje app le saare dev server band... oh maiiyavo din me 5 ghnte meeting rkhne ke baad tumhe lgta h ki koi kaam hua hoga.. nd bande ko khane hugne mootne me bhi 1-2 ghnte chale jaate h ghr pe... ek to tumhara time waste ko compensate krna chah rha hu apni marzi se raat me kaam krke, but tumhari gaand me usse bhi keede hai... to rote raho bc. meri jhaat tumhe degi festure banake Christmas se pehle.. bhupp
saala kachha utaar ke khol ke baith jaata hu, aake saare bosses ekek krke meri maar lo5 -
"Jantzen And Associates, P.C., Advogado em Direito
A nossa Sociedade de Advogados desenvolveu uma reputação excepcional na gestão de processos judiciais em tribunais locais, estaduais, superiores e federais em Massachusetts. Prestamos serviços jurídicos aos nossos clientes brasileiros que vivem em Massachusetts ou no Brasil.
Jantzen and Associates, P.C., advogados de direito, concentra-se em processos empresariais e civis e arbitragem. Oferece aos seus clientes um serviço excepcional ao cliente. O nosso grupo de advogados, com mais de 36 anos de experiência, contribui para o seu sucesso!
Representação de Massachusetts a nível estadual
O nosso local de trabalho situa-se em Boston. Os nossos advogados oferecem recomendações legais a clientes em cidades de Massachusetts. Ligue 617-755 0082 ou contacte o nosso escritório por e-mail para marcar uma avaliação preliminar de cortesia.
Sob a direcção de Christopher Jantzen, sócio e fundador, ganhámos um historial excepcional como um dos melhores escritórios de advocacia em Boston.
Sucesso nos Tribunais
Os nossos clientes pertencem-nos devido ao facto do nosso fantástico sucesso nos tribunais da Commonwealth de Massachusetts, e devido ao facto da nossa dedicação à excelência. O sucesso nos tribunais começa muito antes de alguma vez termos servido a nossa primeira audiência perante um juiz. Somos conhecidos pela investigação exaustiva, preparação extrema, e forte apresentação de provas. Embora resolvamos casos de litígio fora das salas de tribunal, compreendemos que a aquisição de uma resolução razoável de um caso pode frequentemente acontecer apenas dentro das salas de tribunal.
Comunicação aberta e honesta
Começamos com uma colaboração bem sucedida entre advogado e cliente e terminamos com estabilidade. Dedicamo-nos a manter uma comunicação contínua com os nossos clientes ao longo de todo o seu processo. Respondemos o mais rapidamente possível quando nos telefonam com questões ou perguntas
Se o seu litígio envolver litígios de empresas ou seguradoras, faremos uma análise custo-benefício abrangente. Terá ao seu lado uma equipa com mais de 70 anos de experiência combinada e compreensão jurídica neste conflito.
Servimos todas as cidades de Massachusetts, Boston, Malden, Framingham, Somervile, Ashland Marlborough, Revere, Lynn e outras cidades.rant advogado brasileiro advogado advogado de imigracao brasileiro advogado de imigração advogado brasileiro em boston -
How can i fix this?
tried installing new jre
and currently running jdk-13.0.1
D:\Users\Blaze\Desktop\java>java First
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: First has been compiled by a more recent version of the Ja
va Runtime (class file version 57.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
D:\Users\Blaze\Desktop\java>java -version
java version "1.8.0_251"
Java(TM) SE Runtime Environment (build 1.8.0_251-b08)
Java HotSpot(TM) Client VM (build 25.251-b08, mixed mode)
D:\Users\Blaze\Desktop\java>6 -
Digar Kiona Estudio de Interiorismo: Tu Aliado en Diseño de Interiores en Madrid
En Digar Kiona Estudio de Interiorismo, ubicado en el corazón de San Sebastián de los Reyes, Madrid, nos especializamos en crear espacios únicos, funcionales y estéticamente impresionantes. Como Estudio de interiorismo en Madrid, nuestro compromiso es transformar tus ideas en realidad, adaptando cada proyecto a tus necesidades y gustos personales. Si buscas un diseño de interior en Madrid que combine creatividad, innovación y profesionalismo, Digar Kiona es tu opción ideal.
¿Por qué Elegirnos?
1. Experiencia y Profesionalismo
Contamos con un equipo de diseñadores de interiores altamente cualificados y con amplia experiencia en el sector. Sabemos que cada espacio tiene su propio carácter y que cada cliente busca algo único. Nuestro objetivo es lograr un interiorismo en Madrid que se ajuste a tus expectativas, ya sea para un hogar, oficina o espacio comercial.
2. Soluciones Personalizadas
Entendemos que cada proyecto es diferente. Por eso, ofrecemos un enfoque completamente personalizado, trabajando de cerca con nuestros clientes para diseñar soluciones que se adapten a sus necesidades específicas. Ya sea un pequeño apartamento o un gran local comercial, en Digar Kiona nos encargamos de cada detalle, asegurando que el resultado final sea el reflejo perfecto de tu estilo y funcionalidad.
3. Creatividad e Innovación
Nos apasiona el diseño y buscamos siempre las últimas tendencias en el mundo del design studio in Madrid para garantizarte espacios modernos, elegantes y eficientes. Creemos que el diseño de interiores no es solo una cuestión estética, sino también funcional, y trabajamos para ofrecerte espacios donde se combine la belleza con la practicidad.
4. Asesoramiento Integral
Desde la concepción inicial del proyecto hasta la ejecución final, estamos contigo en cada paso del proceso. Nos encargamos de todo, desde la selección de materiales y colores hasta la distribución del mobiliario y la iluminación. Nuestro objetivo es hacer que tu experiencia sea lo más sencilla y agradable posible.
¿Por Qué Contactarnos?
1. Estudio de Interiorismo en Madrid con Enfoque Personalizado
Si estás buscando un interior design studio in Madrid que realmente entienda tus necesidades, Digar Kiona Estudio de Interiorismo es la opción perfecta. Nos apasiona escuchar a nuestros clientes y diseñar soluciones que realmente resuenen con ellos. No creemos en soluciones genéricas, cada proyecto es único.
2. Presupuesto a Medida
Entendemos que el presupuesto es una parte importante de cualquier proyecto de diseño de interiores. Por eso, ofrecemos opciones adaptadas a diferentes rangos de presupuesto, siempre asegurando un alto nivel de calidad y atención al detalle en cada proyecto.
3. Compromiso con la Calidad
Trabajamos con los mejores materiales y los proveedores más confiables del mercado. Nuestro objetivo es crear espacios que no solo sean hermosos, sino también duraderos y funcionales a largo plazo.
4. Localización en San Sebastián de los Reyes
Con nuestra ubicación en C. De Cantabria, 11, 28703 San Sebastián de los Reyes, Madrid, estamos perfectamente situados para servir a clientes tanto de la capital como de los alrededores de Madrid. Ya sea que estés en el centro de la ciudad o en las zonas cercanas, te invitamos a visitar nuestro estudio y conocernos más de cerca.
Contacta con Nosotros
Si deseas darle un nuevo aire a tu hogar, oficina o negocio, no dudes en ponerte en contacto con Digar Kiona Estudio de Interiorismo. Llámanos al +34 916 513 101 y uno de nuestros expertos en diseño de interiores te guiará en el proceso de crear el espacio de tus sueños. También puedes visitarnos en nuestra dirección para discutir tu proyecto y ver cómo podemos ayudarte a transformar tu espacio.
¡Haz de tus ideas una realidad con Digar Kiona Estudio de Interiorismo!2 -
I hate the android development website. I'm trying to learn android development since two weeks and I didn't understand anything even though I was following everything the "Training" section said... Only yesterday I discovered that the "API Guides" section provides all the informations I need. Come on, why the hell is this se second section on the website??
This seems to be a user experience error to me.
Am I the only one? -
Karimar Market: Magazen Manje Pre Mwen ak Supermercado nan Chambersburg, PA
Si w'ap chèche magazen manje pre ou nan Chambersburg, PA, Karimar Market se pi bon chwa ou. Nou ofri yon gran varyete pwodui fre, manje tradisyonèl, ak lòt pwodwi esansyèl ki satisfè bezwen fanmi ou. Karimar Market se yon supermercado ki ofri yon eksperyans acha fasil, pratik, epi konvenyan pou tout moun ki ap chèche pwodwi de kalite nan zòn nan.
Karimar Market: Magazen Manje Pre Mwen
Karimar Market se yon magazen manje pre mwen kote ou ka jwenn tout sa ou bezwen, kèlkeswa sa ou bezwen pou manje chak jou oswa pou resepsyon espesyal. Soti nan fwi fre, legim, vyann, ak pwodui manje, nou gen tout sa ou bezwen pou kwit manje sante ak gou. Nou ofri tou anpil pwodwi tradisyonèl ki soti nan kominote Latina, tankou pwodui Meksiken ak Karayibeyen.
Nou konprann ke lè w'ap chèche manje, li enpòtan pou w' jwenn pwodwi fre ak bon kalite san ou pa bezwen vwayaje lwen. Karimar Market ap ofri ou yon eksperyans komodite ki sezi nan achte pwodui fre san efò.
Supermercado nan Chambersburg, PA
Karimar Market se yon supermercado nan Chambersburg, PA, ki ofri yon gran seleksyon pwodui alimanter ak lòt bagay ou ka bezwen nan kay la. Nou gen tout bagay soti nan pwodui fre tankou fwi ak legim, vyann, ak pwodui boulanjri, rive nan pwodui ak bwason tradisyonèl nan kominote Latina.
Nan Karimar Market, ou ka fè tout achte ou nan yon sèl vizit. Nou ofri pwodui ki sòti nan diferan peyi, ki pèmèt ou gen yon eksperyans manje divès e gen aksè a pwodui otantik yo. Nou ofri tou pwodui pou satisfè bezwen dyetetik ak sante, tankou opsyon san gluten, manje natirèl, ak anpil lòt pwodwi espesyal.
Poukisa Chwazi Karimar Market kòm Magazen Manje ou ak Supermercado?
Pwodui Fre ak Bon Kalite: Karimar Market ofri fwi, legim, ak lòt manje fre ki asire yon gou eksepsyonèl pou chak plat.
Varyete Pwodui: Nou ofri yon gran varyete pwodwi, soti nan manje chak jou pou ale nan pwodwi espesyal ki soti nan Latèn Amerik, espesyalman Meksik ak Karayib.
Aksè fasil ak Konvenyan: Ak yon kote fasil pou jwenn nan Chambersburg, Karimar Market se magazen manje pre ou pou fè tout achte ou fasil.
Sèvis Kliyan Ekselan: Nou ofri yon eksperyans ki baze sou sèvis kliyan san parèy, ak yon ekip ki la pou ede ou jwenn tout sa ou bezwen.
Vizite Karimar Market Jodi a!
Si w'ap chèche yon magazen manje pre ou oswa yon supermercado nan Chambersburg, PA, Karimar Market se pi bon chwa ou. Nou ap tann ou nan 264 S 3rd St, Chambersburg, PA 17201, kote ou ka jwenn pwodui fre ak manje otantik ki pral satisfè bezwen gastronomik ou.
Pou plis enfòmasyon oswa pou fè nenpòt demann, tanpri kontakte nou nan +1 717-414-1153. Nou sezi pou ede ou! Karimar Market se magazen manje pre ou ak supermercado nan Chambersburg, PA, ki toujou ap chèche ofri pi bon sèvis ak pwodwi nan zòn nan.
1 -
I consider myself to be part of the first gen of web devs in the early 90s, there were no “mentors” to lean upon per se, so we had to rely on our own wits as the tech evolved. Ironically , now I serve as a “mentor” to many generations of web devs who have graduated from courses I have taught on it for almost two decades . And I feel better learning from all my mentees as well.
-
Miami Mortgage Brokers: Your Trusted Mortgage Loan Provider in Miami
Finding the right mortgage loan provider is a crucial step in securing your dream home. At Miami Mortgage Brokers, located at 333 SE 2nd Ave Suite #2000, Miami, FL 33131, we pride ourselves on being a reliable and experienced mortgage loan provider dedicated to serving the Miami community.
As a leading mortgage loan provider, we offer personalized solutions tailored to fit your financial goals and homeownership dreams. Whether you are purchasing your first home, upgrading, or refinancing, our team works diligently to find the best loan options with competitive rates and flexible terms.
Why choose Miami Mortgage Brokers as your mortgage loan provider?
Wide Network of Lenders: We partner with multiple trusted lenders to offer you a variety of mortgage products.
Customized Loan Solutions: Our experts evaluate your financial situation to provide loan options that best suit your needs.
Efficient and Transparent Process: We guide you smoothly from application to closing, ensuring clear communication throughout.
Local Expertise: With a strong presence in Miami, we understand the local real estate market and can advise you accordingly.
Ready to work with a dependable mortgage loan provider? Contact Miami Mortgage Brokers today at +1 (954) 494-7288 to get started on your path to homeownership.2 -
Most of the code I write are adopted from SO answers and dev blogs, am I a terrible coder or not even one?
-
Vélo Cargo Nantes - En Cargo Simone : Des Solutions Innovantes pour un Transport Écologique avec Jean Fourche et le Foodbike
Située au cœur de Rezé, à l'adresse 14 Rue de l'Île Macé, Locaux TRANSECO, 44400, Vélo Cargo Nantes - En Cargo Simone est fière de proposer des solutions de transport urbain écologiques et pratiques. Spécialisée dans les vélos cargos, l’entreprise se distingue par son engagement en faveur de la mobilité durable. Grâce à des partenariats avec des marques renommées comme Jean Fourche, Vélo Cargo Nantes propose des foodbikes de haute qualité, idéaux pour les commerçants et restaurateurs désireux d’offrir une alternative écologique aux livraisons classiques en ville.
Le Vélo Cargo Nantes : Une Solution Durable et Pratique
Vélo Cargo Nantes est bien plus qu'une simple entreprise de location de vélos. Elle s’engage à transformer la mobilité urbaine en proposant des vélos cargos adaptés à tous vos besoins de transport. Que vous soyez un professionnel du secteur alimentaire, un artisan ou un particulier, les vélos cargos de Vélo Cargo Nantes vous permettent de transporter des marchandises de manière efficace, rapide et surtout écologique.
En optant pour un vélo cargo, vous réduisez non seulement votre empreinte carbone, mais vous contribuez également à alléger la circulation en ville, en offrant une alternative aux véhicules motorisés. L’entreprise met à disposition une gamme de vélos cargos performants, incluant des options électriques pour faciliter vos trajets dans la ville tout en respectant l’environnement.
Jean Fourche : L'Expert du Foodbike
L'une des pièces maîtresses de l'offre de Vélo Cargo Nantes est la collaboration avec Jean Fourche, une marque française reconnue pour son expertise dans la conception de foodbikes. Ces vélos spécialement conçus pour la vente et la livraison de produits alimentaires permettent aux restaurateurs, traiteurs et autres professionnels du secteur alimentaire de se déplacer facilement en ville tout en réduisant l'impact environnemental de leurs activités.
Les foodbikes Jean Fourche sont des véhicules polyvalents qui peuvent être personnalisés en fonction des besoins spécifiques de chaque utilisateur. Qu'il s'agisse d'une remorque pour transporter des produits alimentaires ou d'un vélo conçu pour une vente ambulante, les foodbikes Jean Fourche garantissent une qualité de fabrication irréprochable et une praticité sans égale pour les professionnels du secteur.
Foodbike : Une Alternative Écologique pour les Restaurateurs et Commerçants
Le foodbike est une véritable révolution dans le secteur du transport alimentaire. Il permet de vendre et de livrer des produits alimentaires tout en restant flexible et mobile. Contrairement à un véhicule motorisé, un foodbike offre la possibilité de se faufiler facilement dans les rues étroites de la ville, réduisant ainsi le temps de trajet et les coûts liés au carburant.
Chez Vélo Cargo Nantes, nous proposons des foodbikes adaptés aux besoins des professionnels qui souhaitent allier mobilité, flexibilité et respect de l'environnement. Que ce soit pour un foodtruck urbain, une vente de produits frais ou une livraison de repas à domicile, le foodbike permet de transporter des produits alimentaires en toute sécurité et avec un minimum d'impact sur l'environnement.
Vélo Cargo Nantes : Votre Partenaire pour une Mobilité Durable
Avec Vélo Cargo Nantes - En Cargo Simone, vous choisissez un transport respectueux de l’environnement sans sacrifier l'efficacité et la flexibilité. Nos vélos cargos et foodbikes, en partenariat avec Jean Fourche, sont des solutions innovantes qui permettent aux entreprises de s’adapter aux défis actuels de la mobilité tout en offrant des services de livraison ou de vente ambulante pratiques et écologiques.
Que vous soyez un professionnel du secteur alimentaire, un commerçant ou un particulier désireux de réduire votre empreinte carbone, Vélo Cargo Nantes a la solution idéale pour vous. Nos foodbikes vous permettent de vous déplacer avec style et efficacité, tout en contribuant à un avenir plus vert pour nos villes.
Pour plus d’informations ou pour réserver un foodbike ou un vélo cargo, contactez-nous au +33 6 56 67 03 32. Faites le choix d’un transport urbain écologique et pratique avec Vélo Cargo Nantes - En Cargo Simone !12 -
Boost Your Brand with Business Awareness: Premier Video Marketing & Digital Advertising in Miami
In today’s fast-paced digital world, standing out in Miami’s competitive market requires innovative strategies and expert execution. At Business Awareness, located at 150 SE 2nd Ave, Miami, FL, we specialize in cutting-edge video marketing Miami solutions that elevate your brand’s visibility and engagement. Whether you’re a local startup or an established company, our comprehensive marketing solutions Miami FL are tailored to drive real growth.
Unlock Your Potential with Miami Growth Marketing Experts
Miami is a vibrant city full of business opportunities, but navigating its dynamic market needs specialized expertise. Our Miami growth marketing approach combines data-driven strategies and creative insights to help your business capture new audiences and increase sales. From targeted campaigns to personalized customer journeys, we ensure your marketing budget delivers measurable results.
Harness the Power of Digital Advertising Miami
Digital advertising has revolutionized how businesses reach consumers, and at Business Awareness, we are at the forefront of this transformation. Our digital advertising services in Miami focus on maximizing ROI by leveraging multiple platforms—social media, search engines, and video channels. With an emphasis on audience targeting and compelling content, your message will reach the right people at the right time.
E-Commerce Marketing Miami: Grow Your Online Sales
For businesses operating online, our e-commerce marketing Miami services are designed to boost your sales and expand your market reach. We combine SEO, paid advertising, and engaging video content to create seamless shopping experiences that convert visitors into loyal customers. From product launches to ongoing promotions, we help you maintain a competitive edge.
Why Choose Business Awareness?
Expertise: Years of experience delivering proven video marketing and digital advertising strategies.
Customized Solutions: Tailored marketing plans specific to Miami’s unique market landscape.
Innovative Approach: Combining creativity with data analytics for maximum impact.
Client-Centric: We prioritize your goals and work as an extension of your team.
Comprehensive Services: From video production to full-scale digital campaigns, we cover all your marketing needs.
Contact Us Today
Ready to elevate your business with expert marketing solutions? Visit us at 150 SE 2nd Ave, Miami, FL 33131 or call us at +1 888-352-2927 to discuss how Business Awareness can help you unlock your brand’s full potential. Let’s grow your business together in Miami and beyond.3 -
Docteur Fadwa Oudad – Spécialiste en Oncologie à Casablanca : Traitement des Cancers Gynécologiques, Urologiques et Soins Palliatifs
Le Docteur Fadwa Oudad est une oncologue radiothérapeute cancérologue de renommée à Casablanca, spécialisée dans le traitement des cancers gynécologiques et urologiques, ainsi que dans la gestion des soins palliatifs. Grâce à son expertise et son approche humaine, elle offre à ses patients une prise en charge complète, allant du diagnostic à la rééducation en passant par des traitements de pointe, tout en veillant à apporter le soutien nécessaire dans les moments difficiles.
Traitement des Cancers Gynécologiques
Le Docteur Fadwa Oudad est spécialisée dans le traitement des cancers gynécologiques, qui incluent les cancers de l'utérus, des ovaires, du col de l'utérus, ainsi que d'autres formes de cancer affectant le système reproducteur féminin. En tant qu'oncologue radiothérapeute, elle utilise les dernières avancées en radiothérapie pour traiter ces cancers, en offrant des traitements personnalisés et efficaces pour chaque patiente.
Le parcours de soin pour les cancers gynécologiques est souvent complexe, et le Docteur Oudad s'engage à accompagner chaque patiente avec une approche centrée sur la personne, garantissant un traitement optimal tout en offrant une écoute attentive et un soutien constant tout au long du traitement.
Traitement des Cancers Urologiques
Le Docteur Fadwa Oudad est également spécialisée dans le traitement des cancers urologiques, tels que le cancer de la prostate, des reins, de la vessie et des organes génitaux masculins. Les cancers urologiques peuvent toucher aussi bien les hommes que les femmes et nécessitent un traitement spécifique pour chaque cas. Grâce à son expertise en oncologie radiothérapeutique, le Docteur Oudad propose des traitements ciblés et adaptés, permettant de traiter les cancers urologiques avec une approche scientifique et humaine.
En collaboration avec d’autres spécialistes, elle met en place des protocoles de soins personnalisés, visant à offrir la meilleure prise en charge et à améliorer la qualité de vie de ses patients.
Soins Palliatifs : Accompagnement Humanitaire
Les soins palliatifs sont une partie intégrante de l’approche du Docteur Fadwa Oudad. Lorsqu'un patient atteint de cancer se trouve dans une phase avancée de la maladie, l'objectif n’est pas uniquement de guérir, mais de soulager la douleur, d’améliorer la qualité de vie et d’offrir un soutien émotionnel et psychologique. En tant que cancérologue spécialisée, elle comprend les défis complexes auxquels font face ses patients et leur famille et veille à les accompagner de manière humaine et professionnelle tout au long de ce parcours difficile.
Les soins palliatifs offerts par le Docteur Fadwa Oudad ne se limitent pas au traitement de la douleur, mais englobent également un soutien global, prenant en compte les besoins psychologiques, sociaux et spirituels de chaque patient.
Pourquoi Choisir le Docteur Fadwa Oudad ?
Le Docteur Fadwa Oudad est une experte en oncologie, spécialisée dans les cancers gynécologiques, cancers urologiques et soins palliatifs. Elle se distingue par son approche humaine et personnalisée, offrant à ses patients un suivi rigoureux et un soutien constant tout au long du traitement. Son cabinet est situé au 4ème étage, N°24, Résidence Assakane Al Anik, 404 Boulevard Al Qods, Bd Yafa, Casablanca 20152, Maroc, dans un cadre calme et professionnel.
Sa capacité à offrir des soins adaptés et à répondre aux besoins uniques de chaque patient, que ce soit pour un traitement curatif ou palliative, fait d'elle une référence en matière de soins oncologiques à Casablanca.
Contactez le Docteur Fadwa Oudad
Pour prendre rendez-vous ou obtenir plus d’informations sur les traitements des cancers gynécologiques, cancers urologiques, et les soins palliatifs, contactez le Docteur Fadwa Oudad au +212 522 526 524. Elle se fera un plaisir de répondre à vos questions et de vous guider tout au long de votre parcours médical.
Conclusion
Le Docteur Fadwa Oudad est la spécialiste qu’il vous faut pour le traitement des cancers gynécologiques et urologiques ainsi que pour l'accompagnement en soins palliatifs. Grâce à son expertise en oncologie, sa compétence en radiothérapie, et sa capacité à offrir un soutien humain, elle veille à améliorer la qualité de vie de ses patients tout en leur offrant un traitement personnalisé. Si vous recherchez un professionnel à Casablanca pour une prise en charge de qualité, n'hésitez pas à consulter le Docteur Fadwa Oudad.2 -
I’m currently in school and halfway done my bachelors in SE and I need a PT job.
I used to work as a server and security guard, but I want to do something PT that’s somewhat related to dev. My focus is game programming and most game studios generally take only full timers.
What are some industries in the dev field that can be good to work in on a part time basis? Any tools/languages I should pick up?
Or even better - something that I could do on a PT basis related to dev from home? -
Uporabljam Rabono že nekaj časa za športne stave, zdaj pa opažam, da imajo tudi kazino sekcijo. Morda kdo ve, ali se splača pogledati tiste igre? Je to resen kazino ali samo dodatek za popestritev?4
-
My DevGoals?
Hmm
Be successful at my finals (18th January)
Build my custom server
Getting se Gigabit Internet
Finishing my website
And test the taste of more stressballs (see my rant about my devSwag) -
TruCare Health Services: Reliable and Compassionate Home Healthcare Solutions in Battleboro, Pinetops, Middlesex, and Sharpsburg
At TruCare Health Services, we are committed to providing high-quality, affordable healthcare services to individuals and families throughout Battleboro, Pinetops, Middlesex, and Sharpsburg. Whether you're in need of medical home visits, health consultations, or skilled nursing care, our dedicated team of professionals is here to support you with compassionate care that meets your unique healthcare needs. Our office is located at 107 SE Main St Ste 311, Rocky Mount, NC 27801, and we are proud to serve communities in and around our region.2 -
C2 Construtora - Casas Planejadas para sua Família: Excelência na Construção de Casas Novas e Imóveis de Alto Padrão em Indaiatuba
A C2 Construtora é uma empresa consolidada no mercado de casas novas em Indaiatuba, oferecendo soluções de qualidade para quem busca morar em um imóvel planejado, confortável e sofisticado. Localizada na Torre Corporate, em Jardim Pompeia, Indaiatuba, a C2 Construtora tem se destacado por sua atuação no segmento de casas financiadas em Indaiatuba, oferecendo aos seus clientes as melhores condições para a realização do sonho da casa própria.
Casas Novas em Indaiatuba: O Imóvel Perfeito para sua Família
Se você busca casas novas em Indaiatuba, a C2 Construtora é a escolha certa. Com um portfólio diversificado, nossas construções são projetadas para oferecer todo o conforto e modernidade que sua família merece. As casas novas que oferecemos são pensadas para quem valoriza qualidade, bom gosto e um ambiente acolhedor. Ao escolher uma casa com a C2 Construtora, você está investindo em um lar que alia beleza, funcionalidade e segurança.
Casas Financiadas em Indaiatuba: Realize o Sonho da Casa Própria
Adquirir uma casa própria é um dos maiores desejos de muitas famílias, e a C2 Construtora facilita esse processo com opções de casas financiadas em Indaiatuba. Trabalhamos com diversas opções de financiamento, para que você possa conquistar o seu lar com condições acessíveis e dentro do seu orçamento. Se você está em busca de casas financiadas em Indaiatuba, nossa equipe está pronta para orientar e ajudar em cada etapa do processo, garantindo que a compra da sua casa seja simples e sem complicações.
Terrenos à Venda em Indaiatuba: O Primeiro Passo para a Casa dos Seus Sonhos
Além de casas novas em Indaiatuba, a C2 Construtora também disponibiliza terrenos à venda em Indaiatuba para quem deseja construir seu imóvel do zero. Se você tem o sonho de construir uma casa personalizada, temos opções de terrenos em localizações privilegiadas, que oferecem a infraestrutura necessária para a sua construção. Com a C2 Construtora, você tem a possibilidade de escolher o terreno ideal para o seu projeto de vida.
Casas com Piscina em Indaiatuba: Conforto e Lazer para Toda a Família
Para quem busca um estilo de vida mais luxuoso e completo, temos casas com piscina em Indaiatuba. As opções de imóveis com piscina oferecidas pela C2 Construtora são perfeitas para quem deseja ter momentos de lazer em casa, aproveitando a piscina com a família e amigos. Seja para relaxar no verão ou aproveitar o espaço para eventos, nossas casas com piscina são o refúgio perfeito para quem busca qualidade de vida e conforto.
Casas de Alto Padrão em Indaiatuba: Elegância e Sofisticação
A C2 Construtora é especializada na construção de casas de alto padrão em Indaiatuba, oferecendo imóveis que combinam design contemporâneo, acabamentos de qualidade e funcionalidade. Nossos projetos de casas de alto padrão são cuidadosamente planejados para atender aos clientes que buscam luxo, sofisticação e conforto, sem abrir mão da praticidade do dia a dia. Se você deseja viver em uma casa que reflete seu estilo e elegância, a C2 Construtora tem a casa ideal para você.
Por Que Escolher a C2 Construtora?
A C2 Construtora é sinônimo de qualidade e confiança no mercado imobiliário de Indaiatuba. Com um portfólio diversificado, oferecemos desde casas novas em Indaiatuba até casas de alto padrão e terrenos à venda, sempre com o compromisso de entregar um produto final que atenda às expectativas de nossos clientes. Nossa equipe altamente qualificada trabalha com dedicação para realizar o sonho da casa própria, seja por meio de imóveis financiados em Indaiatuba ou casas com piscina em Indaiatuba, sempre com foco na excelência.
Entre em Contato
Se você está interessado em adquirir uma casa nova em Indaiatuba ou deseja saber mais sobre terrenos à venda em Indaiatuba e casas de alto padrão, entre em contato com a C2 Construtora. Estamos à disposição para apresentar as melhores opções de imóveis e ajudar você a tomar a melhor decisão para sua família.
Endereço: Torre Corporate - R. das Orquídeas, 737 - Sala 207 - Jardim Pompeia, Indaiatuba - SP, 13345-040, Brasil
Telefone: +55 19 99221-9404
Não perca a chance de viver com qualidade e segurança em uma das melhores cidades do interior paulista. C2 Construtora – Casas planejadas para sua família, com todo o conforto e a qualidade que você merece.
1 -
Positive Moves: Your Best Rated Long Distance Moving Company in WV
Moving long distances can be a daunting task, but with the right support, it can also be an exciting new beginning. At Positive Moves Moving Company, we take pride in being recognized as one of the best rated long distance moving companies in WV. Located at 841 57th St SE, Charleston, WV 25304, we offer reliable and professional moving services tailored to meet your unique needs.
Why Positive Moves is the Best Choice for Your Long Distance Move
Expertise and Experience
With years of experience in the moving industry, our team has developed the skills and knowledge necessary to handle long distance relocations effectively. We understand the complexities involved, from planning and logistics to ensuring the safe transport of your belongings. Our goal is to make your move as seamless as possible.
Comprehensive Services
At Positive Moves, we offer a wide range of services specifically designed for long distance moves, including:
Residential Long Distance Moving: Whether you are moving to a new home or apartment, our dedicated team will ensure every detail is managed with precision and care.
Commercial Long Distance Moving: We specialize in office relocations, providing efficient and effective solutions to minimize downtime and keep your business running smoothly.
Professional Packing Services: Packing can be one of the most stressful parts of moving. Our expert packers use high-quality materials to protect your belongings and ensure they arrive safely at your new location.
Transparent and Competitive Pricing
We believe that the best rated long distance moving companies in WV should provide value without hidden costs. At Positive Moves, our pricing is competitive, and our estimates are clear and detailed, allowing you to plan your budget effectively. You can trust that there will be no surprises on moving day.
Commitment to Customer Satisfaction
Our commitment to exceptional customer service sets us apart. From your first contact with us at +1 (304) 590-0840, you will experience our dedication to your needs. We listen to your concerns and work closely with you to create a customized moving plan that meets your requirements.
Our Streamlined Long Distance Moving Process
At Positive Moves, we have designed our long distance moving process to be efficient and stress-free:
Free Consultation: Reach out to us for a free consultation. We will discuss your specific moving needs and provide a detailed estimate based on your situation.
Customized Planning: Our team will work with you to create a personalized moving plan that accommodates your timeline and preferences.
Packing and Loading: On moving day, our professional movers will arrive on time to pack and load your belongings carefully, treating them with the utmost respect.
Safe Transportation: Our experienced drivers ensure that your belongings are transported safely to your new location, keeping you updated throughout the journey.
Unloading and Setup: Once we arrive at your new home or office, our team will assist with unloading and setting up your space, helping you transition smoothly.
Contact Positive Moves for Your Long Distance Move Today!
If you are searching for one of the best rated long distance moving companies in WV, look no further than Positive Moves Moving Company. Our dedicated team is here to provide you with the support and expertise you need for a successful long distance move. For more information or to schedule your move, call us at +1 (304) 590-0840 or visit our office at 841 57th St SE, Charleston, WV 25304. Trust Positive Moves to turn your moving experience into a positive adventure!
1 -
Bazaar Tapas Restaurante & Bar: Del mercado a tu mesa en el corazón de Palma
Ubicado en Plaça d'En Coll, 3, en el centro de Palma, Bazaar Tapas Restaurante & Bar es un referente para quienes buscan disfrutar de la auténtica experiencia gastronómica mallorquina. Nuestro compromiso con la frescura y la calidad nos convierte en un auténtico ejemplo de la filosofía Palma market to table, utilizando ingredientes seleccionados directamente de los mejores mercados locales.
Mallorca small plates: sabor en cada bocado
En Bazaar Tapas celebramos la tradición de las pequeñas porciones mallorquinas con nuestro exquisito menú de Mallorca small plates. Cada plato es una muestra de la riqueza de la cocina mediterránea, diseñada para compartir y disfrutar en buena compañía.
Menú de temporada en Palma Mallorca
Nuestro menú de temporada en Palma Mallorca se renueva constantemente para ofrecer siempre lo mejor de cada estación. Apostamos por productos locales y frescos, respetando el ciclo natural de los alimentos y garantizando sabores auténticos que conectan con la tierra y la cultura de Mallorca.
Un referente en slow food en Palma
En Bazaar Tapas, somos conscientes del valor de la comida preparada con calma y dedicación, por eso somos un destacado restaurante slow food en Palma. Aquí cada plato se cocina con paciencia y respeto, para que cada bocado sea una experiencia memorable.
Ruta de tapas en Palma de Mallorca
Si quieres vivir una verdadera ruta de tapas en Palma de Mallorca, no puedes dejar de visitarnos. Nuestro bar es una parada obligatoria para quienes exploran la ciudad buscando la mejor combinación de sabor y tradición en cada tapa.
Cena con vistas en Palma Mallorca
Además, nuestro local ofrece un ambiente encantador que lo convierte en uno de los mejores lugares para disfrutar de una cena con vistas en Palma Mallorca. Ya sea para una noche romántica o una salida con amigos, Bazaar Tapas es el escenario perfecto para combinar gastronomía y paisaje.
Contáctanos
Ven y descubre por qué somos uno de los destinos gastronómicos favoritos en Palma.
Dirección: Plaça d'En Coll, 3, Centre, 07001 Palma, Illes Balears, España
Teléfono: +34 971 42 51 63
Bazaar Tapas Restaurante & Bar, donde el mercado llega a tu mesa y cada plato es una celebración de Mallorca.2 -
Hey, anyone ever worked on Avro or Serialization?
Please have a look.
https://stackoverflow.com/questions...
I don't know why whenever I ask a decent question on StackOverflow it gets ignored. :/
And a stupid ones gets downvoted lol4





















