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 - "pretty"
-
- Starts new project -
"Wow, I'm coding it pretty well"
- Hates it after two weeks, starts new project -
"Wow, I'm coding it pretty well"3 -
Had this a few days ago. You know how we all have our reflexes?
Client emailed that a few sites weren't working. I always, always look at the links but that's slowly eradicating because it becomes an automated thing.
Sound was on (only headphones luckily).
*clicks link*
*wild webpage (literally) with webcam girls/shows renders and starts playing sound*
😕
😐 😰 😱 😵 😆 😅
My reflexes then made me go "FUCK FUCK FUCK HOLD ON CRAP FUCKING FUUUUUCK" (you can also take that literally in this context, yes) aaaaaand I somehow automatically closed the whole browser with ctrl+q.
*looks around to see if anyone noticed*
*wipes sweat off forehead*
That went alright 😅10 -
Just discovered that one of my coworkers(well...my boss really) has the uncanny ability to detect fonts and sizes with extreme accuracy.
For some of you that may be not impressive at all and some can probably do it too. But its like...not only on websites man...she can do it on things that we see printed, menus and stuff.
That to me at least is very impressive.11 -
"What technologies do you know?"
"I can write pretty URLs that return JSON"
"You mean REST?"
"No, I mean pretty URLs that return JSON"3 -
@dfox Feature request
Could we have fully displayed rants ? Maybe as a setting disabled by default ?
I mean sometimes i'd like to relax and just mindlessly scroll, and having to tap to read longer rant and then tap back is, well, too much.
Especially when the rant ia only like 2 words above limit.16 -
when you open devRant and in the menu u see this pretty pretty green thingy with numbers inside..undefined theylikemelikemeitellyou noitsnotanappfornurds noimnotonethephoneallthetime youhaveyourstupidinstegram4
-
!rant
So the guy who's pretty much in charge of this project allotted three hours yesterday for me to teach another employee how to use the tool I developed.
Within 20 minutes, the employee told me it was pretty straightforward and he didn't really have any questions. The only changes I need to make are minor clarification and organization changes to the documentation.
I feel pretty great.4 -
"WHERE THE FUCK THE SHOULD I GO TO EAT?"
If you have a question in your head similar to this. Then fear not, there's a site for that xD
https://wtfsigte.com6 -
Pretty much sums up my life nowadaysundefined bugs bugs bugs bugs everywhere software engineer development environment software developer3
-
https://github.com/python/cpython/...
Seriously? Isn't that pretty obvious from the context that slavery is no subject here?
But it is pretty ironic they merged that into master...16 -
I started color-coding my bash scripts to more easily see when things start and end.
At first it was just some headers here and there, but now my terminal looks like it's shitting rainbows all over the place.
It's so pretty :36 -
$girl -pretty
_
ctrl-c
$girl -pretty -v
you don't have permission to the necessary files (e.g. skills_communication, confidence, ...)
#girl -pretty
Are you sure you want to continue? This is considered harassment in some cultures and can seriously harm the health of your system. [y/N]
N
$
aww shit...19 -
I wrote a prototype for a program to do some basic data cleaning tasks in Go. The idea is to just distribute the files with the executable on our shared network to our team (since it is small enough, no github bullshit needed for this) and they can go from there.
Felt experimental, so I decided to try out F# since I have always been interested with it and for some reason Microsoft adopted it into their core net framework.
I shit you not, from 185 lines of Go code, separated into proper modules etc not to mention the additional packages I downloaded (simple things for CSV reading bla bla)
To fucking 30 lines of F# that could probably be condensed more if I knew how to do PROPER functional programming. The actual code is very much procedural with very basic functional composition, so it could probably be even less, just more "dense"
I am amazed really. I do not like that namespace pollution happens all over F# since importing System.IO gives you a bunch of shit that you wouldn't know where it is coming from unless you fuck enough with Ionide and the docs. But man.....
No need for dotnet run to test this bitch, just highlight it on the IDE, alt enter and WHAM you have the repl in front of you, incremental quasi like Lisp changes on the code can be REPL changed this way, plethora of .NET BCL wonders in it, and a single point of documentation as long as you stay in standard .net
I am amazed and in love, plus finding what I wanted to do was a fucking cakewalk.
Downside: I work in a place in which Python is seen as magic and PHP, VB.NEt and C# is the end all be all of languages. If me goes away or dies there will be no one else in this side of the state to fuck with F#
This language needs to be studied more. Shit can be so compact, but I do feel that one needs to really know enough of functional programming to be good at it. It is really not a pure language like Haskell (then again, haskell is the only "mainstream" pure functional language ain't it not?) but still, shit is really nice and I really dig what Microhard is doing in terms of the .net framework.
Will provide later findings. My entire team is on the Microsoft space, we do have Linux servers, but porting the code to generate the necessary executables for those servers if needed should be a walk in the park. I am just really intrigued by how many lines of code I was able to cut down from the Go application.
Please note that this could also mean that I am a shit Golang dev, but the cut down of nil err checkings do come somewhere.9 -
Android Q is actually pretty cool, instabilities here and there and I can't seem to get TWRP to boot on it to get it rooted, but overall it looks pretty usable already, especially for a developer preview.. go go OnePlus 😁16
-
Knowing the Linux command line saved my bacon!
I was on a plane, unable to connect to wifi, and needed to take a note... while not having any note taking applications or text editing applications on my phone. but what I DID have was a terminal application.
So, I made a file in my documents folder and echoed my notes into the file! A bit longer and more complicated than it needed to be, but it worked when I needed it to!12 -
Vue is pretty nice to use so far. Easier than I thought it would be.
Library wise, Vuetify is satisfying. Damn this looks pretty. Why did I not find this sooner?13 -
Just got a basic HTML parser written in c++. Uses state machines. Should be pretty efficient considering the lack of backtracking or looking forwards. Still lacks a bunch of features, but works, so I am pretty darn stoked.
Pic attached is output, not input. I also wrote an HTML pretty-printer.18 -
some people are just worst than the devil.
int main()
{for (int i=0;i<5;i++)
{for(int j=i;j<5;j--)
{printf("*");
}printf("\n");
}
}
(some dude from class wrote that)9 -
Bought flowers and right now they're right next to the laptop. The laptop is looking so pretty!
My desk is also looking scenic and shit, that if flowers were cheaper I'd make a flower crown for every robot I work with. Lol.4 -
hugging Microsoft with their clucking buggy software!
>> generate an xls with Apache POI
>> colour some particular cells in green, others - in red.
>> export as xls
>> open with LibreOffice Calc -- looks pretty
>> upload to Slack, open slack's generated xls preview -- looks pretty
>> open with GDocs -- looks pretty
>> open with sheet.zoho.com -- looks pretty
>> open with onlinedocumentviewer.com -- looks pretty
>> open with aspose.app -- looks pretty
>> open the xls with MS Office Excel -- more than half of the cells are unformatted, uncoloured
🔥🗑🔥2 -
There is a Linux based os called extern OS.....man....shit looks so pretty and its scriptable through js for deektop apps and shit. Should be pretty interesting11
-
!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 -
I always read the "Never Settle" from one+ as "Never Seattle" and wonder what they have against Seattle7
-
I have to comment, how the fuck do you guys stay up so late and work for so long into the night? It doesn't matter how much caffeine is in my system, my productivity eventually just reaches absolute zero and I can't go on without sleep. And that's being awake for like, 18 hours. At most! I'm frankly kind of jealous.
But hey, if you are that type, just remember sleep is just as important as food and water. If you've been up more than a day, it's probably time for bed. Your brain will thank you. :) </psa>4 -
So Huawei got pretty much nuked by Google.
I wonder if it's going to stick because it would mean they're pretty much out of the smartphone game if I understand it right8 -
I promised myself not to fuck too much with new JS frontends. But Sveltes premise seems interesting enough to check it out and the concept of reactive blocks of code in JS sure is interesting.
This language keeps evolving as well as its tooling. I think shit is pretty amazing.14 -
Blockstack; developers who are using blockchain technology to reconfigure the web. It’ll make NSA mass data collection impossible.
https://youtube.com/watch/...
Beat that @theNSA4 -
The feeling when you didn't spot what the error was here:
int x = 0;
int y = 0;
for ( ; y < rows; y++) {
for ( ; x < cols; x++) {
//Dafuq, only does one line?!
}
}10 -
After two months of working on the new version I've finally decided to compile everything. I must say I was pretty confident that everything would compile pretty well.
I've never been so wrong in my life xD6 -
- Bad at pretty much everything else
- Bad at pretty much everything else
- Bad at pretty much everything else -
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 -
Read online some time ago that "Rust libraries that have not been updated in a bit are not abandoned, they are practically done"
And I find that beautiful, but because I am more commonly associated with rapid breaking bs a-la JS (among other languages) then I do not know if this makes me anxious or paranoid.15 -
Well, i solved a pretty hard problem I had today with Firebase and a pretty tricky data model, so I guess I am pretty excited to have solved that problem right now!
-
was pretty excited to see the annular solar eclipse, pretty cloudy today, wish I could adjust the sun's z-index 😐
-
Can next week topic be "Your desktop parts and price" or " Story of your first desktop"?
I'm planning for my first custom built desktop 😁8 -
!rant
Well I'll be damned. I know that Linux gaming has always been possible, I have been doing it on some of my machines, but mind you I either play older games (Half Life/Portal) or newer games that are more on the puzzle side. But had no idea there were people crazy enough to be running fucking Warzone on Linux:
https://youtube.com/watch/...5 -
I had a pretty good day today. Things are coming together at the new job, and I'm a little less afflicted with impostor syndrome.
Hope everyone else had a pretty good one too. -
3 exams over, only two left. One pretty easy and one pretty stupid one. But atleast I can have a drink in the meantime 😋
-
Man it is nice to be back on Arch after 3-4 years. That install is way easier than I remember too. From USB to pretty much set up and ready to go in about 30 minutes is pretty amazing.2
-
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 against me:
I am a fucking moron for not getting to docker soon enough. Should have started udied it and built dev environments (at the least) for years.
I think it was another user here is that recommend some tutorials heyheni...I should have listened to you sooner bro13 -
So I just found out that GL_MAX as a blend func is supported pretty much universally (~92%). Pretty nice considering I kinda gave up my baricentrics based anti-aliasing technique months ago7
-
Aesthetics are important
It had been a while since I had a look into the Yii framework. Went into their website today. I was surprised to see that they had changed the design of a lot of it. This is particularly good since I believe that one thing that really makes devs(particularly web since most of us are full stack) ignore a tool is the presentation of it on its respective website. That being said, it is really hard for any PHP framework to go ahead and compete with how really good looking and easy to navigate the Laravel website is.
I know this might seem as a shallow thing to look at. After all, a tool can be amazing and have a 90's looking website, and this happens a lot in certain communities. But all in all I am pleased that the Yii framework website is looking as good.
Then again Rails(the Ruby framework) has a "looks like a toy" website and the framework is really powerful and advanced. -
I think the Gelbooru API is pretty nice.
It's consistent, has a structure that makes sense, supplies JSON and has pretty nice endpoints + parameters.2 -
I'm alone most of the day: my housemate is at work this morning, family scattered around the country, recently moved to a new town.
I had a great night last night and today is fantastic too. I'm not writing a single line of code today or doing anything but running a few laps later... maybe.
I don't even feel sad in the slightest.
Happy nondenominational festive period guys! -
I think I'm gonna give up on privacy. It's hard to use the interwebs without JavaScript. And I use a phone on which you can't install lineage os or any other secure rom.4
-
Look, I get that you want your front to be really, really, reallyyyy fancy! But when that fanciness comes at a price, more specifically speed! Then we're going to have a problem. Look... Not everyone has super fast internet, and when your website thinks it's better to load the entire website and not the sign in first, then we're going to have issues.
No it doesn't work that way. I don't want to be mounted by ads, Let me IN quickly and quietly, and we won't have any issues.
TLDR Front End developers like squeaky shiny and clean, but neglect the sign-in dialog -
The rant that is referred by another rant (https://devrant.com/rants/2154321/...) sums it up pretty well.3
-
I don't think that it is a trend, but I'm pretty excited with the Crystal programming language. Ruby's cool syntax and a compiled language performance, sounds pretty good to me!
-
Pretty much any sic-fi movie. Loving 2019 movies : Atlia, avengers end game, captain Marvell, Godzilla, starwars episode dark phoenix, MIB international, Shazam, spider Man far from home, 😊😁😀
Yeah pretty much don't have a life 🤪😜 -
So I thought I'd try out lynx, the text based browser, and it's actually pretty neat xD kinda weird navigation but I'm actually pretty happy with the experience so far.
-
Just discovered wizzy ... Wow, freaking sweet!
https://github.com/utkarshcmu/wizzy
I like it for many reasons, just started playing with it, therefore #1 reason so far is saving dashboards and having them in a git version control, yay!!!
Also, if you're not familiar with Grafana, let me blow your mind: http://grafana.org4 -
Built a pretty cool native feeling web app with Socket.IO for event schedule management and networking. Pretty awesome to see what can be done with modern web tech!
-
Any one thoughts/opinions about Azure Service Bus? I'm using it a few months now in combination with a redis cache, cloud storage and the service bus.. works pretty nice so far..
I'm pretty impressed about the upgrade mechanism.. -
!rant
There are so many options to pimp my linux system. Is there any point in time, where I will be finished customizing/prettifying my linux? I highly doubt.
BTW.. what is the best way to backup the whole config? (color schemes, themes, gnome extensions)2