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 - "hackathon"
-
Conversation with my Boss
B: Are u a hacker?
M: No
B: We need a hacker?
M: Why?
B: Because X department wants to do a hackathon.12 -
We're excited to announce the first devRant-sponsored hackathon! It features everything we could have dreamed of in a hackathon: huge prizes ($10k to first place and others), an awesome beer-themed dev competition from lead sponsor Anheuser-Busch, lots of free beer, and an awesome setting at Alley in Chelsea NYC (devRant's hometown, we'll be there!)
It's taking place right here in NYC from March 25-26 and @trogus and I will be there and we really hope we can hang out with members of the devRant community who are participating. devRant is an official partner of the hackathon and we're very excited about the competition itself. There are two challenges teams can pick from: "Internet of Things" (Raspberry Pi’s, Arduinos, etc.) and "Data Insights" - both with the goal of finding creative solutions/innovations to help people drink more beer!
Tim and I look forward to hopefully seeing many of you there. Full details and registration here: https://hacktheworld.beer/NYCHackat...
Please let us know if you have any questions and let's hack some beer!
P.S. the hackathon is 21 years and older only because of the beer theme46 -
Worst Hackathon ? When you have coded so hard during 48 hours to have a functional prototype and the winners get trophee with a static PowerPoint, full of bullshit buzzwords...10
-
was at a hackathon, had to write an app that sent current location to emergency contact. hard coded the location of where the hackathon was taking place and one of the members phone numbers. we came second14
-
At a hackathon I went to they asked all 1200 participants what code editor they used... 4 people used MS Word.17
-
My classmate is a real SAVAGE!!
He (team leader) and his team participated in hackathons several times and kept losing.
He noticed something common about winning team, majority of those team members were women, even if they were non technical and their project was pure bs, they were winning in the name of women empowerment.
This time he came out with a plan, he fired his boys and invited women into his team, and even made one girl the team leader.
Result? HE WON!!!
NOT ONE BUT THREE HACKATHONS BACK TO BACK
AND
His so called women team was invited by Google to pitch their startup idea.
Now, if they gets funding, he's gonna kick out these women and bring back his teammates32 -
Me and my team in middle of our first hackathon-
a girl who is our class topper is my team mate, trying to write some Android Code.
I am writing nodejs Api, she calls me saying there's a bug in my code,so for saving time I decided to fix that small thing on her laptop,so when I went to the backend folder to open the js file,I see no default text editor set for it. After searching,I found out she had no atom,sublime,vs etc.
I asked her - "Do you even have notepad++ ?".
She - "I have notepad,but not ++".
That day I had to edit my code in Wordpad. I am still shaking.12 -
Since past two-three years, Indian Government has been organizing a Hackathon called Smart India Hackathon for college students. And Luckily our team was selected this year.
This team had 5 Electronics Student and 1 Computer Student. Guess who the Computer Student was? Yea, Me.
They Knew nothing about Android Development. And the idea was about an Android Development. I was the only person who could code.
The centre for our hackathon was Varanasi and we live in Hyderabad. So we had to go there. I have not really travelled a lot in the trains (especially not this far from Hyderabad to Varanasi ). During the whole 37 hours journey, I was not able to sleep cause I am not accustomed to sleeping on a train.
The moment we reached Varanasi the hackathon had started which was 36 hours long. Normally team members switch places so that they can sleep but not ours. Cause I was the only one coding and it had to be done in this 36 hours. So add this up 36+36 hours of no sleep, I must have rarely slept for 3-4 hours in that 72 hours.
After the hackathon, I slept like a Snorlax whereas the other went for a trip around Varanasi ('_')18 -
Attended my first 24h+ hackathon at @cyanide's college.
Our team got a special mention for being the best all women team.
Wait.
There was just one all women team.
Fucking!
Embarassing!
Seriously!63 -
Are you interested in a devRant hackathon? If so, please let me know what you'd like to see us do/what you would want to get out of it. There's lots of directions we could go, but I want to get as much feedback as we can from the community to try to figure out what would be the most fun and inclusive. Thanks!23
-
Participated in an IEEE Hackathon where we built a line following robot. We were the slowest, but we had the most accuracy.
The image is our first attempt at getting it to work, consequently, we were the first team to actually get a prototype finished and working. Other people were trying to cram as many sensors as possible. We stuck with one, and 47 lines of code to make it work. Everyone else had more than 2 sensors and I can only imagine how much code they had.19 -
This is how my day has gone so far:
1. In car, see advert about hackathon
2. Look it up, see tickets go on sale in 30mins
3. Read more about hackathon, apparently tickets go within minutes
4. Get tickets, print
5. Printer out of ink
6. Accidentally deleted ticket, can't reprint
7. No more tickets left so can't get another
8. Spend hours with data recovery tools
9. Remember recycle bin. Reprint ticket
10. Cry
11. Rant on devRant11 -
Smart India Hackathon: Horrible experience
Background:- Our task was to do load forecasting for a given area. Hourly energy consumption data for past 5 years was given to us.
One government official asks the following questions:-
1. Why are you using deep learning for the project? Why are you not doing data analysis?
2. Which neural network "algorithm" you are using? He wanted to ask which model we are using, but he didn't have a single clue about Neural Networks.
3. Why are you using libraries? Why not your own code?
Here comes the biggest one,
4. Why haven't you developed your own "algorithm" (again, he meant model)? All you have done is used sone library. Where is "novelty" in your project?
I just want to say that if you don't know anything about ML/AI, then don't comment anything about it. And worst thing was, he was not ready to accept the fact that for capturing temporal dependencies where underlying probability distribution ia unknown, deep learning performs much better than traditional data analysis techniques.
After hearing his first question, second one was not a surprise for us. We were expecting something like that. For a few moments, we were speechless. Then one of us started by showing neural network architecture. But after some time, he rudely repeated the same question, "where is the algorithm". We told him every fucking thing used in the project, ranging from RMSprop optimizer to Backpropagation through time algorithm to mean squared loss error function.
Then very calmly, he asked third question, why are you using libraries? That moron wanted us to write a whole fucking optimized library. We were speechless at this question. Finally, one of us told him the "obvious" answer. We were completely demotivated. But it didnt end here. The real question was waiting. At the end, after listening to all of us, he dropped the final bomb, WHY HAVE YOU USED A NEURAL NETWORK "ALGORITHM" WHICH HAS ALREADY BEEN IMPLEMENTED? WHY DIDN'T YOU MAKE YOU OWN "ALGORITHM"? We again stated the obvious answer that it takes atleast an year or two of continuous hardwork to develop a state of art algorithm, that too when gou build it on top of some existing "algorithm". After listening to this, he left. His final response was "Try to make a new "algorithm"".
Needless to say, we were completely demotivated after this evaluation. We all had worked too hard for this. And we had ability to explain each and every part of the project intuitively and mathematically, but he was not even ready to listen.
Now, all of us are sitting aimlessly, waiting for Hackathon to end.😢😢😢😢😢25 -
I went to a hackathon and I was surprised to see that the judge was a fellow devranteer himself! Saw many people with devrant Stickers on their laptop! The community is spreading...9
-
So the first hackathon I attended my team and I came stone last. So while we wait for the awards I have 3 beers to drown my sorrows (I am a 2 beer guy so I was already feeling it)
We go into the ceremony and there were not enough chairs at a table for my team, so I end up sitting at the winning teams table. Let's just say I adopted a bottle of wine.
A wine bottle down I am feeling super drunk. I told myself "no more booze" ... Then the tequila's started rolling. I must have been quite visibly drunk because the other people at the table were giving me more to drink. Eventually I was like "I am ok, I am ok"
I wake up 2 days later on the floor of my bedroom at my parents house. Apparently this is what happened after the tequila's:
I decided to have an awards ceremony of my own and hug EVERYONE, apparently one judge did not enjoy his drunken hug very much (lol). Then I threw up in the hotels courtesy car, and also ran backwards into their bushes.
A buddy of mine took me home, but was to scared to face my parents, so he dumped me (now asleep) on the my parents driveway, rang the bell and buggered off, leaving my parents to drag me inside.3 -
Top 5 reasons to come to Hackathon
1. Experience for your CV
2. Free swags
3. Networking
4. Free swags
5. Free Stickers (swags)9 -
I am So Humble!
Others: There is a hackathon soon! Participate, bro! You will do well!
Outer me: Nah, not now.
Others: Why?
Outer me: I am doing other things now. Don't have time.
Inner me: (crying) I dont have the skills to participate yet.......10 -
Sales manager: Hi all, we are launching a new internal hackathon. Form up a team with the right expertise to help with address the problem statement and get going!
Me: what’s the problem statement?
Sales manager: you have to sign up first. There’s proprietary company info with our plans for next year involved. You have to agree to terms and conditions before continuing. Legal say so.
Me:
*signs up*,
*fills in docU-sign*,
*clicks through 3 other screens*
Ok let’s see this problem statement.
“What new and magical customer experience can you create and launch to win in our markets”
... that’s not a fucking problem statement ... and why the fuck does that require filling out a docu-sign form to see?
I REALLY fucking hate legal / sales people. Wasting everyone’s time.4 -
!rant
About to attend a hackathon with free food and beverages - including alcohol.
And I can't get this xkcd with the ballmer peaking out of my head.
I sincerely hope it won't get as bad as ME...2 -
FUCKING SHIT.
I'm at my first Hackathon with my best friends in life and there has never been a time when I've felt this miserable all my life.
The theme is IoT (something idk jackshit about) and people here are done with the projects when we are still at the idea stage.
Yes, it's true that this shit is intense but I really want to do good at this.
This is what I've learned from my first Hackathon:
1. Prepare your shit.
Unless the problem statements are given on the spot, you should've discussed everything that you would be doing and not divert. (We spent 5 hours on a problem statement and then we decided not to go with it.)
2. Have people with different abilities who you can trust to get the work done without you having to give a second thought.
3. Don't you dare build a sub-par application. What's the fucking use of that? Don't do it for the certificate or the stickers. If you do that, then how the fuck can you make yourself put those stickers on your laptop?!
4. Have food. Keep yourself healthy and up to max potential.
5. DO NOT BE DISCOURAGED. A lot of people will look like they're done with the shit. You know what you have to do now? NOT GIVE A FUCK! Just focus and do your thing and make it awesome.7 -
Went to my first Hackathon this weekend.
There was 6 of us, 3 devs (including me) and 3 business guys for the presentation and info gathering
The 3 business guys wouldn't show us any of their work, but we're demanding to see all of ours.
Bothering us every 5 minutes to see 2her4 23 are and what's left
Then 1 of 3 business guys accused one of my devs of deleting half of their PowerPoint presentation. That turned out to be bullshit. Looked in the edit history and the business guy was the one who deleted them.
We brought it up to them all, and they got all defensive.
Then, before they revoked our access to the PowerPoint they removed us from the presentation entirely.
Their final presentation contained an app(APK only) we spent an all nighter on, and pictures of a few of the wireframes we did.
I immediately went to an event organizer, filled a complaint. Showed the wireframe project, the source code of the APK they used, and told her they just dropped us and stole our work. She went to them, they couldn't prove they did the work
They are now banned from future hackathons at this place.
I do not appreciate being fucked with, and more so don't like it when you try to fuck my friends. Honestly want to send an email to the business guys workplace and inform them their two top employees are thief's.
The positive thing I took from this is me and my dev team built a stronger relationship and found out we work amazing together.
/Rant about trash humans10 -
Today is finally the day of my hackathon, have been working with my team for about a month on a personal assistant already. I think we may stand a chance to get in the finals this year, unlike last year, when we started working only on the day of the hackathon.3
-
Went to hackathon @ Google HQ in NYC. Gotta say it was pretty shitty. Most people are JavaScript nerds and some code in objective-C, xcode (4-5 out of 50). The rest are chemists, scientists and general folks. Not what I anticipated when you know it's more like iOS hackathon. Anyways it was good to see the shittiest demos in my life made in less than 12 hours. We had 4.5 people working on a toilet project called "I gotta go". Public bathroom locator... One guy coded in JS, xcode and react Native. Another dude was pushing all the code to GitHub and doing backend in firebase. The third guy was making a website for no reason and then I see it's hosted weebly. He hand coded first, I looked what he is doing - just HTML tags. Thank God some organizers helped us and we had a 4 click demo with basic text and no real functionality. Plus the website who never seen. What a fucking waste of $100 and two days.4
-
Management had the idea to have a hackathon on saturday. Everybody should gather ideas what to do on this day, but top priority is to have fun.
In the end, management decided that we should work on tasks from our backlog.
Yeah... unpaid work on saturday... sounds like fun10 -
Took part in a hackathon.... Made the damn system shine and judges didn't even look at the implementation.
Chose the winner by just the idea! And I was like whaaaat the f***!!!7 -
Never try to learn a new platform that uses a language you are not really comfortable with while expecting to build something during an hackathon.
Never.3 -
Another hackathon is over.
Didn't win this one either but I am slowly recognising my weaknesses and (hopefully) getting better.
A good night's sleep and I'm ready for the next one. :)
Beyond Hackathon 2017 @ Athens, Greece6 -
You all remember the hackathon (my first coding event ever)I went to last Saturday?
Well, the founders of the org whose project I worked on offered me an internship on Thursday!5 -
Friday 6pm to Sunday 6pm, with toilet breaks, snack breaks and a three hour nap on Sunday morning. Roughly 44 hours. It was a hackathon, Nov 2016. My team came in fourth place and the first three teams went to Germany!
Well, I got a well paying attachment from it so it didn't go all to waste.
Me and my laptop then... -
Hello again devs!
The hackathon where team devRant is going to participate is only one day out!
Today will be a lot of preparations, buying foods, caffeine (will need that for staying awake for about 40 hours approx), sports (promised this guy so this is gonna be fun). And last but not least, today I'll hear what the thing we're going to have to program is (a rough summary)!
The status/vlog page is nearly finished so I'll be statussing and vlogging tomorrow.
If anyone has any ideas as for the status page etc, please shoot away, there's going to be a chatish thingy as well =).18 -
So I attended my first ever 18Hr hackathon and we named our team "Losers", as a matter of fact when our team won they pronounced us as "....and the Hackathon Winners are Losers", funniest dumb shit ever, I'm gonna start attending more hackathons from now on.5
-
Hello devRant and devs!
Next week I am going to attend to a hackathon organised by my study (24 hours) and me and another guy are going together (or, maybe one more person but not sure yet).
We are going as: team devRant!
My idea is to at least do a quick status update/vlog every x hours and maybe a webpage where I update peoples but I was wondering if anyone here would like to see the event, see the updates/vlog stuffs or maybe not at all?
It will also be live streamed onto the internet!
Would like to hear your opinions on this =).16 -
Went to a hackathon once where the main rule was - "No abuse of one another with respect to operating systems"3
-
Worst hackathon experience?
The day after I drunk 13 red bulls to help me plow through the 2 days.
Consolation?
First prize 😁7 -
Hello! For everyone who wants to follow progress of the hackathon where team devRant is programming etc, go to the following link (sorry, can't help the popup warning at the moment): https://teamdevrant.rocks.
Enjoy!17 -
A little while ago, my hackathon group started using Go more than Node....
I had to ask...
Where did all the Node hype Go?6 -
1. Participate in an online hackathon
2. Upload demo video to youtube
3. Submit in the last minute
4. Come back 1 hour later to see video removed due to length violation.
FML :( -
I just had my worst hackathon so far and need to puke my whole toxic hatred, the rant will be full of hate so be warned. (I just don't want to let it go on my girlfriend, but I need to shout it out loud somewhere)
First of all, it is alright to be a beginner at a hackathon. It is also alright to not know that much about coding and want to learn. But it is not alright to lie about your skill, pretend to be a senior programmer and waste my fucking time.
Don't even fucking dare to say your are "fit" in Android development if you just have done some foobar tutorial on YouTube, don't even bother to read the document and have literally non existent knowledge about computer science.
Why the fucking hell do you need to pretend to be a seasoned programmer if you are just a bloody beginner? I mean you are in a hackathon full of computer nerds so soon or later your impostor ass will be debunked so what is the point?
And the other guy. Why the fucking hell did.'t you say that you just begin Python for 3 months? You are not a fucking developer if you just started coding for 3 fucking months. Learn some fucking coding before starting with machine learning you fucking punk ass bitch script kiddie.
Alright, maybe I was too naive to not check my teammates' background before make a team with them. Fuck me and my fucking stupid ass. My dumb ass monkey brain fell for big mouths, I deserved the headache right now and none less.
Lesson learned!9 -
GENDER DISCRIMINATION! -_-
If you are a GIRL, there's a HIGH chance for you to win the Hackathon. If you are a BOY, well... :|18 -
That moment when your friends think that you're going to hack someone's account during a hackathon.😞
-
!rant
Yay just ranked 3rd in an IBM hackathon. Didn't know I could stay up for 36 hours straight and work 30 of them.2 -
I can't believe how amazing this app is! I was at a hackathon that had devRant stickers, but didn't bother to get one. 😭😭😭😭😭2
-
Participating in my first every Hackathon
And this is the speed test result ( more than 1000 participants are here )13 -
Seeing there are many people (including me) that cant acces the hackathot, I thitk, it would be nice if we as community could hold an unoficial remote hackathon.
My ideas:
-5 days to code
-github / skype
-chess engines which have to compete eachothers to find the winner
-5 teams
-should be compatible with windows, linex, mac (either an interpreted language or different recompiled versions)
Tell me what you think in the comments23 -
Won the 2nd prize in a Microsoft hosted hackathon. No for Windows but they really have good cognitive services. Used Azure vision api, one of the good ocr service available.2
-
It was my first ever hackathon. Initially, I registered with my friend who is a non coder but want to experience the thrill of joining a hackathon. But when we arrived at the event, someone older than us was added to our team because he was solo at that time. Eventually, this old guy (not too old, around his 20s) ( and let’s call him A) and I got close.
We chose the problem where one is tasked to create an ML model that can predict the phenotype of a plant based on genotypic data. Before the event, I didn’t have any background in machine learning, but A was so kind to teach me.
I learned key terms in ML, was able to train different models, and we ended up using my models as the final product. Though the highest accuracy I got for one of my model was 52%, but it didn’t discouraged me.
We didn’t won, however. But it was a great first time experience for me.
Also, he gave me an idea in pitching, because he was also taking MS in Data Science ( I think ) and he had a great background in sales as well, so yeah I got that too.2 -
So I signed up for my first hackathon two weeks ago, which is today.
AND YESTERDAY I GET AN EMAIL WHERE THEY'RE LIKE "sorry but there are too many people who signed up so we couldn't sign you up"
WTF
ITS NOT LIKE YOU KNEW THIS TWO WEEKS AGO WHEN THE INSCRIPTION FORM WAS STILL ONLINE (it still is...)
OR MAYBE UPDATE THE FUCKING DESCRIPTION TO TELL THE PEOPLE WHO SIGN UP AND ARE REALLY EXCITED RIGHT AWAY YOU'RE FULL!!!!
FUUCK12 -
Hackathon rant.
So I had my first hackathon ever.
It was about co2 reduction which is pretty neat but our team leader had a different view on this. He only saw money in his idea so we build a smart energy meter that advised the user on how he should control his energy. And if the user had solarpanels or something his overtake of energy would be converted into a crypto currency and transferred by our Blockchain system.
The idea is pretty cool but it had no real co2 reduction and way too customer based. Which kinda sucked for my first hackathon but our business guy gave a amazing overwhelming pitch about stuff we didn't make at all. And somehow we ended up on the third place yay4 -
Participated in a hackathon two weeks ago.
All 3 winners were established startups or had already developed product. All they did was, come, sit, eat, spare time and pitch.
Did organizer mistakenly named it HACKATHON 🤔 ???
Though, made it to TOP 10 and got incubated at incubation center of organizer2 -
A coworker and me did together a "hackathon by choice" this week to finish a project. We did it only because we thought it would be cool and be able to finish the thing. Well it was surprisingly fun to stay awake 36 hours, coding all through, having a good flow. After that, our boss came and was very proud of our work and he was able to send it for inspection to the client. I stayed a bit longer to fix a few minor bugs, but after 42h I was finally in bed. 😁
Our boss gives us the following Monday off.
But I think on other projects, often deadlines take the fun out of it, if they are not estimated well... I mean you do great, high-professional work but in the end you feel bad, useless, slow and incompetent because of the pressure.2 -
First Hackathon ends today. Long story short: I was the only programmer of the team, we only had 2 days to develop it (of which we spent the first day doing research, so 1 day of coding), so guess what it's shit.
I basically took a bootstrap theme, hardcoded some data. Put some js on top for interactions and a node js backend, to interface some APIs. Just by looking at the code you'll get cancer, but the others of the team where impressed, how good it looked an worked...
Let's hope the judges aren't familliar with coding as well (our challenge got two judges whereof one works at a bank as some guy whearing a suite and sponsoring stuff... Ao chances should be ok)
Honestly fuck this. Not one team (afaik) has pfoduced anything close to being finished...10 -
I heard about this in a Hackathon.
The guy wanted to create a unique and universal username for every human.
I don't think it's feasible.
Thoughts?46 -
"Congratulations on winning our hackathon! We're not going to implement your feature in favor of one that was already on our roadmap, but we really like your idea."3
-
My Project Manager to me, after attending his first ever Hackathon of life
PM : Did you see, how people create a full project in a day,
So it is POSSIBLE and here you always complain about the deadlines
Me : Yeah true :|
Of Course it is possible to create a well documented, bugs free, features enriched, stable and properly structured project in a day
My Bad :/1 -
Spent 2 days of hackathon creating keynote presentation and wrote 0 lines of code. Our "app" was only html and css. We won and I felt sorry for some guys because they had some great apps and still lost to keynote.4
-
Went to hackathon
Earlier Thinking :- C language is father of all
Now :- Python is Godfather LOL ☺☺☺7 -
Went to a Hackathon, the platform looked like bs and the documentation was mehhh. So spent the time sleeping, waking only to eat Pizza :3.
(Know it was bs when no one cared >.>)2 -
Working on Python+Flask delpoyed on bluemix. The app failed to start. After 4 hours of debugging by all the 4 members of thr team, we together found that there was a tab in an otherwise space intended file, which was tripping bluemix.
This a during a hackathon
Resolved it 20 mins before submission
We won the hackathon!2 -
People! I'm attending to a hackathon for the first time (this country sucks)
Any advice?
I hope I can get dev friends, or even a dev gf (my whole life dream)11 -
Is anyone ever "hacking" anything at a hackathon these days?
Seems more like "building 40% of a CRUD app really fast!"
(but maybe I'm seeing the wrong hackathons)4 -
Dev thought of the day🤔
Are stickers for dev the equivalent to tattoos for normies?
Or are devs with hackathon tattoos?1 -
Don't remind me of that hackathon 😑 My advice: don't go there without being prepared, team wise, tool wise and skill wise. And whatever happens, don't forget to have fun.1
-
The best dev team I have been with is during college where the three of us who were working at a maker space would go to various hackathon and stay up all night to build cool stuff! (We won prizes at quite a few hackathons too!) The other two are pursuing their masters in a different college now, I miss going to hackathons with them :( Hoping that we get to go to a hackathon together soon!2
-
50 hours straight.
Attended a hackathon for 3 days and sadly when it was time to sleep the "sleeping arrangements" were already taken by some other teammates and there was no place for the rest. So me and 4 other teammates decided to work through the night and day to finish everything so we can go home and sleep.
Finish 3rd in the hackathon tho, not bad for a first time.😁3 -
So after the original idea getting scraped during a hackathon this week, we created a slack bot to fetch most relevant answers from StackOverflow using user's input. All the user had to do was input few words and the bot handled all typos, links etc and returned the link as well as the most upvoted or the accepted amswer after scraping it from the website.
The average time to find an answer was around 2 seconds, and we also told that we're planning to use flask to deploy a web application for the same.
After the presentation, one of the judge-guys called me and told me that "It isn't good enough, will not be used widely" and "Its similar to Quora".
Never ever have I wanted to punch a son of a bitch in the balls ever.3 -
Yes, I have got one to tell. I went to a hackathon where they started the hackathon with a spiritual speech and prayer. They didn't provide any WiFi, food, etc.
There was a canteen in the campus, which got closed in the evening by 7 o clock. The timings were not announced before so we worked whole night with empty stomach. Did I mention one was not allow to go outside the campus during the hackathon? And yes one was not allowed to order food from outside.4 -
setting up email2print kind of setup for office, Its an internal hackathon happening.. gave up last night when no jobs were being printed.. tried all debugging, logs, whatever came to the sleepy mind. Just woke and started again. found this gold on stackkverflow "check the printer cable, it might be faulty".. oh man!! finally some progress
-
💥🦆 Unofficial devRant Clone Jam 2023 🦆💥
Retoor has a challenge hackathon for you. 🧑💻 Post here: https://kbin.melroy.org/m/drbboard/...
Pick your tech stack, announce it in your comment by the link above, and code your own DEVRANT CLONE in 8 hours. There is only a week for y'all, but don't overdo it and write the thing just in 8 hours. If you need more time, announce that too. Address to the post for all the rules.
Code competition start! 🏁21 -
End of Hackathon. Students and faculty voted on applications. My group got student voted best overall. Now to sleep for the first time since before Hackathon. So tired, my brain’s literally got “background Zoom meeting sounds” - typing, soft cursing under breath, etc) on loop. I haven’t been in a Zoom in hours.2
-
Hey, my team is attending a hackathon kind of thing tonight. Can you recommend us some interesting php+js stacks?19
-
Two day hackathon. Flaky internet connection for 1.5 days. Winner comes with a prebuilt backend, and just writes an app to connect and show data from there.2
-
Hi.. one month ago i started to learn JavaScript (my first programming language)
In the 2nd proyect we create a Data dashboard i do my very best effort to create Js funcional code and other 2 girls works in css and html.
Im really proud of my work (1st time!)
A few guys told me JavaScript is awful and difficult but in a few weeks we will start in jquery.
In 2 weeks im gonna participate in Angelhack Santiago Hackathon 2018
I need an advice for me its a really big step10 -
Well, the hackathon I was going to attend tomorrow just got postponed due to fucking Coronavirus concerns.
Fuck this shit.5 -
Spent last 2 days thinking of a good App Idea for a Hackathon. About 15 ideas later
Error 404: Shit to do not found!2 -
First exposure with c# - working with the Kinect SDK to create a program for kids with autism at my uni's hackathon in 48 hours2
-
Shortlisted hackathon apps:
1. Transmit strings between two phones using sound.
Why the fuck? Why are we reinventing the wheel?
2. Offline payment services app. Sounds cool but is no way feasible in the real world.
The judge of the hackathon was some old PhD college professor who was yawning at the begining of the presentation who didn't understand what was heroku and didn't even bother to listen.
Lessons learnt:
1. Stick to corporate hacakathons
2. Query regarding the judges of the hackathon17 -
Woke up this morning to Amazon charging me over $100 bucks for the web services I used at my Hackathon last month. What the hell, I thought the free tier covered that?13
-
So a team of 3 went to a hackathon. One of us didn't know how to code, the other just front end and I back end.
So we started with some ideas and choose one, starting to code it.
After we were about 80 precent into it at the end of day 2 (the event had 3 days) one of the coaches came to us, saying our idea is already a launched startup out there and we had to have a change of idea at the beginning of the third day.
Other two completed the simple front-end of the new idea about 7am and went to sleep.
And I, while was awake for 50 hours already, had to code backend of a minipay app from scratch in 10 hours.
That was HARD for a newbie like me, but in the end I did it.
We didn't win anything. But that was a really great experience for me. Plus coffee was provided infinitely there ;)4 -
Went to hackathon...created meteor/react mobile app and fell in love!
Now I have to go back to work and work with blan html/CSS and my favorite php(which I absolutely despise) -
When Hackathon Hackers uses "node.js" so much that I'm not sure if it's actually useful or just a joke anymore....4
-
Wishing my devRant friends a great experience at the big Hackathon this weekend. Enjoy and please post feedback Monday! 🌎1
-
How many years do you think it will be until the first hackathon between humans and machines kick off?9
-
We're having a mini-hackathon at our school last Saturday as a final exam of our Web Engineering course, showcasing what we learned throughout. The theme is all about helping university students gain their productivity and improve their interaction with technology.
Me and my team tried to create a note-sharing platform for students. We loved the idea and we're so excited to create it. But excitement turned into shit hole during development.
A fuckton of merge conflicts, divisive code conventions, and usage of god-awful Bootstrap for front-end came in. 😱😬😣
Despite these things, we are able to win the hackathon (i still can't believe we won). but he worst part of winning is that the prize is not cash nor the internship (the judges are from the company who somehow looks for interns), but fucking useless GIFT CARDS!!
But in the end, we're proud of it. I thought that it will be just a concept but in the end, it became real and it turned out to be great. ☺4 -
Tech head fires a mail few days company is planning a hackathon. Overnight at office, with food, music and home drop offs in morning. We devs feel excited we will get time to work on our personal projects and complete them.
Yesterday, tech head fires a mail about the topics. Guess what? The topics are projects which company needs to scale up... Image recognition and text extraction. Selenium. Esign.
Now I am searching for an excuse to skip the hackathon...4 -
!rant
I got really awesome wireless headphones as a prize at a hackathon.
Was actually feeling down today, then this arrived and made my day!
It made my day and inspired me to do something today(started a personal project!) -
Yesterday, I came to Facebook Developer Circle Hackathon and the first idea that comes to my head is "Reduce Facebook, Reduce Suck". it's a Chrome Extension to block your Facebook while you working.2
-
Worst Hackathon experience:
Taking an API built by a junior dev team with minimal specs and "hacking for two pointless days" to make it work in production...
The whole Hackathon idea was an experiment to see if they could make the dev team stay late if they bought pizza and said "have fun".
We all spent 2 days cursing at the shoddy tools and lamenting that you can't run a Hackathon with a single directive and "production ready goal" yet remove any choice the developers have to actually contribute.1 -
Used to create a web app that is practical and usable in a hackathon. Lost badly due to bad presentation, while the winners only created gimmick stuff, good for the eye, unusable but they had better presentation. Grrrr!4
-
Worst Hackathon Experience ever!
Had been to SAP for a hackathon last year. Built a complete solution for our challenge. Due to no sleep and 48 hours of non stop coding, my team mate who was supposed to present our solution screwed it up in the last minute. Now we blame ourselves for losing because of our bad presentation. -
So me and some colleagues joined a hackathon. We already agreed on our project architecture, UI design, and features to build and showcase. Halfway through development new features kept getting added without my inputs, I said to myself it's ok maybe they're just small insertions. But nope, they kept breaking my CSS and UI design and kept causing merge issues on our repo because, well, no one could seem to agree on the project scope. The last straw was, with a couple of hours left, someone went and added new screens and changed the application flow entirely, which entailed some rather nasty rework of my code to fix. Fuck that, I decided to just stop and let them sort the mess.
When it was our turn to present our project, the fucking cunts assumed I would do all the talking - even if they never sent over the slides they put together. Why the fuck am I going to present something drastically different from the initial, agreed-upon scope? I told them to do it themselves and I remained silent throughout the entire debacle.
Of course, we lost. But I wasn't surprised. The guys who presented kept on contradicting each other and were not unified in their vision. I'm never teaming up with them ever again. Fucking asshole douchebag fucks. -
Starting a hackathon with getting the assignment and then replying with: there is a library for that2
-
We're having a favorite hackathon projects vote at work tomorrow. Basically each team are given 5 minutes to present their project and we'll vote the most interesting project for a favorite project award.
I'll give my vote to whichever team confuse me the quickest.2 -
Hello, brilliant minds!
I am participating in a hackathon based on web development and I need to submit potential problem statements for the same. They have some predetermined domains, but I am unable to look for a suitable problem. The domains are:
1. eCommerce
2. eGovernance: Smart City
3. Fitness
4. Social Innovation
5. Tool/Library/Extension for devs
6. Travel
7. Women's safety
I will have 6 hours to code. Please suggest some of your best ideas. Thanks in advance!
Love,
TheSlug13 -
Hackathon morning 2 of 3. Did not sleep. Also didn’t accomplish much. Researching counts as participation, right? *eyes crossing*3
-
Hackathon sponsored by Microsoft and there you are with your dumb team implementing features with Amazon Web service...
I wish you good luck. 👍1 -
I need ideas for a 10 hour hackathon I'm about to have on this flight guys! What problem can be solved without the internet?4
-
That I've never been able to attend a hackathon since they are ALL always on the weekend. I'm Jewish and can't use electronics on the Sabbath FFS6
-
Registered for hackathon with 2 Android dev and 2 Full stack dev. Turns out the theme for hackathon is totally out of our scope. This will be my very first hackathon.
Any advice, roadmap, suggestions for the problem statement?5 -
Today is the last day to sign up for the unofficial devRant hackathon.
Link:
https://docs.google.com/forms/d/...
We only are 5, so it probably won't take place7 -
1. Study C and Python
2. Learn NLP and ML
3. Participate again in one hackathon and kick their ass after winning it
4. Get one awesome internship
5. Master algorithms and DS -
Just been to a hackathon and made a react native app with lots of shenanigans without having used js before. Feels good :)2
-
Seeing there were many people interested in attemting a devRant hackathon, I created a google form for the hackathon. It will take place from 13.3 to 17.3 and over github/skype
https://docs.google.com/forms/d/...
BTW: im in team c++16 -
Suggest me some good team name for a Hackathon,
Should not be too edgy as I want to show it to my College HOD : P10 -
finally fifty hours hackathon completed non stop sorry if I post something hdzbgsGgfdxb hfdbgr gsc2
-
UNOFFICIAL DEVRANT CLONE JAM
Challenge at least 3 participants of this spontaneous hackathon by presenting your devRant clone until tomorrow, 4 Dec 18:00 UTC! After that, I will repost entries for public rating by people of devRant.
Don't fret and show what you're made of. Each participant gets a certificate from dR Bulletin Board - and winners receive extra artistic prizes contributed by volunteers!3 -
Update from the hackathon:
We decided to create a co-op game where you there is an agent on the field who has to reach an objective, while the operator guides him toward the exit on each level and opens/closes the remotely controlled doors for the agent. We want to add enemies that somehow will try to kill the agent, but we'll see what we manage to do. 🙄
Now I'm currently trying to sleep, but: Went to sleep at 2:15 and I have barely slept 2 fucking hours. Now it's 6:56. Still trying to sleep, but my brain is a cunt. 😲4 -
!rant
Super interesting to read people's worst hackathon experiences as I'm a Hackathon organiser and attendee myself.
I would also love to hear what your favourite things from a hackathon are!2 -
A few friends and I on our way home from a hackathon:
Lady at the door of the airplane:
*sees our hack the north lanyards*
Lady: "Oh where are we coming from? Hack the North? That means if we have any wifi problems onboard you can help us out right?
Us: ... suuureee2 -
Most probably the short time pressure and the mindset of "in these x hours/days, I can't do/think/be interested in anything else but the hackathon". It feels like it significantly disrupts my daily flow
-
Super excited about the devRant Hackathon. For the data insights competition can I use any language?
-
So, I fucked up the presentation for my hackathon entry and we had to contend ourselves with consolation prize 😢. Anyways, it was a great experience 😃
-
So I decided to challenge myself as an Android newbie by competing at an hackathon held in my school, which ran for 3 hours.
That's how when I decided to test run the app during the hackathon, the app always crashed upon launching it. Spent some time trying to debug it but I couldn't just resolve the issue at that point(Its currently on my To-do list).
I now decided to start a new project all over again, after about 1 hour had gone 😑.
So yeah that's my first rant. I'm expecting more 😂.8 -
So this happened at a government organised 24 hour Hackathon. We had to store documents uploaded from the front end. Now we’ve been trying for a very log time but everything failed (yeah we had a crappy front end guy). Then all hell broke loose when the our team leader in hi sleep deprived state deleted our git repository while I wondered why my pushes were throwing a 404. When hell felt near we came up with the solution to encode the documents in base64 and store it in the database since we only had to show a demo😂.
Sadly enough, WE LOST. Although in retrospect it comes as no surprise.2 -
You know how people want to avoid collisions with a hash map?? Well a buddy and I went to a hackathon about 2 years ago, and the idea we had was kinda cool, but to get a prototype working, we decided to defy the logic of a hash table and purposefully cause collisions with a hash map. I took a look at the project and it is soooo poorly implemented.
-
Am at a Hackathon and am being judged for coding in Java, and I have been relegated to developing the front end. I feel judged.6
-
Won an Amazon Echo Show in a Hackathon where we spent most of the time integrating with Google Home.
I don't know what to do with the thing. 🤔3 -
Use a new stack at every hackathon. And make sure you attend a hackathon a month . Free food + perfect ambience to learn new shit
-
Going to participate at my first hackathon on friday. :)
Do you usually prepare in advance? Like setting up a virtual server with lamp or anything? -
What a vast and great eco-system we have (refering to js and npm) almost every time I am trying to use two libs and combine them to work together some shit happens.
So I wanted to have lean and good written code without introducing unnecessary renders and logic.
Ended up doing just that because 'we know about issue with our library, many users told us that, too bad we wont fix that shit', so I feel like a 'workaround' developer at some hackathon right now! -
!rant
Went to a hackathon this weekend. We didn't win, but at least I can say I enjoyed working with the guys and we finished the prototype on time.
So, if you have never been in a hackathon, you should go, it's an awesome experience and even though if you don't win, you'll end up learning a lot. -
The worst thing in any hackathon is coming at 3rd position and there is a prize for only the first two teams.
#Frustrated4 -
Last week-end I went to a hackathon organized by Microsoft Innovation Center, that was great ! I didn't win anything unfortunately but the guy from there said to my team "we want your project" before we leave. So we didn't won anything but you want our project ? Wtf guy ?2
-
Our company often carry outs hackathons for customers and partners (for apps for our cloud system). One time they carried out an hackathon for us employees. My team won the price, a 40€ Amazon gift card 😄1
-
In the morning of first day of hackathon I got sick (flu or some virus). My friends are coding now. I am in the bed at home with fewer. :( FML4
-
Any tips for attending my first hackathon? Keep in my mind I am not too well versed in applications with JS/Python. Also I really don't have a lot of real life project experience. I am super excited though.2
-
Both team members quit on a hackathon 2 days before the deadline. I was more curious whether I can do it than desperate, but I spent those 2 days coding. Didn't succeed though.
-
I don't know. I'm having my first real hackathon this weekend so that'll be fun! And we also have a mini hackathon at work on Monday 😅 this'll be fun!2
-
!rant
OMG jeahhh!!!
If my boss says yes, I can participate in an "Hackathon" this month in Bonn, Germany! WUHU
(In my department we don't do any programming so I hope he says yes ❤️)5 -
!rant
#Ichackuk
Currently at Imperial college's hackathon, 13hrs down, 11 to go.
My first hackathon, awesome spirit. Too much food and goddies and so many hacks!!!
Will update with what I made soon. And may be give out URL, after limiting usgae to not cost my self.
#fallinlovewithcode6 -
Went on a Hackathon with two friends. They didn't do shit. This week, they told me that they only knew c#, so we should switch to that. (I use Linux so I shouldn't have accepted that) Just learned that they are going to a maths camp this week and the deadline is next Sunday. Dotnet core CANNOT PARSE FUCKING JSON. I'll rewrite it in node.js, and hope that I can type fast enough to finish in time. Fuck me, fuck my lazy friends and especially fuck Microsoft for saying that they support Linux while providing a dotnet for Linux published in 200-fucking-56
-
My “DevOps” teammate for a hackathon saves code in Google docs and sends me his contributions on WhatsApp.
Wouldn’t replace him for anyone else though.3 -
Tech event in Prague next week.... Chance to geek out by day and by night for a few days.... Question is... Should I enter the hackathon or just take it easy?1
-
Dear DevRanter's,
Anyone is going to be participate in the Space Apps Challenge 2018?
Its going to be my first Hackathon :)2 -
Facebook world hack was my first hackathon failed miserably
but had great time with fb dev's reporting password related bug on their platform -
Story of a first-time hackathon.
So, I took part in the COVID-19 Global Hackathon.
Long story short, I got excited at OCR and just went with the most challenging challenge - digitizing forms with handwritten text and checkboxes, ones which say whether you have been in contact with someone who could have Coronavirus.
And, unsurprisingly, it didn't work within 4 days. I joined up with 2 people, who both left halfway through - one announced, one silently - and another guy joined, said he had something working and then dissapeared.
We never settled on a stack - we started with a local docker running Tesseract, then Google Cloud Vision, then we found Amazon Textract. None worked easily.
Timezone differences were annoying too. There was a 15-hour difference across our zones. I spent hours in the Slack channel waiting.
We didn't manage the deadline, and the people who set the challenge needed the solution withing 10 days, a deadline we also missed. We ended up with a basic-bitch Vue app to take pictures with mock Amazon S3 functionality, empty TDD in Python and also some OCR work.
tbh, that stuff would've worked if we had 4 weeks. I understand why everyone left.
I guess the lesson from this is not to be over-ambitious with hackathons. And not to over-estimate computers' detection abilities.rant covid hackathon slack s3 google cloud vision python tdd aws tesseract textract covid-19 global hackathon2 -
Dell Summer Internship Experience
Firstly,to be a part of this process it is important to clear the exam conducted by college and according to me it wasn't something which can't be easily achieved so to prepare of this exam stick to basics of all subjects which have been taught so far till semester majorily data structures,data base,Java,C, operating system were asked.Basics of all following subjects should be clear which also going to help during internship.I myself prepared for the test from geeksforgeek.I tried to gain as much as basic knowledge of subjects I can.And after selecting from test you have you go through hackathon on that personally I think one should be prepared with latest demanding skills.Mostly all the hackathon topics were in and around Machine Learning,Block chain,Web development,Databases.So typically should be aware of all these technologies and how this can be used to enhance in project.During hackathon days it is important to be interactive,it is good to clear doubts or explain your idea and how innovative you project is and how different it can be and further keep in mind how your project can be industrial utilized.Try to make your project more in aspect of how industry going to adapt this or how this problem's solution is perfect in every terms for a company.And majorily at last it comes down to how to present your project infront of your panel.I think keep that session as much as interactive you can,try to answer their queries,and most importantly know your part of the project very well on theoretical as well as on code level. At last you have to go through a HR interview in which firstly you have to be prepare with a nice resume in which you to include all your achievement's,projects and most importantly keep it short and simple and include only those things which you are completely aware of.For interview first try to know and learn about company, it's goals,in what field it is presently working and during interview there is nothing to worry about you just have to talk like you are talking with a normal person,express all your views ,try to speak out. Confidence is one important thing for this interview.So this was conclusion of my experience from hackathon hiring process from Dell.5 -
Friendly reminder for hackathons, a great idea is better than a great app.
I saw amazing creations, from a virtual reality rowing machine to a camera that read a Connect 4 game into a AWS server live.
Yet, the hack that won the popular vote was an app that would tell your friend, through texts, where you were when you're heading over to pick them up.
A simple concept to implement, but a great idea.1 -
We were learning a programming language for implementing our idea in hackathon.
A student who is a comp student and has no idea about coding asked us "What u do in hackathon? Do u hack computers... :/"5 -
!rant
I'm a designer and just found out about a hackathon by Deutsche Bank hosted at the end of October in Berlin. Are some devs out there interested in forming a team (and brainstorming about an idea, obviously)? Preferably from around Germany, since one has to pay travel costs on his/her own, but I'm open, really.
More information: https://api-open.db.com
Just hit me up if you're interested!
P.S. I'm not bad at getting some front-end development done...8 -
UNOFFICIAL DEVRANT CLONE JAM - VOTING START - DAY 1
3 entries were submitted, and we're ready for your feedback! It is exciting to know what your votes say about the work needed to supplant devRant. However, considering the sudden announcement of hackathon some 10 days ago and very short sprints, we get what we get.
2nd place nominee gets their devRant self in all vector beauty. Of course, it's not the exact style, but it's something resembling and with objects separable from each other! The winner gets an animated version.
You are welcome to familiarize with all devRant clones that our participants have made!
Finnegan (by @retoor): https://devrant.com/rants/9946268
Ostream App (by @ostream): https://devrant.com/rants/9946296
ragedev (by @SidTheITGuy): https://devrant.com/rants/9946238
Leave your comments in respective rants. Read the rules and vote for as many as you like!2 -
UNOFFICIAL DEVRANT CLONE JAM - LAST VOTING DAY
4 people have cast their votes on devRant clones with 19 points for @retoor and 3 for @SidTheITGuy. It's a huge rift, which will be hard to clamp by 12:00 UTC!
Finnegan (by @retoor): https://devrant.com/rants/9946268
ragedev (by @SidTheITGuy): https://devrant.com/rants/9946238
Despite the obviousness and overall weirdness of the end product chosen for this hackathon, I want you to give your feedback to others who want to see the best of devRant, but somewhere else. What do you think a serious devRant alternative should have and what are expectations for the design?
I'm sure all these topics will keep reappearing, so maybe this rant can be used to gather all the thoughts in one place before spreading them around.1 -
Participated on the german hackathon #wevsvirushack
https://github.com/tntwist/...
43k people :P It was a huge mess but a great experience!4 -
I am at a hackathon and i can't find any ideas to build, what should I do other than watching anime6
-
me@hackathon: Sir, this is our App aimed to help farmers....
Judge(interrupting me): What's the novelty in your idea, it doesn't have ML, AI.
me: 😑12 -
So I was working on this website for a hackathon.
Finally the website is online ☺
www.csimhssce.in/err_404
Does anyone know about SEO? -
Going to a local hackathon practice session today. We are going to participate in a larger hackathon later this year. This session is to get everyone up to speed on tools, workflow, etc. We have a lot of new developers in our group.
I have no idea what I will work on this evening. It is sponsored by a couple of businesses. So "free pizza"! -
Never, ever, forever, whenever, however wait for the last hour to submit your entry to a hackathon. Submit early and iterate quickly :(
-
UNOFFICIAL DEVRANT CLONE JAM - VOTING WITH CRICKETS - DAY 2
I see that nobody is leaving any comments on hackathon entries. It is troubling, because there is no telling if you approve the app behind the post or not - even if I were to collect all upvotes through myself.
Please give the feedback to our contestants in their respective rants! What it takes to make a "devRant clone" or there should be something else entirely? How do these clones look to you, which gets the most points?
Yesterday, @ostream has left the competition by removing account from devRant, but, hopefully, we'll see him again on the next hackathon. Now, it's only @retoor and @SidTheITGuy. They will clash for the right to get a cool animation of their devRant self. You vote can affect this.
Finnegan (by @retoor): https://devrant.com/rants/9946268
ragedev (by @SidTheITGuy): https://devrant.com/rants/9946238
Leave your comments in respective rants. Read the rules and vote for as many as you like!2 -
Me and my coworkers are going to have a weekend "gamejam"/hackathon starting tonight but we can't think of any good challenges to try and code - can you guys come up with something we can try and tackle in a weekend?3
-
I just finished a hackathon that actually turned out to have been a pitch contest. They invited me to work my ass off for the whole weekend and didn't even bother to ask for the finished project.
???2 -
Went to my first university hackathon and we couldn't finish our project 😥 Guess I'll try and do the rest of it on my own.1
-
Need suggestion
Qualified for second round of a hackathon. Theyre now calling me to another city for the demo. We created a game and it isnt much to talk about. What should I do?9 -
Idea: devRant hackathon.
Maybe book a location in a few different cities worldwide, have users team up and see who can conjure up the best devRant-based hack1 -
Actually any Hackathon where I'm trying to build or implement something that I (at least at the start of the Hackathon) Have no idea on how to build
Where I spend maybe half (or more) of the Hackathon on rapid prototyping and learning asap to be done in time
I get such a motivational rush that one time I even managed to stay up and productive for roughly 42 hours straight
And the knowledge that I got during that Hackathon (bash scripting) got me into server management, I even use some of my scripts daily.. so last year was a huge payoff for me 😇
Actually pretty funny that this is the question of the week, because this week I am going to a yearly Hackathon -
It's 10 PM, 3 week long hackathon project needs to be done by 8AM, nothing actually works.
I remember pouring a beer and sitting down at my PC, and then coming in second in the hackathon the next morning, but nothing in between. -
I'm gonna participate to a 48h hackathon tomorrow in Glasgow. If you are going to be there, let me know! Also, since it's going to be my first time, do you have any suggestion? 😀4
-
Last Friday a coworker told me he was planning to go to a local hackathon in the city that weekend. Then I asked him to tell me what was the app they had planned to build and he said: `Oh no, I can't tell you, a lot of ideas have been stolen this way`, I thought that was rude by not telling me but whatever.
Today, I came to work, saw him and asked how did the hackathon go and he looked at me with sadness and said: `Dude, we screw it up, we had to left the contest`, `What?` I said, `Yeah, a couple of hours before the pitch some guy came to us to review what we were doing and we presented our idea, "an app to track bus routes" and he said "there is already a local app that does that and it was the winner of a previous contest`. I told him that I knew that app and her founder, he said he wished he had told me the idea last Friday so they could pivot to something else and not leave the contest.
Conclusion: Ideas are worthless, execution is everything.1 -
What kind of stupid hackathon gives solutions in problem statements fucking app dev, web dev solutions one can build in a night....boring
-
So, there were four judgement rounds, over a period of 36 hours.
During the 3rd judgement, the judge says we have a potentially winning project, we just need to put things together now.
During the fourth judgement round, my laptop's Network Interface Card crashes, while running Node server and ElasticSearch server (while another laptop was running a Django server)...
On top of that, the judge assumes that the probability distribution of having a chest disease that we were showing in the form of heatmap on a chest X-ray, was actually body heatmap... And we were saying wherever there is more heat, is the diseased part.
My only hackathon... -
Group work in a 24hr hackathon goes through it's phases... It's completely rational to have a phase where you imagine a pen embedded between that useless *dev's* eyes right? Right?...1
-
I need professional advice. Or at least informed opinions.
I recently competed in a hackathon and won. My team wants to commercialize our idea. I'm worried that since we publicly displayed it, that the I.P. rights are a little "in the air". We NEVER verbally gave anyone the rights, and the rules of the hackathon don't even mention the words.
What would a legally savvy person do?3 -
Joined a hackathon for an app which requires a server to help parse a few things and send push notifications. Looked up Google push notifications and it seemed decent so I just bookmarked it and left it there for reference during the hackathon. Biiigggg mistake. No idea how to implement the server, couldn't find a tutorial that explains enough for a newbie like me and the Google site didn't help much either. Welp. Google cloud messaging. Never gonna like those words ever.1
-
can anyone share their experience of participating in a hackathon first time and what are some tips to win a hackathon??2
-
Is anyone here attending the nextiteration hackathon in Mannheim ? (22.-24. I think) Its gonna be awesome !
-
I got this mail from the company whose hackathon i was supposed to attend, i don't even own a camera.
Bullet dodged !!1 -
Hi All, Long time lurker here...
I made a non serious GIMP version control project at a hackathon years ago but was too busy to really work on it more than a little at a time, mostly because I was still in college. I mostly do academic programming at work now so I have no idea how mainstream or maintainable this is as a webapp, but I finally put it on a Linode just a few days ago for fun so I wanted to share and take any criticism you guys have to offer! (if any of you dabble in graphic design stuff on the side)
https://gimphub.co
Thanks for looking and hopefully I can get enough points for an avatar soon ^_^ -
what are personal projects if not the daughters of hackathon solutions that never saw the light of day6
-
Hi guys! We are still searching for another dev to join our team for the hackathon hosted by Deutsche Bank in Berlin (late october). We're currently a team of 2: @ginjikoibito as iOS-/Backend-Dev and me as Designer.
So far the idea we want to apply with goes in this direction: Real-time evaluation of social structures through analyzing wealth & transactions provided by anonymized user-data of the API. It will also incorporate recognizable networks between users.
Sounds interesting? Please leave a comment, we're happy to share more with you :-)2 -
Knew nothing about Arduino
Attended a workshop
They had a hackathon after it
Won the hackathon
Got the Arduino uno board as a prize
Gotta buy sensors and other stuff though.
*Me so happy*
What should I make now? (Apart from an Iron Giant replica controlled wirelessly thorugh commands)3 -
I have joined a hackathon. We have finished our product quite early. Have a peep on other team progress.
Screen of other team laptop: Google how to HTML
Me: What...
Rule of the hackathon: No slideware, and only working prototype
Me: Now I get it -
Participating in an online hackathon in a few days. Still don't have a single person on my team lol6
-
So I am participating in a Hackathon hosted by Microsoft. And I had to waive my IP rights for whatever submission I make. Is this something I should worry about ?1
-
Should I participate in a hackathon that interests me but I have no idea what I could make out of the datasets they'll give us? (hackathon revolves around some datasets)3
-
That’s my first hackathon, We where working for 1 full day from 4PM to 6PM next day without having any sleep to give a killer product on integration of multiple applications into one single point (Hard Work)
One team just came chill in the Hackathon went out sleep and made a killer presentation on how to integrate Slack with multiple applications like Jenkins, GutHub and much more to make life simple (Smart Work)
Actually we both lose but their way was implemented in organisation 😝1 -
Hey, I am planing on creating a hackathon for my highschool. I was wondering if anybody has any advice.3
-
I have participated in a hackathon this weekend and one of the theme of hackathon was blockchain and being a blockchain dev i have created a DApps which follows token standard and other security standard but our UI was kind of basic cause we didn't have any designer in our team but one participated team's UI was far better than us but has serious flaws in the smart contract and guess what they are the one being selected and that's not it there wasn't a single judge who has basic knowledge of blockchain.I was using DApp term very often while presenting our idea and one of a judge literally asked us what is dapp? I mean WTF? Now i am regretting why did i participated in this shitty hackathon? On top of all that they juat give a single sticker for whole team. Wtf we are supposed to do? Cut it ? If you are a blockchain dev don't forget to see this beautiful function i found in the token contract of the selected team from the github.1
-
I've a virtual hackathon based on superhero theme, but I don't have any idea what I've to do make can somebody give me any idea on that theme?2
-
Hey. So like I know been gone a while straight to the point.
Anyone in the Netherlands looking for a team member for the Odyssey Hackathon?
In addition to design and front end Ive also got you covered for legal and ethical.
So please if you’re interested hit me up -
Of course I came down with a frickin fever during my first hackathon and missed the last like 14 hours of it. Smh.4
-
Glad to tell you I'm attending the Bunq Hackathon 2.0 in two weeks!
Any ranters who'll be there too?1 -
In your opinion, what is the mostly preferable scenario at a hackathon: to build a product using well-known technologies or to learn something new?2
-
When you get paged by your company to help investigate and fix critical issue in production and don't get time to work on the hackathon.
-
Kindly vote for. I have participated in angular attack hackathon, need some votes to make audience favorite.
http://angularattack.com/entries/...1 -
Haven't had one, won ATT open hackathon a few months ago got 1k, then won the recent ATT invitational hackathon in Vegas, got 20k. Ez money boiz.1
-
I've been assigned the task of contacting teams for Blind Code, Geek Quiz and Hackathon, by university's Olympiad team.
Wish me best of luck with @safiullah and @AhmadIshaq -
Active Google assistant for a 24h non stop hackathon. Win but don't know how to desactive google assistant after that...1
-
I have a hackathon based on the teacher's theme but I don't know what to make, I don't have any project idea that seems different I literally wasted 2 days of my heck only think about what to make but I don't come up with any solution.
Please gies suggest to me a web project idea on teachers theme.23 -
My team's doing an internal hackathon this week focusing on improving developer productivity and happiness and I haven't been able to settle on an idea yet... Any help appreciated!4
-
Looking for an awesome team name for the upcoming Hackathon in my hometown ! I appreciate any suggestions! The motto of the hackAthon is 'Energy'6
-
Well sending emails to get sponsors and project for my 2 month long open-source hackathon is tiring and often end up with no reply :(
If anyone has a cool Opensource project we would love to have it here for students to learn opensource https://devscript.tech/woc/
It's a student-led hackathon without funds so would love some sponsors too.4 -
!rant
I am going to my first hackathon in 2 weeks and am kind of nervous. I don't know anyone and don't have a team. I was wandering if it is a requirement to work on a project? There will be a lot of workshops and I am sure I will learn a lot even without working on a project.
If you could give me some hints on what I can expect that would be really helpful. -
Have a hackathon starting in 12 hours and have no ideas rn. Kinda freaking out, so would love it if you guys could help me out with some ideas! My team includes 3 computer science juniors, and we've worked with Java, Python and frontend and backend web dev frameworks.
-
!rant
Participating in an hackathon next week with open theme and needs to be a mobile app.(12 hours)
Help me with some ideas fellow survivors3 -
I'm currently taking part in IBM hackathon based on a healthcare theme and my project idea is that storing patient healthcare reports or medical research docs on the blockchain, is this idea had some potential to make a difference in the hackathon?10
-
So me and my team went to this hackathon, and we were in the last 4 hours of the event.
Me being the dumb type, I forgot that my laptop's keyboard was broken (when numlock is pressed the whole keyboard spams everything, weird).
I was typing up my last lines for the algorithm and instead of enter I end up hitting guess what, the numlock key.
I should've told you that when I hit the numlock key the keys go crazy, I cant stop it. The numlock wont shut off after i tapped on it again. The only way to fix this is by restarting the computer.
I try to backspace the crazy spam that happened (this was before restarting) the keys typed so fast never got the chance to select the stuff.
I end up restarting my laptop and turned out I selected most of my algorithm, instead of the spam, and now thats been replaced by the spam.
I couldn't ctrl z cuz I restarted and Android Studio auto saved. Had to freakin write everything from scratch and my team ended up not doing 2-3 features that were originally planned.
Rip. Gotta get the keyboard fixed ASAP.1 -
Hi everyone, good to be back (my phone died, backup one wasn't able to run devRant). I wonder what I missed. Probably a lot considering how many amazing stories and discussions appear here daily.
But I digress. So I wanted to ask if anyone is planning on going to HackYeah hackathon in Krakow, Poland? Just curious if I should look out for any familiar orange stickers. -
Any good hackathon project idea that can enhance the D-Commerce Market??
D-Commerce includes all digital goods like e-books, streaming services, SaaS, etc. -
Did a hackathon on Saturday (2019/10/26) with a local programming group. I set a goal for myself to create a text based map similar to nethack. However, I chose to use QtQuick as my rendering system. I also chose to do render to texture for my tiles rather than just trying to size fonts for my map. I still rendered fonts, but I did so the transparent textures. I only got the basic map working and it only rendered the outside walls. I learned quite a bit about the rendering system of QtQuick though. Now I have a good grounding to do much more complex rendering.
Here is the code I wrote:
https://github.com/Demolishun/... -
I have a Java technical interview coming in 2 days and I’m not as ready as I want. Can anyone refer me to resources I can practice with please? It’ll really mean a lot to me. This is a dream job and rare opportunity for me1