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 - "pixel"
-
EDIT: devRant April Fools joke (2019)
-------------------------
Hey everyone!
Today, @trogus and I are very happy to announce a devRant feature that we’ve been working on for many months. After extensive time and money investment, it’s finally here! Introducing, pixelated avatars!
@trogus came up with this awesome idea about a year ago, but we couldn’t get it just right so we had to tons of work/research to make those pixelated avatars give the full sense of retro and ULTIMATE pixelation. We think everyone will appreciate how this effort turned out.
Anyway, let us know what you think, and we hope you enjoy!
p.s. here is @trogus’s avatar - the model we used to make sure the feature is perfect!51 -
Dear Client,
I'm very proud that you made your own logo in Microsoft PowerPoint, without any design skills whatsoever, but I unfortunately cannot use the 50x50 pixel jpeg you sent me on a professional website.
Sincerely, your face-palming Web developer.5 -
text-align: center
Designer: “it’s not cantered, it’s 2px too much to the left”
Me: *does nothing* “what about now?”
Designer: “perfect”
Yup. This IS the Truman show.17 -
Client wants a pixel perfect site...
Comes to the office with a ruler and starts measuring on my screen...9 -
My boss literally spends half an hour finger-fucking his phone on the mobile site to find "bugs", that I can't replicate. A combination like: swipe, pinch, landscape, portrait, back pinch, open new tab, close tab, ash cigarette on phone, dunk in toilet, dry, double tap... Aha I've found a bug, there's 0.5 pixel line of space between the bag header and the browser bar.14
-
"go back"
"now double the pixel"
*crystal clear image*
"ahhhh great we've got him"
Movies are sooooo logical6 -
Girl , are you a Pixel ? Because you 're one in like 8 million
Sorry , that was bad , carry on with your day😂3 -
November 2015 - Android users: "How stupid are Apple fan boys paying $100 for a stylus?"
October 2017 - Google releases $100 Pixelpen.
September 2016 - Android users: "OMG! Apple removed the headphone jack! You will have to use a DONGLE! That is ridiculous!"
October 2017 - Google announces Pixel 2 width USB-C for charging and audio playback. Includes a USB-C to 3.5mm audio dongle.19 -
I built an infinite scroll module today that loaded in more content when you scroll down. Issue was it sent a request for every pixel you scrolled.
Needless to say, many, many, many Ajax requests were sent to the server. Oops.4 -
FUUUUCK!!! I just saw a dead pixel in my retina display
The fact that it is retina tells me that it isn't just one pixel.
I fucking hate my life right now2 -
What's with the 4 pixel wide scrollbars on some desktop software these days? Does nobody care about accessibility anymore?
No seriously.
Fuck you.
And why the fuck does open source software seem to be the main culprit - as usual.
And tutorials telling us to add an extra blank line to our source code because fucking Linux distros decide to put an overlay horizontal scrollbar just over the top of where the last visible line in an editor appears.8 -
While live streaming Google pixel launch, every time the guy on stage say Ok Google my phone triggered it 😁😁😁2
-
I took a course in app programming and one of the assignments was to create an "instagram-like" photo app with some simple filters. One of them was pixelate.
Instead of changing the RGB value of each individual pixel, i just saved the image in a lower resolution.
The result wasnt perfect, but good enough to pass.
And the teacher never even looked at the code..5 -
Yo gods of devRant
Can you keep this as a feature? As a switch or something perhaps? This pixelated avatar is sick!5 -
HELL. YES.
I wrote a complex grid rendering system in c++!
It accepts pixel values and * values (Grid values)
Works very similar to WPF grid, which I LOVE.
The few lines of code needed (On the front end, at least) to do this are in the comments. VERY FUCKING HAPPY RIGHT NOW.13 -
i once had a manager that would fuss at every little detail.
front end had to be pixel perfect on every freaking device he could find and the backend being over documented that one liners needed a bloody comment.
//is it true?
if( true ) {
}
anything needing more then 5-10 minutes to work out required several meetings to discuss every tiny aspect in detail.
drove me insane and glad i left!2 -
It has officially been piss on my chips day.
1 bus pass refused to work today.
2 my pixel decided it would die. Will not boot or charge.
3 go on lunch and get battered by hailstone.
4 work pc decided it wants to blue screen whilst updating.7 -
Sales: We NEED to view the minutely data but showing 10 years of data at a time
Me: you do realise that would be like 2 days of data per pixel even on one of largest monitor resolutions
Sales: your a clever guy I'm sure you can work something out
Me: well I can consolidate the data so you ...
Sales: No we need to see the temperature for every minute10 -
When the new iPhone has "The highest pixel density in an iPhone yet" and "Most ambitious chip ever in an iPhone", like they'd make a new iPhone with a slower processor and a worse display?6
-
So we were out celebrating the 18th Birthday of a friend and the conversation drifted to mobile phones and some people were seriously asking why someone who can afford it doesn't choose an iPhone and why her brother chose the Google Pixel over the iPhone because apparently iPhones seem to be the best phones for these IT people3
-
I didn't..
A jack of all trades is a master of none, but oftentimes better than a master of one.
I pick up whatever is required by my projects, but I do prefer backend & scripting to graphic fuckery.. // pixel left, pixel up...blah, not for me..3 -
Craziest bug, not so much in the sense of what it was (although it was itself wacky too), but in what I went through to fix it.
The year was 1986. I was finishing up coding on a C64 demo that I had promised would be out on a specific weekend. I had invented a new demo effect for it, which was pretty much the thing we all tried to do back then because it would guarantee a modicum of "fame", and we were all hyper-ego driven back then :) So, I knew I wanted to have it perfect when people saw it, to maximize impressiveness!
The problem was that I had this ONE little pixel in the corner of the screen that would cycle through colors as the effect proceeded. A pixel totally apart from the effect itself. A pixel that should have been totally inactive the entire time as part of a black background.
A pixel that REALLY pissed me off because it ruined the utter perfection otherwise on display, and I just couldn't have that!
Now, back then, all demos were coded in straight Assembly. If you've ever done anything of even mild complexity in Assembly, then you know how much of a PITA it can be to find bugs sometimes.
This one was no exception.
This happened on a Friday, and like I said, I promised it for the weekend. Thus began my 53 hours of hell, which to this day is still the single longest stretch of time straight that I've stayed awake.
Yes, I spent literally over 2+ days, sitting in front of my computer, really only ever taking bio breaks and getting snacks (pretty sure I didn't even shower)... all to get one damn pixel to obey me. I would conquer that f'ing pixel even if it killed me in the process!
And, eventually, I did fix it. The problem?
An 'i' instead of an 'l'. I shit you not!
After all these years I really don't remember the details, except for the big one that sticks in my mind, that I had an 'i' character in some line of code where an 'l' should have been. I just kept missing it, over and over and over again. I mean, I kinda understand after many hours, your brain turns to mush. and you make more mistakes, so I get missing it after a while... but missing it early on when I was still fresh just blows my mind.
As I recall, I finally uploaded the demo to the distro sight at around 11:30pm, so at least I made my deadline before practically dropping dead in bed (and then having to get up for school the next morning- D'oh!). And it WAS a pretty impressive demo... though I never did get the fame I expected from it (most likely because it didn't get distributed far and wide enough).
And that's the story of what I'd say was my craziest bug ever, the one that probably came closest to killing me :)5 -
Open nodejs.org
Can you notice that one pixel on the top left side of green banner :-P
I'm not a designer but dude ...7 -
Remember when a phone was marketed as a phone and not a camera or some personal secretary?
Pepperidge farm remembers...
But seriously can we just get a phone marketed to people as a phone?
Like people in ads for the pixel 2 ask "so it's a phone?" and the s9's whole marketing thing was camera, camera, camera!
Really shits me up the wall when companies do shit like that for tech -,-21 -
Well that was a waste of my fucking time trying to port to the pixel 2 .-.
(Not a fucking hope would I ever be able to port something like that on my own tbh)18 -
Why you should buy XXX phones...
Samsung: EDGE
LG: LOREM IPSUM
Huawei/Xiaomi/Chinese models: INNOVATIVE COPYCAT
iPhone: AESTHETIC
Pixel: JUST DIFFERENT SOMEHOW
Nokia: SNAKE13 -
Just got a Google Pixel on a norwegian website.
I open the box and ...surprise.
The support guy replied 'I don't see the problem', Well I do.9 -
Holy shit why can't you just work. Stop talking about your kids from 9 am to 5pm with the orther person sitting next to you who clearly wants to get some work done.
Also, good on you for baking a cake and your kid saying this is the best cake. Every kid says that to your parent.
FFS, shut up and work, and let people around you work.
P.S. I need good headphones, preferably in ear wireless buds. I'm waiting for Pixel Buda 2.17 -
I'm bored af so I'm creating a language based on images.
In one day I instantiated my first variable :D
Basically, the first pixel defines the action type (in this case, red = initialize variable), the second one defines the variable color (aka name), and the rest defines the value using grey scale (0-255, every r/g/b is a character).
I know this is soooooooo useless but I just want to do something particular.
*Epic music* this is the birth of JPxl *stop epic music*!9 -
There's this WebDesigner who wants every single website made pixel-perfect to his design.
We usually spend like 1 extra month on each website just because we can't do it pixel-perfect for each resolution
Now I'm working on yet another of his websites and his brother is beside me as a stagist
Am I allowed to insult the designer and swear against him every 5 minutes or so?5 -
Perhaps very timely with the pixel avatars, here is the windows console rendering a blue frame and some text at 300+ FPS.21
-
Want a pixel perfect css/design? Get a monitor with as less pixels as you possibly can! Now when your boss says "move it one more pixel" it'll be like moving to another part of the world.
Thank me later :)6 -
99.999999% of the reason I like UWP is because of the Acrylic. It is a pain in the ASS to use otherwise.
Here's a small pixel art program I'm working on I guess. -
So i just read an article by The Verge on some good and bad things about the pixel 2.
Listed as a con: "Pixel 2 and Pixel 2 XL... have the same camera"
HOW THE FUCK IS THAT A BAD THING!?
So it's bad that they don't cut down the camera on the cheaper phone to make the XL more appealing?
I really don't get wtf they're on about...20 -
So, I finally gave in and installed the unofficial LineageOS ROM for the Google Pixel on my phone. I got tired of waiting for the official ROM. It was quite an adventure. I have to say the most time-consuming part of the whole process was getting my bootloader unlocked (because my Pixel came from Verizon.) I did have a little adventure after the installation though. I opened the devRant app for the first time and was instantly blinded by the default light theme.
TL;DR I now have LineageOS running on my Google Pixel, and I'm quite happy about it.2 -
SCREWED OVER GOOGLE WITH MICROSOFT!!!! YES!!!
So as I'm deaf, I've always had a problem with captions or lack of them.
I thought Live Captions would fix it but it's only supported on selected devices and not enabled for calls and conferences like Zoom, WhatsApp.
I tried hooking up my sound card with an audio capble to my phone which has LC and also Live Transcribe... but somehow wouldn't pick up the audio.
Then today I was like wait... I could just install a Pixel emulator... excepy seems Google thought of that...
(I installed VB Cable virtual sound card and routed sound out to mic in).
Well first apparently, the emulator does not actually identify as Pixel... it identifies as an Emulator that sorta looks like Pixel...
Which means no LC...
I installed LT and also a sound meter which confirmed it was getting the audio but no transcription...
Though I tried GBoard and it sorta worked..
But I would like continuous transcription... and so I open the app store and try all the apps until I hit MSFT Translate...
Which has a convo mode which seems pretty much designed to screw Google over lol. Just need to start a Convo with myself...25 -
Top 3 times:
1) When I amazed myself by solving a problem using recursion.
2) When I taught myself how to make my a restful api and consumed it using Ajax.
3) When I converted a psd in to a responsive pixel perfect webpage.
Writing code makes me feel I am worth something in this world.1 -
Can't wait to get my phone screen repaired so I can finnaly get that inverted panda! :-D
Oh wait I'll never be able to afford to fix the screen because Australia hates hiring IT technicians :-)8 -
This one time at an internship I was getting flamed for not 'coding' valid html5 (me being a backend dude) after some painful hours it was html5 valid... Only to then get flamed on for the text being one pixel off or something... I mean if you want a front end intern then don't look and hire a backend4
-
So Google have come out and confirmed 100% that the Pixel 4 contains project Soli chips and the required radars for touchless gestures....
Need it, need it, need it, need it!!!
Fucking keen to start developing using it even though I'll probably never release anything .-.11 -
Simple sidescroller made in Unity featuring a little green pixel dragon.
And the fun thing is that the dragon is awfully similar to the Docusaurus logo. (see below image)
So... what?
FB stole my idea. (lol)
And I am not releasing my dragon cuz people will shout at ME who seems to plagiarised FB.3 -
Protip: always account for endianness when using a library that does hardware access, like SDL or OpenGL :/
I spent an hour trying to figure out why the fucking renderer was rendering everything in shades of pink instead of white -_-
(It actually looked kinda pretty, though...)
I'd used the pixel format corresponding to the wrong endianness, so the GPU was getting data in the wrong order.
(For those interested: use SDL_PIXELFORMAT_RGBA32 as the pixel type, not the more "obvious" SDL_PIXELFORMAT_RGBA8888 when making a custom streaming SDL_Texture)5 -
Operation PiBM 5150 XT is continuing this morning!
Raspberry Pi B+ 900mhz
Raspbian Pixel Linux
LG 21:9 2560x1080 monitor
HDMI cable
/boot/config.txt updated for 21:9 monitor
Nyko PS3 USB Compact Flash / SD Reader
4gb CF card as HDD in 5150
4.77mhz IBM 5150 in like new condition
CGA Graphics and Monitor
Late 2012 Macbook Pro
HyperTerm app
USB to DB/25 (RS-232) serial adapter
Devrant Sticker5 -
I somehow can't stop laughing at the comment I posted.
@htlr "devRant has a rendering bug under weekly topic"
me: "I can't see that. Are you sure it's not a dead pixel on your phone?"
@electrineer "Dead pixel won't show up on screen shot"
me: "err... screen shot got be have a dead pixel capture feature, right?!"
🤣Oh geez. If someone need to balance out their genius brain wave, I'm here to help!
https://devrant.com/rants/1266369/... -
Nice! I wanted to add avatar to my npm profile.
Looks like I can only change my npm avatar using Gravatar.
Great! Let me see what Gravatar is about.
Hmm...To open a Gravatar account, I need to create a WordPress account.
....
I will just keep my shitty pixel avatar in npm. Thanks5 -
The new iPhone is gonna have an odd number of pixels in width. I can already feel the anxiety of trying to achieve pixel perfection.7
-
Pixel 4 has had to restrict brightness and refresh rate to make up for the smaller battery capacity compared to pixel 3.
So you get a phone advertised as 90hz refresh rate, but does 60 most of the time and only hits 90 when the screen is at a specific brightness.
The max brightness had to be capped at about half of what a similar Samsung can do. Deep inside the kernel there is a disabled high brightness mode, meaning without root access and some hacks, you can’t even get the phone it hit its physical maximum. Leading users to complain about the phone screen being too dark.
What a heap of utter shit.
Source:
https://arstechnica.com/gadgets/...2 -
Update on ConsoleWidgets project:
Unit system is done, and much improved from the last project. Included a new class which mimics the CSS "calc()" - allowing you to mix pixel (Or, in console terms, cell) values and percentage values. The screenshot shows 100% - 10c
Color system in functional! In the screenshot you see the aforementioned widget colored devRant light purple! Not to mention retaining the original transparent color for the window background.
Next up: style class (maybe) and layout management classes (for sure!) -
They all want to make games like this, and minimum requirements are:
Processor: Intel Core i5 3470 @ 3.2GHZ (4 CPUs) / AMD X8 FX-8350 @ 4GHZ (8 CPUs)
Memory: 8GB.
Video Card: NVIDIA GTX 660 2GB / AMD HD7870 2GB.
Sound Card: 100% DirectX 10 compatible.
HDD Space: 65GB.3 -
BIG RANT
"Google is sadly following in Apple’s footsteps and nixing the traditional audio jack on its newest smartphones."
Fuuuuuckkkkkkkkkk offfffff you fucking non progresists pricks. I just can't stand this negativity anymore....
Source: https://theverge.com/platform/amp/...13 -
‘Hey let’s use bootstrap’
‘Hey let’s make it pixel perfect to this design’
‘Hey, lets completely ignore bootstrap when designing’
‘Hey lets pile it all on dev while he fights this framework for 8 hours a day instead of working to bootstraps limitations’
I wish people would just accept that if you use bootstrap, you have to let a pixel here or there go for the sake of responsiveness.8 -
Worst part about being a visual designer?
Looking at anything that's a pixel too much to left/right/top/bottom and not being able to UN-see it6 -
I've just published my first open source project, im so excited :D. https://github.com/flabbet/...
It's pixel art editor written in C# in WPF. I would love to hear some feedback!5 -
Me at BestBuy today: Oh man, you got the got the Pixel 2 XL? This is looks good and feels good in hand. Last time I stopped by, the other guy had just the Pixel 2. Blah blah blah.. so is this running the 8.1 or 8.0?
Verizon associate at BestBuy: The 8.1
Me: oohh, you got that preview huh? *goes into system to check.. dude it's running 8.0
Verizon associate: oh really? Dang, I forgot. I'll side-load the APK.
Me: 😕😒😂 I hear you.
*At that point I lost hope in humanity*3 -
Tonights goal, boot fuchsia on my old Pixel 2 XL... Wish me luck!
(Please prepare yourself for some very drunken posts about a bricked phone)6 -
Really loving Processing and HYPE.
Created this Image after a day's work. Here is 10x10 pixel block is an image of Mohanlal (An awesome actor from kerala).
I took the average color of each block and then matched it with the most dominant color of the sample images. And then drew the sample image onto that box.
Thanks Daniel Shiffman for the inspiration.5 -
Why people like Google pixel
Worst design
No waterproofing
No wireless charging
No dual camera stuff
And now no headphones jack 😐😕
Samsung galaxy S8
And LG V30 Is far better choice4 -
My goal in life as an android man: convert every single person I can from Samsung or iPhone to either pixel or Nexus
Converted 3 so far and they all say they won't go back to modifed Android or iOS :-D14 -
Put one of my devRant stickers on my blue pixel XL.
I uh, am a bit conflicted as to how to photograph this.1 -
My Chromebook Pixel 2015 died yesterday. *sniff* I really liked the build quality and using crouton for Linux.
My 2nd work laptop ever was a IBM Thinkpad and I really liked that back in the day.
Now I'm looking at the Thinkpad 25th anniversary edition. Anyone have one? Thoughts?3 -
So I've had a fan game idea in the back of my head and have no artistic friends or money to hire an artist so I'm attempting the pixel art myself (again) and in the past 2 hours I have drawn a sort of shit looking barstool... Ugh why can't I have ideas that can survive with developer art -.-3
-
I'm fucking tired of having to explain to boomers why scrolling on the web isn't a problem anymore and why you shouldn't just shove every pixel of content above the fold. And people seem to really hate whitespace on web pages.
I am NOT going to fill up every fucking pixel on your screen with stuff just because you are too lazy to put your finger on your mouse wheel. Don't know why people just get a fucking WordPress site because they clearly don't listen to expertise from a professional with 10 years' web dev experience. I learned this shit so you don't have to, boomer!
fuck it, I'm gonna send them NNGroup research on this.5 -
When graphic design agency hands over inconsistent, partly done "desktop" A4-layout made in 2 days in InDesign. "Okey developer guy, make it responsive, magically. Oh, and pixel perfect!!" Design agency takes 40% of the budget. Never again.2
-
just spent 2-3 hours trying to make a slideshow responsive for mobiles.
position().left returned an incorrect value breaking the whole thing. then jquery animations slowly produced a one pixel discrepancy when everything is animating based on the container width. breaking the whole thing.
Only solution has been to pretend all is fine.
things that make you want to smash something.3 -
Sorry if I'm just ignorant but: I see a lot of rants about designers expecting pixel perfect implementations of their designs. Is that for real? In my world there is hardly ever pixel values at all. It's not paper publishing. It's web, things have to scale. For an iOS app where you have a few known screen sizes - fine. But web? Come on...
And that's without even going into CSS or browser quirks.4 -
So I'm not one to show off something buuuuuuut, I'm a programmer and can barely draw a straight line let alone do pixel art, but I decided fuck it; let's try again and considering the left figure was the first compared to the right being the 10th, I'd say that's not to fucking bad :-D4
-
So apparently our windows domain admin now disabled screensavers.
I was always happy to return to my desk while looking at the pixel city screensaver I had and now it's just black.
I am mildly angered 😑8 -
Been working with a developer who can't make a visually competent bootstrap site for his life, and after making entire accurate-to-the-pixel mockups for him to emulate we continue to get half-assed work with consistent excuses... My time is now spent going line-by-line through his project items determining what he has and hasn't actually accomplished from his "completed" list. I'm no longer just a designer, I'm evidently now a joint project manager as well, for no extra pay...5
-
Custom image format update for anyone who is interested…
First blocks of data have been written and the colour table has been compressed from ~170KB to 30 bytes…
Now to decide on my preferred method for pixel indexing, RLE or no RLE… and how should one do the RLE…20 -
ME: ok its time to create a game let's see... i will do a 2d pixel art game and... it will be medieval type of game... ok lets start by creating a character design.
*30 minutes later*
Me: I quite!!!4 -
My fucking pixel XL just broke. Fuck me, fuck this and fuck every fucking thing
I hope I'm not stuck with this broke ass piece of shit I used to use.4 -
Flashed my Nexus 5x into a pixel. I really recommend it. The camera app launches much quicker plus:5
-
Anyone else having issues with not getting notifications for subscribed users posting rants?
It's been happening since I updated the other day. (I'm using a Pixel XL on Pie.)3 -
Fucking outlook, can't even render simple html.
Our company wanted a custom newsletter to send to our clients. Before vacation I dropped a few guidelines to our designer, how our newsletter should look. 640px width, common fonts for everyone to render properly, stuff like that. To my fucking surprise they managed to create the most designed newsletter I've seen. Custom font, custom letter sizings, negative row gaps, pixel to pixel image locations. After writing custom html for it and managing to get all perfectly in 3 hours, to my surprise I found out, that outlook is broken. FML
Now everything must be redesigned and simplified, just because I was naive enough to think, that all mail clients manage to render simple HTML...11 -
Thought I had a dead pixel in the center of a brand new display (<1 month). Thankfully it was just dust, but damn I was pissed.3
-
!rant
So I was experimenting with distributing load on separate processes in node.js. I wrote the simplest isPrime function for performance testing, and I calculated a lot of primes. To be able to see the result, I generated a 1920x1080 image where each white pixel represents a prime.
New wallpaper?5 -
It finally came! Super excited.
Yes it takes amazing pictures even in the dark and the radar is super cool. Can't wait to dig into what I can do with the radar.13 -
Just received my new toy (pixel c).
Of fucking course it needs to download a huge update as soon as you start it8 -
Me: *gets a payout from my old job*
Me: ahhh now to spoil myself, let's get some pixel buds and a day dream set and maybe a nice bottle of whiskey.
eBay: YO! We have that MacBook you've been looking for going really cheap at the moment!
Me: ... I hate myself...
Why does stuff always go on sale when I've spent my money ;-;2 -
so i decided to check out the client departments jira project page, never have I had more respect for front end developers, don't think I could have the patience for aligning things at pixel accuracy, design qa are ruthless!1
-
Added a Facebook Pixel to company website for marketer. Marketer calls back saying the pixel conversion event isn't working. Spend at least 20 minutes trying to figure out what went wrong. Try a bunch of changes nothing works. Facebook marketer Oh I forgot to turn on the event on my side. Fml
-
I liked everything about the Pixel, so I went to the Google Store to pre-order it only to see the price :( I'll just stick to my LG G2 until it breaks I guess.8
-
Working on modifying a legacy web project and just about every single element is `position: absolute` with crazy z-index juggling and hard-coded pixel sizes and positions everywhere 😭
To make it even worse, a bunch of the javascript will also change elements sizes and positions so it takes forever to track down why an element is where it is1 -
DevRant poll time!
Do you prefer dark phones or white phones?
Backstory:
Getting the Google Pixel 2 XL and can't choice between Panada and the black version. Also idc about the screen not being vibrant.24 -
I find Pixel fanboys as annoying as iPhone fanboys.
I probably find all mindless fanboys annoying.4 -
The "click" moment always feels fucking amazing. TI made some retarded ASM routines (as usual) for drawing various things to the screen, most of the time whatever you try to draw takes upwards of 3 frames at 15MHz to draw. A LINE KNOWN TO BE 100% STRAIGHT SHOULD NOT TAKE 1/3 OF A FRAME TO PLOT EACH PIXEL OF. I managed to get it down to 300-some cycles per pixel on the 2 i've messed with, which still isn't great, but it's a massive increase in efficiency, so fuck it, i'm happy. The "click" was when I managed to get a serious optimization working that took over 3 hours to debug.2
-
Girk,are you pixel ?Because you're one in like 8 million Sorry, that was bad , carry on with your day4
-
keep getting website designs made in InDesign with widths in pt units without any grid and the client complains the layout isn't pixel perfect when 1220pt width doesn't look the same on 1220px. i had to make the desktop layout 1626 px wide...3
-
Thinking about taking part in a two colour game jam on the weekend, I'm thinking some kind of retro space adventure game.
(I'm not the best pixel artist, but I'm pretty happy with how this mock-up looks)6 -
Everyone think google is trolling Apple’s notch. But as a software giant, google is tripped over css with its own material design🤦♂️11
-
I don’t hate the Pixel. I don’t have the iPhone. Why? Because both the software and hardware together are made by the same company.
They’re worth as much as these companies want to price them. Then you get Samsung charging nearly as much.5 -
I remember when I was fresh out of college and I had a shitty client that wouldn't shut up on how my design didn't look exactly like the 50 page PDF they sent over. So what did I do? I took each page of the PDF, made it a JPEG, and made each page in the site an image. THERES YOUR PIXEL PERFECT DESIGN!2
-
While sorting through my downloads folder, I noticed the file size for the Atom setup program: 138MB. For a text editor, that's pretty ridiculous and makes its name quite ironic.
I have similar disdain for Piskel (pixel graphics editor) and Etcher (USB/SD card image writer). Though these are all useful programs, none of these ought to be anywhere near the sizes they are.
Meanwhile, Notepad++ weighs 3MB which is a lot more reasonable.
Ugh...5 -
This basically is me rambling all my thoughts that have been clouding my mind.
Learning other programming languages after learning the first is harder than I expected. I learned python first but that's making learning others (which I know arent similar but ) C, ES6, PHP, etc. I need to figure out what makes each one special and get a proper path instead of learning them all the same way. Which is easier for the web dev languages but fuck man I just need a good path for them and I'm good. Like learn this this this this that and that and I've got a basic understanding of the language I dont need to stress and I can casually build my knowledge from here now that I understand all this. Cause I love programming and I want to be the best I can be and just get to the level I am with python. And at some point I have to learn about basic electronics and learning how to program Arduinos with C so I can do stuff with that because I really really REALLY want to.
It doesnt stop there. I want to learn another language and no I'm not talkin bout programming anymore I mean I wanna learn Japanese and German (but japanese primarily) but it doesnt help that I'm always either in school, studying, programming, or playing games. I just cant find time to practice Hiragana&Katakana (two basic writing systems in japan) and it doesnt help that I'm a lazy procrastinating piece of shit that doesnt have or can keep a proper schedule and hell I barely can English and Its my native tongue. Ugh. Itd be better if I had a native speaker to help me tbh.
And finally I want to learn basic pixel animating I have dreamed as a kid to do some kind of animation and programming and I want to do both for games I want to program for fun but it doesnt help that I cant draw sprites or anything for shit. I cant get it and I just am fucked but I'm going to ask some people I know and a few subreddits for advice/help/resources with that
Welp that was the Bubbles Power Hour none of you probably are keen followers of mine and if I had any I'd be shocked and honored but thanks for reading anyways and any advice on anything is always appreciated!random rambling electronics es6 stress language learning php python c foreign languages pixel art javascript11 -
So once again if you want to buy a Google branded Chromebook and you aren't in the centre of the universe that is America you're shit out of luck...
To get last year's pixelbook that is $999 US in Australia I have to fork out $3000, no word on importing the pixel slate but as always America is the greatest, you get everything and everywhere else can get fucked I guess....
Why can't tech companies just realise that other countries want things too?!5 -
I once asked our graphics designer to send me a 1x1 transendent pixel as an image. She was just filling that role at the time, not being an actual graphics designer, and the request was rather unusual. It took us a couple of attempts to get what I wanted. I like to optimize memory for the apps, maybe a bit too much.7
-
Love how people are getting excited about the new Samsung devices and I'm here excited for the Nokia 8.1 and considering selling my pixel 2 XL and downgrading to it...
(Fuck Samsung)21 -
TIL that our creative design team that produces our web designs/layouts are all print designers. They were stumped when I gave them a wireframe mock up as the base for a website design for the first time, with no defined pixel measurements.7
-
Interesting read: https://observablehq.com/@eeeps/...
TL;DR: Diminishing returns from higher smartphone resolutions. The visual jump from 1x images to 2x is huge, but more than 2x res images in the img/picture scrset isn't worth the additional loading time.4 -
I have seen a developer implement lots and lots of breakpoints. For basically every pixel resolution a new one. Yes, it’s literally pixel perfect. No it isn’t maintainable in any way
-
Question and Update.
First of all, I would like to thank @ScriptCoded for an idea in the previous post, so then I have beautiful terrain now, and the complete world map generated like plots, and each of them consists of 5x5 different plots defined by neighbors :) Hired a digital artist who is working on much nicer plots as well.
The new issue is regarding the zoom.
The map is saved as JSON with the pixel-perfect location of each generated plot so I am detecting the collision with the mouse based on their location. After I zoom in, the script is still comparing the pixel location of the element, but the real screen is scaled already so the pointer is off (image2). The problem is described in image3 as well. How can I still get the canvas relative value of the mouse instead of the x,y coordinate on the current zoomed screen?11 -
Hidden pixel just scratched my finger while I was wiping the screen with my palm. Lesson successfully learned.1
-
I often get angry at clients. Especially when keep trying to sneak in new requirements into an already frozen project. Like, were you asleep when we went through a month of design and vetted every pixel with you? Grateful the PM handles them with finesse.
-
Why broken stuff is allowed through the door?
My Ubuntu, my Bluetooth headsets, Jira, my latest Google pixel, eCommerce shop where I purchase stuff everything lately seem to be full of bugs.
It seems like nobody cares about the quality of software pushed to production. Everyone is so quick to push those tickets into "released".
Fuck you, managers, shareholders, scrum masters, seniors who push developers to do stuff quickly rather than correctly.3 -
I was browsing through devrant on my phone OP 5t and I noticed a small white pixel near the notification bar
I was shit scared, cause I got a history of damaged LCD with my previous phone.
I tried opening other apps with full screen no change.
Checked lcd test from hardware diagnostics tests.
The white pixel disappeared by itself.2 -
Pixel perfect layout bugfixing doesn't even feel like development, it only proves that some people got their priorities terribly wrong if they worry about a 2 pixel margin anywhere. And I do say this as a front end dev who does respect a respect a good design. But still, pixel pushing sucks!7
-
Does anyone know how to fix this on a laptop screen?
I think it's a pixel problem but I'm not sure.10 -
Well I have moved all of my iPhobe stuff to my new Google Pixel 2. Time to see what happens now...3
-
In previous company I was a backend developer. All the frontend ones were on vacation so it was up me to redo the whole frontend because of design chance. So i thought it couldn't be that bad. Little did i know was that designs were just jpg files with no info about margins or font sizes or anything really and everything was supposed to be pixel perfect. Fuck. That. Place.
-
I was working on some ground sprites for a personal project and the inside corners became a sun :) p.s. it's not an animated gif.
-
So Alex, how excited are you for Google's hardware showcase today?
Well myself, I am waking up at 3 AM (Because got to love living in Australia wanting to watch over seas live streams!) to watch it, then I am going to work at 7 in the morning, I think that should answer your question!
Book a ticket people because the hype train is about to leave the station!8 -
I feel sad to say this but...
I'm hyped for the pixel 4, currently rocking my 6th pixel 2 XL (fuck these screens and camera units) and the pixel 3 was just all levels of no from the notch, incremental upgrade status and just a phone following the trends.
Looking at the leaks and official confirmations of the pixel 4 actually have me keen for photography (I do prefer a DLSR or straight up film unit but a good in the moment camera is amazing), performance and lack of notch just have me keen...
Forgive me father for I have sinned4 -
When I was creating pixel art creator program and each pixel was an separated object, performance was horrible, and after 2 days of intensive thinking I figured it out. I made working canvas. Ram usage dropped by 1800% and speed increased by 40000%. My satisfaction was unimaginable.3
-
Fucking Pixel 6.... Worst upgrade ever ...
Already the battery is crapping out.... As of last night, it maxes out at 72%....
What happened to adaptive charging that's supposed to make the battery last longer...
Should've kept my 4a 5g and returned this instead...8 -
Me and my coworker @tekmeister just spent 2 man-hours trying to find what was causing a random gap at the bottom of our page.
Turns out Google's conversion.js was embedding a 13 pixel height iframe at the bottom of our page.
Fuck you Google.3 -
Once I had to style comboboxes with only css so that they would look equal on all browsers... Equal meant they would look like the IE comboboxes with 2 pixel fugly borders, a gray focus state that felt more like a disabled state to me ... And it was horrible!
-
Apparently my OP1 can also run Android 10 now...
https://forum.xda-developers.com/on...
And I upgraded my OP6 to LineageOS 17.1 a few weeks ago.
So the only reason I now have a Pixel 2 is because I need a non-rooted phone to access work emails... -
So had to send my pixel 2 xl back to google under warranty (4th fucking pixel I've had, now on my 5th) and just got it back after 3 weeks Alan's after using a Nokia 6.1... Holy fuck this phone is fucking huge!!
It's really weird now looking at it thinking on how I was able to put up with such a large device... I feel shaken to my core...
(Side note, as I'm typing this; I just realised I had some repo changes in termux I didn't commit and some debug logs for something I I was working on left on the Nokia but I just did a factory reset... fuck!)5 -
Alright so y'all have probably heard of the problems that the pixel 2xl is having. ITS JUST A SMALL NON PERMENANT SCREEN ISSUE THIS IS NO REASON TO HATE GOOGLE AND USE A DAMN IPHONE!4
-
For me the worst job would be to develop front-end stuff as the sole dev in a design company.
Imagine having to go to great lengths just to have everything done perfectly down to half pixels.
I've had to develop a couple of projects for an external design company and their lead designer was an absolute cunt about quarter pixels. I'm glad they fired him and working with them had become somewhat sane again...
Some things in front-end are either impossible or near impossible to get perfectly and nobody will pay for those wasted days anyway.
Oh and by the way: Please get rid of IE. I fucking hate it almost as much as my ex's mom.3 -
So after working on a website for like a month to make it kinda pixel perfect in every resolution on every device the web designer just tells me "ok, you should move this whole thing up 30px"
Ok, no problem, I change the CSS for that div and make it all go up 30px
The very next day he tells me the while thing is fucked up and not aligned any more
I mean, is was all the same as before, nothing changed! -
TIL that in iOS, when you select text with double tap, it usually selects one word, but if that word is a part of a full name, it will select the full name. For example, tapping on “react” in “react sucks” will only select “react”, but tapping on “Howard” in “Howard Lovecraft” will select the entire thing.
Now that’s attention to detail. Android will never get this kind of care, pixel or not.13 -
Ever since Google emailed me today telling me they accepted my trade in, the fingerprint scanner on my Pixel 6 stopped recognizing my finger(s)...1
-
Anyone else going to get one of the new pixel phones as well?
If so, why?
Please no negativity just want other peoples opinions on the pixel 2 :-)8 -
Google delays launch of Lenovo Phab2 pro by a month.. and launches Pixel..
maybe because nobody would buy Pixel if both were launched together..
(Coz Phab2 has Tango and thus the first phone that will actually support AR!)3 -
Is it just me or is Samsung always a year after with their update when it comes to OS? Next phone Will be pixel, all about that vanilla tho.4
-
Should've traded in my pixel 2 for the 5g during Black Friday..... Main phone is a rooted OnePlus 6... Which specs wise and without the bloat ware still beats Pixel aside from the camera...
Apparently it's now impossible to hide root.... Which means for day to day use, have to use an unrooted phone....10 -
When everyone on YouTube has interfaces that definitely do NOT appear to you :/
I was supposed to create my pixel, give it a cute lil name and then test events ( Facebook ).
But NOOO ofc I would get a ton of issues in the process, everyone is able to connect their pixels safely but it took Facebook more than what, 4 days now ? To kindly inform me that:
Server external ID not matching to pixel external ID
You're sending the external_ID parameter for your PageView event from your server, but you're not sending the external_ID parameter for this event from your pixel. If you send external_ID for an event from your server, you must send it from your pixel as well in order for that event to be valid.
How am I even supposed to know how to fix that ! I just started learning programming, the only thing I know how to do is use Linux and write a ciao mundo C program. Now my store was supposed to be launched a week ago and I am still looking for solutions to this. Ugh.7 -
!dev
I started learning how to draw pixel art.
I bought aseprite and will be drawing some 16x16 pixels.
Do you know any useful guides ?
What I’m interested is character drawing and animation.
Drawing objects and nature like trees, boxes and stuff.
General techniques.
I already found some useful stuff about tile sets.
Once I finish drawing couple hundred of tilesets I want to proceed to more complicated stuff.2 -
So I love my pixel 2 xl, best phone I've had (not saying that just because it's the newest btw)
But fuck me do I hate how it dictates what wallpaper needs a light and dark theme, plus when you have a dark theme on, why does the navbar stay white in applications but the notification pane change... I love google but come on -,-
And yes it's a minor thing but it's the small things that are the worst imo7 -
When you do work on a front end ticket. You implement the things as UX tells you to, make a few mistakes, fix those as well when QA catches them.
But then UX realizes other improvements they can make , so you toss some of those in and move some of the other shit to tech debt to avoid possibly failing the sprint due to rabbit hole of front end awfulness because you suck at your job.
Then later somebody else a couple degrees above you in job hierarchy, notes a couple tips and things you could fix unrelated to your ticket. But when will it ever end or do. I suck and hate front end work, AY LMAO LEMME SUBMIT THE SAME SHIT WHICH RENDERS DIFFERENTLY BETWEEN CHROME vs CHROMIUM AND EVERYTHING THAT USES CHROMIUM.1 -
There is a bug that causes a second notch to appear in the pixel 3xl. On the right side.
https://androidpolice.com/2018/10/... -
How many of you watched Google's live event? What are your opinions on the new Google pixel 2? Honestly I was kinda disappointed.12
-
Google should really add support for Linux on Chromebooks. I don't see a reason to pay £1k for a Pixel Book just for build quality and great looks. However, having native Linux support and being able to use something more useful than ChromeOS would be hugely attractive and I would consider buying it.4
-
Muahahaha!
Stupid canvas! I killed you!
No more anti-aliasing for you! Now it's time for pixel perfect drawings and a finally functioning floodfill algorithm!
I only had to make my own full custom drawing routine. It is not that I had other things to do, right?!
Seriously: Who the heck decided to implement anti-aliasing for a canvas that cannot be deactivated? Who!?
Oh, I hate frontend so much. That's not my world... -
Was watching the Google live event. Must confess that I'm highly disappointed with the looks of the Pixel 2 . I guess 2017 is just not the year for Google! I mean I love the software improvements but let's admit it that inspite of us being software devs , we ourselves love good design! The pixel 2 just does not make the cut according to me. It looks like a brick. Google does need some hardware devs!10
-
I see the reports of a new Chromebook Pixel coming soon. I'm currently running Ubuntu via crouton, wish I had time to go pure Slackware on it.
I wonder if the new Pixel will be as Linux friendly...3 -
So got my pixel 2 XL screen replaced after months of waiting on the part, took it to my usual repair guy and it was fixed within the hour, everything was all fine.
Went home, went to take a photo aaaaaaaaand cameras aren't working.... For fuck sake!
Why can't I have nice things...3 -
!dev !rant
Helicopter! :3 🚁🚁🚁
If pixels were triangles, instead of squares, would this be considered pixel art? 🤔 actually no, dumb question xD sorry.
(Btw, the game where I created this is called Monogolf. It's a mobile game, it's cool, so check it out if you want! [not sponsored]) 💙1 -
So I have an important decision... Do I stay up late to watch the Google Hardware Conference Stream... I love sleep... But I want to know some of that sweet juicy hardware...
And when I can buy my pixel 2 XL boiiiiiiiiiiiiii1 -
It's time we treat social media like (trash) TV: it's all fake!
src: https://media.ccc.de/v/...
(can I buy a "++" - I hope not so, but who knows, everything is possible on the interwebs: your refrigerator liking Facebook pages or videos played in one pixel of a web page to generate more views...)3 -
Hey guys! I want to purchase a new phone. I owned an Asus zenfone2 and was happy with it. I want and android phone with at least 4 gb of ram and a decent chipset. I am not interested in samsung s8 google pixel or such. I was looking into oneplus 3 or 5 or lg g6. Could you provide some suggestions?9
-
Hmm... These pixel avatars seem to be controled by a switch in the URL...
Pixelated:
https://avatars.devrant.com/v-22_c-...
Normal:
https://avatars.devrant.com/v-21_c-...1 -
I’ve always hated the pixel fucking part in a webdev project. It’s the most frustrating becausing it’s partly about optinions.
I like the pixels better over there
I want this coler greener
Can we make this animation more cool?
Now imagine pixel fucking in 16 devices and 200 resolutions...3 -
"feel free to choose which ever size pixel you prefer because you get the same great experience on both we don't set aside better features for the larger device"
-Google7 -
PixelCraft is a pixel Art & Animation Creation Tool Built using HTML5 Canvas.
It is a Progressive Web App (PWA) with offline compatibility.
It is mobile-friendly and is very easy to use.
Would love to hear your feedback.15 -
Update on https://devrant.com/rants/2127480
So I sent my Pixel 3a with a broken screen to the Google repair center and within 2 days I got a response that there's liquid damage. OMFG.
So now I get options:
1. Not repair, I get my money back.
2. Buy a refurbished one for basically the new price and I might not get the same colour device.
So basically I'm forced to choose option 1, because I could also buy a new one at the same price.
🤬🤬🤬🤬🤬🤬
So just due to bad luck I now don't have a functioning Pixel 3a any more.
😢
On the bright side: I explained my story to Google in a contact form and they called me back within 10 seconds. I spoke to the most helpful employee ever (Chris). He was very understanding and called it an exceptional situation. He now is reaching out to the repair center where he can get in touch with the actual repair people and see what can alternative Google might be able to offer me.
I don't expect anything, but kudos for Google's customer support.
Also, why do I keep hoping that this multibillion dollar company would just say: hey buddy, here's your new phone for free, just make sure you will promote it with your friends and family if you like it.4 -
I get this weird itchy, antsy feeling when in the midst of doing a tedious, but precise work. Like pixel-perfect mouse operations or keyboard-intensive code refactoring.
Please tell me I'm not alone in this. -
Peers: Set bit 0 to 1 (((W key for movement)))
Host: Gets Bit 0; 0=1; sends signal back to peer for moving peer 1 pixel up
Peers: (Location remains the same?)
Any suggestions on what i'm doing wrong here?4 -
Phone broken, but I can still text and use the internet... Now I got to send it to google for 10 days :( got a flip phone until it is back! Wish me luck!1
-
"When graphic designers got bored with the perfection offered by the newly arrived computers that could render artwork to within a tiny pixel, they rebelled by writing programmes that randomized individual letters and whole pages every time a printer processed them. A designer who didn’t like what a copywriter had delivered even set that text in illegible pictograms and icons." - Erik Spiekermann1
-
My favourite laptop sticker has to be GatsbyJS's Watson floating around - Other favourites are my Nasa sticker and the stickermule donkey pixel art 😁
I am not going to lie and say my laptop hardshell looks great with the stickers as I stuck them on as I went along so it's all over the place 🤷♂️ -
Need an advice on what android phone to buy.
I am looking for decent cpu (snapdragon preferribly), decent storage, screen size around 5.5 inch and not too big. A decent battery life. Fingerprint/faceid sensor is a must. Ram at least 4gb.
I am really interested in samsung s10 however they ship s10 devices with snapdragon only to usa and china as far as I know. So In Europe s10 is being sold with exynos cpu which I heard is laggy.
Then I was wondering wether to get a Pixel 4, however I dont like that the battery is only 2800mAh so Im not sure if that will be enough. I looked at Pixel 3a bet then I'm not sure wether 4gb ram will be enough?
Any ideas? Can you tell me about your devices that you are using?9 -
Is it worth it to upgrade to Android P beta? Using a Pixel 2. Is it stable enough to warrant testing, or should I wait until more updates/releases come along?15
-
"It needs to be pixel perfect"... Given single design for desktop (users use mobile app), with random spacing and inconsistent vertical and horizontal rhythm.
From @browniefed on Twitter1 -
I now understand why my Pixel 2 can't take photos...
The problem isn't the camera but the battery... Somehow the battery can't supply extra load (voltage/current?) that the camera needs...9 -
Has anyone else found that not all USB C inputs are the same? You can't just buy an cable and expect it to plug into any socket.
1. I replaced the cable for a power pack, but the new one didn't fit my OP6 socket well, no clicking and have to push it in very hard to get it to charge, and still eat to fall out
2. The pixel 2 cable fits it nicely and all cables are ready to plugin and work
3. I tried charging my new Pixel 4a with ur though but very hard to plug in. Had to install the charger and cable that came with.
4. Amazon Fire takes all of them nicely and send all the others can use the cable that came with it too8 -
Google selling the pixel for around £600.. For that price that phone better be able to take me to the moon..shiii.2
-
Just learned something about the ever infamous Tipper's self referential formula. Apparently, it isn't a self referential formula, it's a formula for turning a set of data into a grid. It simply tells a computer whether or not to draw a pixel based on a set of data. That's it. Not really anything special :/1
-
Whats people's opinion using other design languages on other operating systems.
For example, using the UWP design language on the Xbox android app.
I absolutely hate it... Makes the app look terrible and out of place in my opinion, even worse when they use there square style icon and just put it in a circle for it to 'match' the pixel launcher, for example, LinkedIn -,- -
What is something people keep saying to you about being a dev that really annoys you?
Mine is that all forms of pixel art must be for Minecraft (Really really really irritating!) -
Fucking Pixel Pro 6 still overheats when transcribing for too long.... What happens to the ML chip...3
-
Hmmm.. Google Pixel battery just died in a split second from like 50%. On one hand, im concerned about what just happened. On the other hand I hope it happens again so I can sleep in and go to work late without the associated guilt 😉2
-
Co-workers conversation about the new Google Pixel... "I won't get it because they steal your soul, same reason why I don't have the iPhone with the finger print.. they want to have all your information... blah blah..."
I laugh, because they device doesn't matter... your info gets stolen in transit... so all your snap chat, IG DMs, and all of communication potentially at risk to be "stolen".
Example, Gov't splicing into underwater fiber optic cables and redirecting traffic to a data center...
Understand the tech.. please.2 -
!rant
I learned something new while trouble shooting an email template today.
There was a weird margin at the end of my template and I have no idea where it came from. I inspected elements and found a 1x1 image.
Turns out it's a tracking link being loaded as an image.
Now I get why they call it a tracking pixel. It's literally 1 pixel.9 -
Google finally announced the pixel watch .. maybe will disconnect it after a couple of months haha4
-
What's a fun way to relax after spending the day fighting with JavaScript and CSS? Probably not doing Karazhan! I just want to unwind, forget about moving shit over a pixel, have a glass of wine, and play my alt.1
-
all QBASIC tutorials:
"your scrollers need something to scroll from, so always hold a screen mirror in an array, draw to that and blit it to the screen"
but like
i can scroll anything on screen in Mode 13 with PEEK/POKE. In like... 7 lines? Probably 5 if I fuck with it some?
it's even fast enough to only take 3 frames to scroll one pixel on a 2GHz vCPU!6 -
My client will not let me design a product before making it live.... "Make it live so I can see it, then I will fuck about with the design (pixel by pixel) and THEN I will work out what the product should actually do."
WTF?!
Oh and when I do insist on designing before building, they insist on me doing that in POWERPOINT..!!
Why am I still doing this fucking job?4 -
That moment when you open up a huge Excel and immediately see that column that is one pixel higher than the others. 🧐1
-
New Pixel 4a arrived... Hate the defaults... Gestures... I guess at least there was an option to get the buttons back though had to figure out how to open Chrome and Google it.
Now I just need to really for like... The whole day for our to finish downloading 141 apps from backup... And well I'll prolly uninstall half of them...3 -
The Verge: Google shows off AR glasses that might make a case for augmented reality.
See live translations... What a fckin joke...
The Live Translate and Transcribe features on the Pixel 6 and along with all the other features... Are a joke too....
Can only translate between English, French, Deutsch, Italian and Japanese...
https://theverge.com/2022/5/... -
My Pixel 6 Pro Review...
-i hate the on screen fingerprint scanner
-the camera seems no better than the 4a 5g... At least at 4x zoom.13 -
Welp, my Pixel just got that issue with the crack that means the audio is all fucked. Hoping my Verizon does not screw me on replacement costs...7
-
Why must pixel perfect scaling be so fucking hard... It all works perfectly but I'm limited to a max of 540p for the games camera view but as soon as you drop your resolution bellow 1080p you get stuck with 300p or lower... Ughhhhhhhh
Why did I choose to do pixel art... Wonder if converting everything to vectors would help, wonder is smashing my head into a fucking wall would help... -
Why the hell do the Pixel 3 XL have a notch if it doesn't support Face unlock?
Meaning there could be other functions related but they are like face filters on snapchat and all. Face unlock is something would be used the most.
Really Google! U decided to keep the notch but no face unlock 🙄7 -
Fuck Google... Live Captions stopped working on the Pixel 4a 5g I bought.... Just so I could use it...
Works fine on my rooted OP6 that I forced installed it on...3 -
Fuck Google for only including a USB C to USB C cable with the Pixel 6...
...along a USB to USB C adapter
And then have to pay $25 for basically a.... Pixel 4a 5g charger.10 -
Had to add some affiliate JS with a fallback pixel. Put it between noscript tags since thats what the fallback is meant for.
Affiliate Guy: did you implement the fallback?
Me: Did you turn of javascript?
AG: I've just talked to our developers, they say we can't turn of javascript or something
Me: <headdesk>
Are these people retarded -
You may not be ready to accept what I'm about to say, but Subway Surfers is a true roguelike game.
Let's see:
- Procedurally generated levels — check.
- Grid-based layout — check. You have three predetermined lanes and seven height levels: sliding, running, jumping without boots (small obstacle height), jumping with boots (train height), jumping from train to bridges (bridge height) and jetpack.
- Permanent death — check. When you die, you start from the score of 0. This can be avoided with keys, but Pixel Dungeon features ankhs that resurrect you, and they can be purchased. Pixel Dungeon is undoubtably a true roguelike game, so if they can get away with it, Subway Surfers can too.
Yep.8 -
Just realized looking at my order history... I bought the Pixel 4a 5g I'm February.
And just finished switching to a Pixel 6 Pro....
So not even a year...16 -
when you don't know how to front end css and you get help from your tech leads and now you have to sit through the slow nitpicking of various dogshit mismatched overhangs and pixel jiggling that already exist in your product and may or may not be related to your ticket
well at least at the end of the call they helped you fix the shit for your ticket4 -
A game. A simple pixel-art, 2D game.
I told myself I'd start it after wrapping up other projects. When I did, I checked the docs for Electron and Phaser and... Well, lemme do some Node projects first... -
Hi devs hows it going?
is there a java or javascript game engine i can use on my pc?or how exactly can i start developing games on my pc.
items i have: visual studio code, eclipse (JDK for mc hack clients (pls dont come for me))
thats all i got lel
i seen the legend himself used java to create mini craft which was my childhood school game
he also used typescript to build his pixel game xd
let me know!14 -
I first tried to rip the GitHub logo on Mindustry's official website[0]. But then I end up with this. Still pretty cool through.
[0]: https://mindustrygame.github.io3 -
Today I wanted a new launcher on my phone (Lg G4 - old one), had the stock until now and I got bored of it.
I've installed Lawnchair launcher!
After 3 hours I'm still customizing it... ffs I have a ton of tasks and I'm "working" on my phone.
PS: I recommend it if you want a pixel launcher-like. -
Anyone had experience running IDEs on the new pixel books? I'm specifically thinking of using it with Android Studio and JetBrains' Products
I'm specifically thinking of getting the i7/16gb ram/512gb model.1 -
Mediamarkt and Saturn seem to have vast discounts on consoles, some phones and laptops until this weekend.
100€+ discount on most.
So if you want to burn some money,, it might be worth looking.
Just got myself a Pixel 3a with 110€ discount.2 -
How I define unity : "A single pixel alone can form only one colour but when many come together they form a colourful image, capable of telling the entire story"
-
I wouldn't call Google totally breaking the recent apps button in third party launchers okay, but I must say that being exposed to gesture navigation against my will changed my opinion on it vastly. Sliding on the bottom of the screen to switch between open apps is incredible, it's the perfect equivalent for the desktop alt+tab6
-
Today I got the case for my new Pixel phone... so switched from my Oneplus 6.
It's the first one I'm not going to root...
It's also only my 4th phone now that I think of it...
Google Galaxy, Oneplus 1, OP 6, pixel 4a 5g... -
Shits ridiculous
So much of my goddamn time wasted
Perfect idea really
Gradually grab all pixel locations that fit space constraints
Remember finishing this script and watching the areas populate
Purpose ? Extract shapes to feed my damn neural network for custom character recognition
So much goddamn time wasted
Bastards I hate you all !3 -
You know, that small program, Mouse without boarders is so niffty and good. But what makes me trip is how theses screen sharing programs all make the slightest pixel off monitor jump to the next monitor
If you gonna make a teleporter, at least make one one with a damn escape velocity
I hope screen share devs are listening2 -
Just bought a Chromebook Pixel. Love the hardware - Chromebooks in general are a great way to get a Linux laptop with guaranteed driver support.
But why is it still so hard to get decent HiDPI support in Linux (or for that matter Windows) desktop environments?
I realise Apple had an advantage in using vector-based Display Postscript, but massively divergent screen sizes and resolutions have been around for YEARS now, so why is it still such a faff?1 -
I recently un-boxed a pixel 2, though great on the specs side, I wouldn't buy it because of the looks and weight,
It just doesn't feel great in the hand, I mean if am spending that much, I should feel am holding a premium device at hand, but It feels like a dummy,
Camera might be great, but the bezel was too big -
!rant
So I decided to collab with a website's maker (who i wont name here) to create something like r/place. (not an exact copy.)
I decided to start by learning their API, and customizing the server later.
I asked the guy for some help, and HOLY SHIT.
Let's start off by this: I had to request a chunk. The response data was in binary. 4 bits meant 1 pixel, so right away, I had to deal with that in my code.
No problem, just decided to use C# instead of JS. (see https://www.devrant.io/rants/547013)
I was finally done after a couple of mental breakdowns, and decided to implement updates.
I needed to use webhooks, and that was completely fine. But when I got "C1FFFF0000CA06" as response (in hex), I seeked some help.
C1 is the operation type: it means that a pixel was updated.
FFFF and 0000 were the chunk coordinates. But remeber: it's a signed integer. Guess what, I had to use Two's compliment. I decided to be a lazy asshole and only check for "00000000" because I was only displaying chunk 0,0.
CA06: This is a weird one. It's 2 bytes, and CA0 contains the X and Y coordinate of the pixel (in the chunk), and 6 contains the new color of the pixel.
I was sent the following code to work with 0xCA06:
color = 0xF & buffer
x = buffer >> 10
y = (buffer >> 4) & 0x3F
So I tried to do it, and it didn't work. I'm not blaming the developer of the server (original dev is reddit) because maybe I screwed up, but which guy will have a night of frustration and debugging?
Me.
P.S.: Dev, if you see this, I'm sorry. This API is way too complicated. I know we need to save bandwith and stuff, but damn.1 -
The only thing I could think about during the 2017 super bowl halftime show was how they got the hand held lights to be pixel mapped. I mean, the guests of honor could move around, and the lights were still perfectly mapped.
Or they were just told to stand in a very specific place. -
Working on programming a user interface so a user can select a line in a graph. I have a rotated mouse area to match that of the line to be selected. This mouse area can detect when a mouse enters the area. This seems to be working well. But then I noticed it was lopsided. Entering the area from one direction was not showing entry as soon as from another direction. Then I realized that the black border of the mouse was not being used to trigger entry into the area. It is the white area of the mouse tip that triggers this. The black area is only to provide contrast so you can see the mouse.
So on a mouse, and in mouse point selection on Ubuntu, the black border of the mouse only servers to provide contrast to the controlling white area of the mouse.
🍿🍿🍿4 -
I'm dealing with the dumbest customer ever, they provide the literal worst designs, and then they want pixel perfect designs. But it gets worse. They look at the result on a phone that has a different size than the design, so it looks off, even though it's all correct. It's soo boring copy pasting from Figma ahhhhhhh. And then I have to review everything 5 times because they keep complaining? I'm done, that's it, I'm gonna switch careers and become a writer.
-
I just bought a Pixel 2 so I can have live captions...
Apparently it has Android 10 support as well...
Why didn't I think of this earlier.... Though apparently support was only added in December. But just $100... And well I had a 60$ gift card balance left so that can't out to $40. (And it's only a 3yr old phone... Amazing how fast prices drop)
Actually I ordered a 3a first but then found out pixel 2 can do it as well... but now I'll have 3 phones...
OP1 (sitting in drawer unused for a few years), OP6, Pixel 2.
Guess I'll finally have an unrooted phone though I can use for all those apps I can't hide root from...1 -
I bought a Pixel 5 and will try to run GrapheneOS on it, does anyone here have experience with it?3
-
So I'm soon to become someone that carries 2 phones... I think. Sorta like work vs personal except I own both so more like rooted/primary vs unrooted/backup/specific use cases.
I can't imagine putting both phones in my pocket or on my desk... Or maybe even remember to charge the backup daily. Not sure atm how often I'll use it either. (It's a pixel 2 which I bought for live captions).
So how do you manage multiple devices?3 -
I'm now confused... Supposedly Pixel 6 was supposed to have a huge camera upgrade to 50MP (and latest Samsung has 108MP).
But in the device info and camera apps the highest quality is still ~12MP.
So what exactly is different then, how is it better than before?4 -
I hate on screen finger print scanners...
I've had to take 3 prints of my thumbs... And unlocking is just slower... Especially since the screen first needs to turn on....
I bet for Pixel 7, they going to undo this...4 -
Am I stupid ?
So this seems like such a simple problem.
You have a block pixels.
If the pixels around a pixel are within tolerance (t), then they are included as part of shape. if a connected pixel to the original pixel has other pixels within tolerance (t) from it, they are also included in the shape.
the block of pixels has been reduced to a simple on/off state, no color considerations necessary.
Creating a bounding box around the beginning and end of data can lead to strange exceptions, so the method suggested seems the best way.
But its sooooooooooooo slow when you get large noisy images.
I've tried doing this a few different ways.
The last I tried is dividing everything line segments, classifying them by orientation (diagonal, horiz, vert, point) and then dividing the canvas into panels of so many pixels to prevent #oflines^2 comparisons, placing them lines in and then testing for intersection of the lines in one panel at a time.
Is there another way ?4 -
I've been an android/anti-ios person for around a decade and im now seriously considering switching to ios when the new iphones land. My mother is an apple nut and my brother is on android and everytime i bring up even the slightest nitpick about ios or macos (such as the fact that the "always use this application" checkbox on macos does not work or that you have to upload music through itunes) they jump on the "wtf then why would even consider it??????" train. In short its because ios seems at least a little bit more stable overall (havent had much experience with ios in general this is really more of a first impression). Well I got a replacement LG V20 just over a year ago and it has not aged well, had to replace the battery because i barely got 4 hours with minimal usage, even when i got the thing it was rather jittery, and its just now getting oreo (and surely wont be getting pie). Hell i was removing several apps earlier and it took a solid 4 MINUTES to uninstall an icon pack. After some investigation into the ios ecosystem i found that all the apps that i would need are on there so that was great. What im really hoping for though is some stability/longevity, im ok with paying around 1000 for a phone if it lasts a while and stays in decent shape. Finally the fact that the updates are sparing at best (with the exception of pixel phones) is a great annoyance whereas my mothers (around 4 years old) ipad is rocking ios 11. Could someone who has made the leap make a recommendation? I love android but i feel like all i would accomplish is buying another phone that craps out after less than a year.7
-
Anyone find a Pixel 6 Pro tempered glass protector?
I can find films... Ordered this for now. https://amazon.com/dp/B09JYJ278J/...
. Is it because of the curved edges...
Or the on screen finger print scanner...
Only found thin films.... No it's how good those are... -
So, in some company if people want to use a phone for any work related business, it should be a phone with 3+ years of promised security updates from manufacturer. So, either an iPhone or a Pixel. Or Android One program. No, they don't buy you one. No, you are not compensated in any way.1
-
I want to buy a new phone.
I value long battery-runtime and easily flashing of custom ROMs most.
ATM I'm thinking about OnePlus 7T, Pixel 3a or Fairphone 3.
Can anyone of you provide some opinions on those, or another alternative?
Note that IPhone is out of question, not only but foremost, because of money.7 -
Uh... What? This is for Live Transcribe... Why would I want to hide it?
Interestingly though, I now can't uninstall it... Maybe it became a system app with the last upgrade (Pixel phone)3 -
Thinking about making a small and simple pixel game in JS, I already have plenty of gfx.
Can anyone recommend a good, easy to learn Js gaming Framework ?
Many thx4 -
So I want to make sure I’m not an idiot
I’ve tried several strategies to localized image segmentation
The first was locating a data pixel and expanding a bounding box around mall pixels close enough to be part of a shape
The next was pushing pixels outward to find connected edges until all edges has a point plotted for them forming a mesh it selected a point and moved in all 8 directions looking for the next edge Skipping directions another point was on
The last that I’m working on draws out all the data pixels into a 2d dictionary and then finds all line segments in six directions and then goes back through and links them and all segments previously linked to all newly linked segments first arranging them into panels of larger pixel groups to minimize iterations
Am I overthinking this ?8 -
So I went thru all this trouble today just so I could get Live Captions on my OP6...
First impression.... It works better than on the Pixel 2 I bought a few months ago just so I could have it...
Second impression... Fuck Google...1 -
Has anyone around here installed the Developer Preview of Android P on their Pixel (any model)?
I'm trying to figure out which models would have access to the android.net.wifi.rtt APIs.
If one of you Pixel with Android P owners could send me the result of `context.packageManager.hasSystemFeature(PackageManager.FEATURE_WIFI_RTT)`, that would be a ton of help to me :)
PS: to run this, you'd probably need to install the Android P Preview SDK platform, there's a tutorial to do just there: https://developer.android.com/previ...1 -
Contemplating ideas for a game that will involve some exploration and puzzles (aimed at teaching some low-level computer stuff like binary etc.) Replayed an old 2D game in an emulator, looked at some old adventure games, decided a 2D platformer might work for what I'm aiming for.
So I start making some pixel art, simple things like 32x32 tiles for bricks, some bigge ones for doors etc. And I discuss some ideas with my girlfriend for what kind of scenarios would fit into this game world.
Anyway, she normally draws and paints, but seemed interested in trying pixel art so I gave her a link to Piskel and a rough idea of some decorative items I'd want to put around the map. Within a few hours she created a flower pot with flowers, a coffee machine, a light with lightshade, a small pile of books, and a couple of other things - all shaded and detailed beyond any of my attempts, including lighting going from left to right (which I wanted but didn't specify).
I mean, I could've expected this but pixel art is quite a different beast to drawing or painting as you have to do more with less.
Now I just need to make my game engine. So far I have an SDL program with a flowerpot that you can move around xD1 -
I just got the new ARM-based macbook. I was shocked that the menu bar is sooo fucking high now, and that there is a gap between the menubar and the maximized app.
How can this be? Are they totally nuts over there at Apple? I bet Steve would fire the responsible person immediately.
Is it really that hard to be somewhat pixel-perfect?
This looks so out of place and disgusting. It literally hurts my eyes.9 -
With the Tensor chip in Pixel 6 and all the Android features it unlocks, feels like Google just became a Monopoly since no other Android phone makers can compete?10
-
Just bought a pixel XL 2 yesterday, upgrade from Nexus 6p. Love this new phone. The internet hype over the screen was so inaccurate!
-
Just curious. What do you guys think about the pixel from Google? I have one since the release and I'm very pleased by this phone!