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 - "cool"
-
I know it wasn't ethical, but I had to do it.
Semester 4 started this week, we all got to vote which day we wanted the lecture to be held on. There were quite a few options. My preference was Monday at 7:30pm.
So I entered the poll, as I have every other semester. But I noticed something, this particular poll didn't require any form of identification. Not even a Student ID.
I dug deeper, found that it used local cookies to store weather you'd voted or not, this is obviously a security problem, so I opened up Python and wrote a simple Selenium program to automate this process.
I called it the "Vote Smasher". First it would open the webpage, then it would choose Monday 7:30pm and vote. Then it would clear it's cookies, refresh and do it over again.
I ran it fifty times.
Can you guess what the revealed vote was for UCD SP4 IT was?
I heard my lecturer mutter:
"The votes aren't usually this slanted..."
I could hardly contain my giggles.
My vote won by about fifty over the others 😂
Let me just say, it was his fault for choosing such a naive poll system in the first place 😉36 -
Got this cool af pen drive from the company I an interning at. ✨🤩
Let's make this a cool pen drive thread!29 -
Did you know, that adding the flag
"--libcurl" to you curl command, does actually create a .c file that you can compile and that tiny program will execute that exact command that you just performed in the terminal??
Example:
"curl http://linu.xxx/I_love_GOOGLE/4ever -# -k --libcurl"
It creates a .c file that perform that action when used.15 -
#1
Thinking Edge might actually be the next new browser.
And then using it for a few weeks.
#2
Not documenting my code 😥6 -
You know you are a dev when the first thing you do when you see something cool on a website is checking out the sourcecode to find out how they did it2
-
soooo Texas froze before Hell, thought it was never going to happen but it did 🥴
Had a meeting scheduled for today, but since my employees (crucial for the meeting) do not have power I had to reschedule.
VP: I saw that you cancelled the meeting
Me: yes I did sir, my people do not have power at their homes so I decided that we can postpone it for later.
VP: Understandable, I just wanted to see if you guys were ok.
Me: yes sir, we are thank you and yourself?
The rest of the conv was standard pleasantries.
Why can't it be like this for all devs around the world?34 -
I downloaded this expecting it to be just guys arguing over stupid shit like iOS Vs Android, but I've been pleasantly surprised, everyone seems a lot nicer than the comments sections on tech websites4
-
I recently learned why you shouldn't delete your linux partition by just pressing the 'delete volume' button.
I currently own a SP3(i7, 256gb).
I got bored of windows and installed Linux Mate. It ran quite fast and snappily. All was good.
Then I looked on the internet. Apparently fedora runs really well on the SP3. So I deleted my Linux partition by pressing 'delete volume'.
Turns out, thats a bad idea. Grub was in that partition, so when I restarted my tablet, it booted into the 'grub rescue>' prompt.
After messing around, I finally found that pressing the Volume Down button and power button at the same time seemed to boot into my Fedora Live USB.
All the while, I was quite worried I'd lost all of my assignments(I knew I could have used the minitool of gparted live cd).
Finally I got it to install, and all was good again. Has anyone else made this mistake?7 -
!rant
Hey everyone!
I've recently made a devrant API for python!
It is available for use in your very own projects!
I am planning on using this on another project, a python devrant CLI program, inspired from a collab using JavaScript.
Here is the link: https://github.com/coolq1000/...
It is very basic with functionality, not much beyond getting rants by index starting at zero, or getting all rants available by skip, limit.
Has some documentation in the readme.
Have fun!6 -
!rant
There are some extremely competent, blind developers where I work. They have a tool that read screen elements out loud to them.
At first it was chocking to see they work with the screen off. It makes total sense though, however this thought never crossed my mind before. Their headphones serve as screen to them, which is pretty cool.9 -
!rant
Amazon is giving ML tutorials for free for those of us interested in the field :)
I think its pretty cool that they are providing the training for free, not that they need the money dem greedy basterds!
Here is the link
"BuT aL! AmAZon iZ eViL!!" Yeah fuck it whatever. This is not for you then. Grab a dick and carry on(free dicks for everyone regarding of Amazon and AWS feelings)
https://aws.amazon.com/training/...5 -
hey guys found some cool trick for windows users
in file explorer if you type "cmd" in the address bar, it opens cmd with the directory set to the current directory14 -
Hello fellow DevRanters!
Recently I have put together a UX survey about DevRant! Us!
If anyone is interested in filling it out, I'd greatly appreciate it.
The more responses the better! If you have a friend or know anyone who is interested in filling it out then sharing is caring! If not, a ++ wouldn't hurt to spread the word :)
If you have any questions, feel free to comment down below.
Why?
I am required to do a UX report of an app of my choice for my University assignment - I thought, why not?23 -
Just came across this quote...
"The worst thing you can do for your organization is prove how smart you are."
Liked it and thought I'd share it to all the devs out there.4 -
about:DevRant
Every time I write a comment or a rant, I edit it a bazillion times. I try to fix up spelling, grammar and wording.
Who else edits their rants and comments too much?7 -
after an all nighter, I walked in at about 10:30am and unloaded a small bag of groceries on my desk I got to restock the community fridge. Boss walks up, "WTF?!? NO BEER?!?" Slams his credit card on my desk and walks away...1
-
Search an issue on Google, find a cool GitHub project, try it out.
Search an issue with the new project, find another cool GitHub...
The GitHub Circle.2 -
So I found a channel on youtube that really did an amazing trailer clip and I'm looking for a similar channel, any recommendation?
https://youtube.com/channel/... -
!Rant
Hey I was wondering if anyone had any recommendations for external software I should get for coding?
I've heard good things about git?
Any suggestions?26 -
>spends two hours adding a cool feature
>no one's using it
>nah, it's cool. it took me like 5 minutes anyways... -
Almost sure the shirt I ordered didn't have fml on it. It was the one with only devrant logo.
Guess now I will be cool and edgy.7 -
Not a rant but an awesome moment. I am in the kitchen enjoying my morning rant reading session and I hear my 13 year old listening to jazz in his room. I listen to 80s hair bands and he listens to jazz. Cool.4
-
Whoa, i didn't know our avatar is shown when we share rants on twitter. I wonder if it's the same sharing on other platforms.3
-
At the ranters who use Vim as their primary IDE. How do you manage to get some autocompletion working?
I want to be one of the cool kids and use Vim for coding but I am so used to a good autocompletion like the one IntelliJ offers.
I want to be able to browse through every method of an object or function of a module. But Vims build in engine sucks ass and YouCompleteMe doesnt seem to work that good either (only tested with Javascript, Typescript and Elm). They dont show all the correct identifiers but they do show some other random stuff.
How do you guys manage to be productive? How do you make it show only the usefull stuff?9 -
If you right click on a video on YouTube (on desktop), there's an option to view 'Stats for nerds'.
Cool.3 -
Got a mail from Germany, It had a stamp of Bread that looks soo cool. Thinking of starting a stamp collection now.6
-
Gotta love kotlin!
@osiris1337 the refactoring is going great
I had a 80 lines long model class with all the getters and setters and Parcelable interface implemented
and all of that converted to kotlin like this
@-psr another reason, small and readable code ^_^1 -
I took 5 hours to do something using Chat GPT that manually could've done in less than hour.
Am i cool or what? 😎
Fuck everyone who does the above13 -
I just discovered the clear notifications button...
I wasted so much time going through them manually 😂 -
Finally after a couple of years, we finally finished our game for... Windows phone. When we started the only real choice was to develop in silverlight.
Now silverlight has been discontinued and microsoft released uwp, no real help to convert to uwp (I know mobilize bridge exists, but it is not very good) since many features does not exist yet in uwp :/
But hey that's expected right? But couldn't microsoft at least ensure performance of silverlight apps on win10 mobile??? We have used a lot of time optimizing that the game runs smoothly on crap phones on wp8.1, but highend phones on win10 lags....
Thanks microsoft for taking a change :/4 -
This might seem insignificant, but I just hit 2000 ++'s!
Thanks everyone!
I think it shows how the community here appreciates each other, it's great 👍7 -
!rant
Walked into the networking area to visit my network guys and sys admins.
They just got a whoooole bunch of equipment.
Shit looks intimidating af man. Mad respect for you sys admins and networking people. Seems like a really cool job, difficult and challenging at the same time!19 -
Around a week ago I asked my mentor(lecturers friendly sidekick buddy 'o pal) if in iOS dev(the very next subject) I could virtualize, rent in cloud or run a hackintosh instead of buying a Mac. My mentor sounded enthusiastic and asked the lecturer of the next subject, who promptly said no, he did not support or recommend students who tried any of these approaches because in the past he had encountered students who have run into performance issues and we're unable to compile some things. Most likely those students were unable to setup GPU passthrough and whatnot.
However this is the exact point of a VM. It's exactly the same as if you had a real Mac. I believe this is just them being lazy. Tbh, this is an IT course they should be writing guides on how to do virtualisation, not preventing it.
Looks like I'm headed to the Apple store :(4 -
Everyone here deserves the worst.
No, really, you all deserve those dark juicy stories. So here's why I hate password systems that don't have the user experience in mind.
Recently my university went under a huge update, most of it good, but this is DevRant, so let me tell you what's just the worst.
They asked me to change my password, they do this every month or two. So I did it, but as I clicked "Ok" a wild error appeared! It told me I had to use a password that was not one of the FIFTEEN that I'd used previously...
I tried everything, and despite everything else being poorly programmed, or what not, I thought it would be easy to spoof. Nope. Unfortunately this seems to be the ONE thing they did right. Looks like I'll have to go back to basics. Just add a number on the end of my previous password, up to fifteen, and reset :]
I think this rant needs to turn into an email headed straight to them :)3 -
Got hired for my UI knowledge, then I get stuck doing backend work since I started, while the mountain of UI work just continues to grow and they refuse to let me work on it instead of hiring more backend help. Cool cool cool cool.12
-
We need more cool stuff to put in our profile pic
Like chainsaw our skull on the desk
Shotgun lying on the ground
Quad-copper hovering on top
Controller cars
...
You know what I mean2 -
Hello DevRanters!
I've put together a gaming desktop, and I want your opinions 😊
https://au.pcpartpicker.com/user/...
Keep in mind, I am Australian, so it's all in AUD currency.
Currently 1$ AUD == 1.30$ USD16 -
Hey everyone!
I've created an interpreter that I am very proud of :)
It's based off the variation of Scheme(I think, maybe just Lisp) called Lel.
So my language is like a variation of a variation of Lisp... Written in an Interpreter(Python).
I've got a wiki, and source code on GitHub:
https://github.com/coolq1000/...
Thanks for any feedback. And help appreciated!11 -
The red programming language is one of the coolest things i have seen in a while!!!
Anyone here used for anything ?13 -
Cryptography and Network Security
<william Stallings>
Got the book ^ ^
Feel free to comment any cool book about security :)3 -
@dfox awesome avatars, the devRant avatars are really nice addition and just avatar we can edit them too.1
-
So my dad wants to try out Linux. I’m thinking of giving him Ubuntu Budgie or Linux Mint Cinnamon... Any suggestions?4
-
Soooo I have greatly underestimated the value of the shit you can learn in Kaggle, both from the projects that people do and from the learning section that they have. I wouldn't exactly classify them as beginner level or for complete newbies.
By default, if you wanna go and learn about ML then be trady to have some mathematical background to at least the level of Linear algebra, statistics and some basic calculus, everything else can be learned as you go along.
But ye, shit is fucking cool man, they have sooo many cool projects in it. I learned from academic shit in uni and a fuckload of books, but i dig this approach sooo much more.
10/10 would kaggle again2 -
Hey everyone!
I'm on the hunt for new and exciting languages!
I'll state the ones I already know:
Python, Haskell, C(++), C#, Java, JavaScript, Ruby, Rust, Lua, about every kind of Basic, some branches of Lisp, BrainF**k, assembly, Octo (Chip-8) and GML(basically JavaScript).
I've also learnt some styling languages:
Html, CSS, Markup and Markdown.
Some misc languages too: Regex and a runny bit of the Wolfram Language.
Also I'm kind of limited to Windows, Linux and Android, as I do not own any Apple hardware except I have access to an old iPad, so are languages like Swift still good?
Thanks!28 -
@dfox @trogus
Hey, here's a suggestion.
I bet that there are lots of people who cannot afford the supporter ++, monthly cost(like me), but still want that black theme.
And my suggestion is to have another way to get something similar, maybe a gold badge, and you get it when you reach a certain number of ++'s, E.g. 1000.
What do you think?13 -
!rant
today at work i (frontend dev) had an argument about some scss mixins issues, with my boss (senior dev). Not going into detail, I really thought that my method was a lot more efficient and defended my argument strongly until the end. In the end of discussion I saw/accepted that boss' method was better and he said he's nevertheless proud of me for defending what I believed was right. (it's been 2 years since I moved into this country and its language is my 5th one, so I'm only level B2, most of the time I back up from having a deep discussion knowing that my language skill won't take me that far) I really appreciated that feedback from him and it truly made my day. Thank you boss! You're cool! -
Who the fuck in Apple's marketing team decided that WWDC should be held at the exact same time as E3? Like how am I mean't to be distracted by the cool stuff at E3 at work while also being distracted by the stuff being released by Apple?9
-
This Halloween we didn't get anyone turning up at the door.
I wonder if it's because last time we gave them apples?
At least their parents were happy 🎃3 -
I teach app development over the summer, and the great thing about working with kids and having the last name Wayne is that I can very easily have them refer to me as Batman. I've never felt so cool.
-
Thinks of some cool npm package to build.
Thinks of a cool name.
Goes to npm to check if the name is available.
Finds the exact package instead ;-;2 -
Hey everyone!
TL;DR I'm looking for a way to make a webapp for iOS.
I am developing an app for iOS devices. I am more familiar with JS, CSS and HTML, not to mention I have already created a fair chunk of the app. So it would be great if there was a solution that worked like UIWebView/WKWebView. I've had numerous issues with both of these widgets. UIWebView worked the best, most like a normal browser renderer, however still has some very annoying anomalies. For instance the input box could be covered up such so that you could still type but not see what you were typing, no other web browser does this. I've had plenty of issues that I have had to find hacky workarounds for. Is there a better way? I've heard of Titanium by Appcelerator, however I wanted to get as many opinions as a can.
Thanks!14 -
Wow. I've only been active for a day and I've already got over 300 +1's and a rant in the top. Thank you to the devRant community and thank you devRant for being so cool!3
-
devRant is sooo cool. My new
Word-O-Matic physical keyboard word processor setup will increase my rant efficiency. Used velcro to fasten the phone and keyboard on a portfolio notebook! Way faster than virtual keyboard. -
Man I am sick and tired of developers (I was about to put that in quotes, but it's mean), acting "cool" all the time. Like let me just put it out there, WTF is dAy iN tHE LiFE oF A sOftWaRe deVELoper.
Get the fuck out here. All you do is eat, walk, eat, chat, laugh and fuck around all day, with no work being done. And I'm supposed to respect you. Educate these young and fresh developers on what it is really like, rather than teasing them with the ideal life they think it is.10 -
I used to think I was a great programmer, then I joined a computercraft server, it makes you feel like an absolute noob 😕6
-
Happy new year from Denmark.
Hope your year will be full of great projects with success and without terrible PM's -
I don't advocate low code solutions. But what Microsoft is doing with Power Fx is legit pretty cool.
If anything it would expose people to learn about proper development since the formulas can grow bigger than standard small Excel formulas while simultaneously exposing them to a declarative and functional style of coding. According to what I am seeing, and y'all correct me if I am wrong, but this seems to be made to let pro devs jump in and help with more complex code while at the same time exposing it to non devs in an easy way.
I kinda dig this one2 -
I did it! I learnt vim!
...
Oh wait, how do you exit again?
This is how it feels with me and vim, every time I think I know it, it turns out there's a whole batch of shortcuts I had no idea existed :"(5 -
Apparently if your og:img meta tag has "Default.png", you'll break facebook's share API...
Cool, cool.. I ain't even mad.7 -
Throughout the years I slowly bought more Arduino boards and stuff. But then RadioShack closed shops in my country. So my inventory has remained relatively small.
But now I have been given a ton of stuff. Boards, sensors, wires. More than what I know what to do with.
Someone, please give me a cool project to make.8 -
Hey everyone!
This is really two things in one:
1). Asking about a good gaming laptop.
2). Follow up on a post I made a while back asking for suggestions for new programming languages to learn
So right now I have a surface pro 3 i7 256gb, it's great for development, but not so great for gaming (Overwatch).
Saw the Razer Blade Stealth and thought it looked pretty nifty. Suggestions?
Also I would like to say a big thank you to all the people who told me about some really cool new languages, like Crystal, Elixir..etc.
Thanks everyone!20 -
Hello?
> dear sir, we have found your pc is infected!
Oh dear, where?
> no, no sir. Not where, your private pc has a virus.
ohh, okay. Thank you. Now that you know can you tell me where it is, I mean the IP I cannot find it!
*hangs up*
dammit then where did I put that PC?2 -
RaspberryPI Lego
This is CRIMINAL, how can you make
something so COOL and not put links
to where I can buy or make it myself?!
And the comments are turned off too?!
https://youtube.com/watch/...3 -
PM: You developers are like craftsmen, you're so unreliable in your time estimates, I do not know why I bother asking you.
Looking up, thinking if you gave me time to investigate the issue before forcing me to give an estimate... *smile and wave*
Good PM you sod off !!1 -
@dfox @trogus
Here's another suggestion (sorry to keep bothering your team!).
When I'm scrolling through my notifications, it would be nice to have them colour coded, for example, mentions could be highlighted with a slight yellow tint, and ++'s could be not highlighted at all..etc.
Thoughts?5 -
Right now business is kind of slow for my company, so I've been working on Documentation. It's been kind of cool to make the gitlab repo, write the Markdown documents, and then push them to the repo when finished, but it's also hard because it's only me really doing anything...rant git in general is pretty awesome coworker needs to pull his weight! gitlab is cool markdown is cool documenttion
-
3 years after quitting my job, and here I am, still, coding for life. Haven't been here for a long time though. Good to see this site is still up and people ranting in 2020+1 :D I miss this place!1
-
Not so long ago i met a webdesigner from one of my projects. Before that i did not know that Fonts like FontAwesome exist (except that crap default Font from MS). I was so happy, no more working / designing my applications with fucking images or other workarounds! THANK YOU5
-
I just noticed when you search the meaning of a word you want to know in Google under it there is a quiz called Word Couch, you guys should try it out might learn some cool stuff in it, well I knew in do did1
-
Coding in Pharo Smalltalk makes me not want to code in anything else.
If i could find a Pharo job i would be pretty stoked.
Yeah I like Smalltalk that much.2 -
So google just released a new cool demo
https://teachablemachine.withgoogle.com/...
It's actually super cool and i urge all of you to try it out! -
Lots of good suggestions up in here.
My personal prefference:
Such as there are governing bodies indiciating how a programming language evolves and a web consortium...there should be a computer science one. That dictates fundamental approaches covering everything that belongs to this wonderful branch of science. Everything from math to differenr scientific branches all the way down to turtles. And for it to be standarized and updated. Indeed, if you want to spend your entire existence gobbling js in the form of web sites then that is fine, but you should have sufficient knowledge to branch out into more academic pursuits if required.
Also, updated tools would be better, every aspiring computer scientist shall be able to navigate through all major operating systems and programming environments regardless of their beliefs and or prefferences and schools should provide said environments in their classrooms.
Data Strucrutes and Algorithms should be a must. Software engineering principles should be a must. Calculus, Algebra and Statistics as well as Physica should be a must.
And succesfully navigating over different engineering areas should be a must.
Not to cleanse the industry. Fuck your elitist mentality. If you think that programming is a sacred art that should exclude people then I really hope you fucking disapear from existence. No, not to cleanse. But to expand the industry and maybe show people that there is more than fucking around between node modules or gemsets.
Peace pendejos
**drops your mom's fatass...i mean mic** -
!rant
Made the switch to debian. First linux experience. Have already setup my IDE's and programs i need for work (Atom, IntelliJ, putty, filezilla, etc) . Loving it so far!11 -
What is a cool naming scheme for the servers
for example we have 6 environments for the QC to run their tests, what would be a cool way to name them
I thought of bugs names,since we are a bug reporting company
what do you think guys8 -
Programming in c++ on DOS (dosBox) feels so amazing, I really like it, I'll get a CRT monitor just for this (also a bit of Doom)! So cool!1
-
Can anyone suggest me a cool Machine learning project for my college project?
I need something that is fun and cool.16 -
So apparently I found out one of my friends likes to program.
And here I thought he wasn't into this kind of stuff, but he just told me about a programming language called "Clipper" -
!rant
Feature request:
Hey!
I think it would be awesome to have a PM system, where you can send personal messages to each other.
I understand that you'd need to integrate blocking and other privacy features, but hey what do you think?3 -
Adding @(error suppressor) on every Notice/Warning/Fatal Error in PHP, because I am too cool for debugging.2
-
Took an extremely hard 3d course during my exchange. We started 40. 6 finished the course. The workload was big , but not difficult.
But I lost my virginity and then personal projects made me improve the skills 😊2 -
Hey everyone, just wondering how to learn about Grammar.
No I don't mean English grammar.
In particular, I'm looking at PlyPlus grammar. Any thoughts for learning material? -
ok, but this is cool. it’s an image that renders differently on apple and non-apple devices. not sure if devRant will process it so it doesn’t work, but this is cool. also a huge vulnerability for apple, but cool.9
-
Finally convince my colleague to try sublime text. His coming from notepad++ and netbeans.
First thing he do, figure out how to change the theme to white background. -.- not so cool anymore.2 -
I came across them on product hunt. All are web wrappers created in electron. Fast, Smooth, Dark Mode
Unofficial Instagram - https://github.com/terkelg/ramme/
Unofficial twitter - https://github.com/sindresorhus/...
Unofficial messenger -https://github.com/sindresorhus/...
What you all think? -
Fuck Off JPEG you piece of ancient shit. Hello HEIF! Not apple tech but they are certainly adopting it across the board (also replaces gif). Safari is the only browser supporting the format. Now we have to wait for every fucker else to arrive, could be 5 years for Mucroshite (wankers).4
-
I could work from home sometimes, the coworkers would be cool but focused, new tech would be encouraged and pms would defend devs against crappy clients, oh and no windows allowed, yeah I dont like sunlight (like linus house)undefined cool job linux no windows job pichardo for president algo wk62 fantasies unicorns weird crap
-
Azure, great development slots! Must have, now I can have developer, staging and production. The greatest no downtime when swapping a new server in....
Everything crashes? WTF?
OKAY, so swapping to a service that authenticates users makes the authentication part crash :/
Phew development slots ROLL BACK...
No the entire service was broken. Rolling back, all non authenticating controllers work, but the authentication never happens, so server is working, but the users cant use it. Fuck!
Delete everything. Recreate. The setting persists. WTF. Delete again, recreate, reinitialize, republish, it works as it should when tested phew.
Creating new service experiencing cant replicate. Hmm, okay must have been a glitch. Next, update, YEAH swap, no downtime!!!
*EXPLOSION* ..... RINSE AND REPEAT:/ -
After working for a startup for 70 hours a week that taught me everything. The place was fun but lacked all the processes. But the boss eas awesome and taught me a shit a loads.
Things started geeting veryvslow so the start up is on lause right now. Anyhow... I ended up finding a job in a really undynamic city where i live where a prettysucesful and growing company just moved to.
Scrum on point, every one is cool, tasks are well established, git processes are freaking awesome and i could go on and on. 2nd week in i thank my old boss for being so precise and annoying on some very specific things because im rocking my first real it job thanks to him.
It feels good ;) -
As far as static content creators go: I think Gatabyt JS is pretty fucking cool.
Docs make sense and shit is easy to navigate too.
React gets only as complicated as you want it too (that is across the board tho)
Integration with different data sources. You don't want to use wordpress but your retarded ass users don't get much sense into other things? sure fuck it, fine whatever. Wanna use drupal? here
I am still looking into it but other than the 230mb of node modules for a hello world type of project I really don't see that many issues.3 -
I'm setting up my Linux environment
This is what I'm thinking:
Dual boot: Arch(anarchy)/windows 10
Linux:
Xmonad ->
Parths terminal deploy ->
Vim ->
Snipmate,
NERDTree
Suggestions?4 -
FFS THIS SHIT ALWAYS HAPPENS
i got a cool idea i wanted to start working on with some friends maybe open source project ... (i like to think my ideas are cool ( ͡° ͜ʖ ͡°) ) i do some research reading and i find something close or the exact same shit i was thinking about already in Kickstarter 😒😒😒😒4 -
I guess now I have to rant more to unlock more avatar customisation, guys with +4000. Your rants will payoff 😅🤑
-
what's your favorite *.github.io website or something similar?
my favorites:
https://trekhleb.github.io/machine-...
https://saylordotorg.github.io/text... (this site has a lot of free material)
https://neal.fun14 -
I have waited a couple of months, so I hope the airport has changed their settings.
But hey if you need a free commercial spot in dusseldorf airport you could give it a try.2 -
Any cool buttons and inputs CSS library?
I just need cool / elegant / nice buttons and inputs. If it has some image niceties or something else it's ok.
I did little Googling, ngl; I'll look a bit more later in the day, but I figured maybe someone here may have something interesting to comment.8 -
The Surface RT failed because of the lack of apps available. At least that’s what I heard.
Why didn’t Microsoft make a x86 compatibility emulator like Apple did when they were moving away from the PowerPC architecture?
Sure x86 apps would be slower, but if they distributed the ARM version of windows as well, made it available for the Raspberry Pi and all sorts of devices, I fell that would be a huge drive from ARM based processors.
The DirectX, Windows forms..etc. libraries could be recompiled by Microsoft, which would make graphically intensive programs run faster too. Did Microsoft just not think of a compatibility layer? Or is there some obvious reason I’m missing?2 -
Goddammit have tried for several days to get a vpn up and running so we can have a mac as build server.
I have opened the ports on the router, tried l2tp and openvpn, everything works on the local network.
However accessing my static ip from my ISP, it just gives me weird errors from the devices no information. Goddammit what to do....5 -
Daaamn.. Dagger.io is actually quite cool. Spent 2 days learning and building a dagger module for my project's ci and I've gotta tell ya - I'm lovin' it!
-
Installed ros and everything on NVidia board. Dd on to SD card and I have a bootable device.
Fiddle with boot config - fuck yeah.
I then just flash the new board.
Everything crashes FUCK. off and on again... Come on! phew
Ahhh but the flash should work, hmm choose another partition.
Everything is done YES I AM A HACKER. Unplug sd card, off and on again.
No response killed the bootloader, fuck me... -
The integration of technologies project I have this year. Not yet finished but I already learned a lot of very cool stuff.
First, I learned a new programming language + framework (Ruby on Rails)
Second, for the first time, I implemented a continuous deployment pipeline with Capistrano and Travis ci.
Third, first time I programmed a Restful API.
And more cool stuff coming up ! :D
I freaking love learning ! -
listenables, singable, crap = select(spotify.discover_weekly,out_loud,[])
for song in listenables:
if song.style == 'oldie':
print "Seriously Spotify? Do I look like I'm 65?"
time.sleep(5.0)
out_loud.append(song)
if song.style == 'cool':
time.sleep(2.0)
continue -
The best part about being a developer, is building something cool, and other developers telling you how cool it is (and suggesting improvements)
-
I like Firefox a lot.
But it isn't very nice with WPAs, an area of my interest, and downloads PDFs instead of showing them...
Plus I have seen Vivaldi is pretty good for quite some things, like tabs groups and tabs hibernation, has notes, a cool calendar...
But Chrome's console...
It's the only reason I stay with Firefox. (I not only use it at work, but I also use the command line as a pocket JS engine for little scripting and parsing.)
If only I could get selection bracket wrapping and a multiline editor... is it that hard?4 -
Is here habit to celebrate cool developer's birthday like me 😉? I like #devrant as it is cool place to live!1
-
Testing, Software testing, every industrial tester, it's your call, can you come up with one cool thing about software testing? For me, cool thing about testing is to see the automation. What about you?3
-
The sense of coolness when learning a new technology and after a while you get the thing done you wanted to use this new tech for 😁
-
Big meeting in our hobby app team, surprise our app is not performing weel on abandoned silverlight framework for windows phone.
Should we go for uwp or xamarin? Our code base is as mentioned in Silverlight so a tool for some conversion exists towards uwp, but is half baked.2 -
Infineon infineon infineon...
Your aurix tricore is amazing for all safet systems... On paper.
Your support is abysmal. Tried forums, support line to verify a demo that only seems to work sometimes.
I just wanted to get ethernet communication using the demo. But hey one week gone and no success....
And the code seems to behave differently for each run :| the debugger works only on global variables and no printf statements. But hey just make a lot of globals right? So little footprint available so not possible :-\
Hoped that some forum could confirm the demo so I knew I was just making a fuck up, but cannot get that verified...
Embedded programming not for me... :/ -
this is home homie. i been waiting for this for 22 billpon years. well not billion, that would be way much. 22 ages, not that too. thats my total age.
Been like fuckin lots of time.
finally home!2 -
Today I discovered Grav's modular pages. I had to custom code a CMS in Laravel to get modular functionality for my projects. <3
-
If I think about it, it's pretty cool.
If I think about it in more detail, it's simply a fucking prick. -
just wondering what kind of haxor/devop are you if you can't fix your conversation opponent's windows/pc ?
-
.net js developer for just over a decade. What other backend language/framework should I learn to get a cool job in sf