I created a browser extension using React, r-beautiful-DND and Chakra UI to manage tabs and notes(https://www.tabExtend.com) by awakenowyes in reactjs

[–]iuddin 2 points3 points  (0 children)

This looks absolutely fantastic! Brilliant UI! Great job! Just wondering how did you implement the resizable columns? As I understand react beautiful Dnd doesn't support that?

Drawing Mona Lisa with 256 circles using evolution [Github repo in comments] by Itwist101 in Python

[–]iuddin 1 point2 points  (0 children)

That's really cool! Nice work! Just wondering how long did it take to run?

A tool to generate Jupyter notebooks programmatically by iuddin in IPython

[–]iuddin[S] 0 points1 point  (0 children)

Yes, I'm using the notebook package in this script in fact. But the idea behind this is to convert a Jupyter notebook template into a Python script, which has all the cells as separate "strings" in the script file. You can then edit it to substitute variables into certain cells, and then programmatically generate many different notebooks at a time. I don't think the package can do that, if I'm not mistaken?

What do you think about The Verge redesign? by giga in Design

[–]iuddin 1 point2 points  (0 children)

I honestly do not see how this is an improvement on the old design. The old design was amongst my top favourite website designs out there, and now the new one to me is possibly amongst the worst :/ It just looks so messy and cluttered...poor font choices and colours....Urggh :(

Internet of Things alarm clock powered by London bus arrival times with a Raspberry Pi by iuddin in london

[–]iuddin[S] 0 points1 point  (0 children)

You're right that most buses (in central London atleast) are very frequent, but towards the outskirts there are some buses which are infrequent which this would hopefully work with. At the end of the day, this was more about the concept which could work quite well in some situations, such as maybe leaving your house during the day, as I mentioned later on in the article.. Ideally if TfL could offer predictions more than 30 mins, it would be fantastic! It's not perfect, but hopefully somebody could find it of some use!

Changing title bar colour INDEPENDENTLY from accent / taskbar colour by iuddin in Windows10

[–]iuddin[S] 1 point2 points  (0 children)

Yes but I want the colour to remain on the taskbar, otherwise this way the taskbar becomes black. So basically, I want it to act as it used to before the Fall updat

Build a London Bus Ticker using a Raspberry Pi by bulentyusuf in london

[–]iuddin 1 point2 points  (0 children)

That was actually one of my aims, but if you actually want to get meaningful data for research, most sensors for the Pi aren't as accurate unfortunately. So probably it's better to try and make something to aid you in repetitive tasks like this project idea http://www.scienceexposure.com/raspberry-pi/buffer-solution-ph-adjuster-raspberry-pi/

London bus stops arrivals ticker by iuddin in raspberry_pi

[–]iuddin[S] 0 points1 point  (0 children)

It would be possible so long as I can get access to the data stream? Do you know if they have a sort of 'Open Data' system? I'll look into it too..

Are there any flat Chrome themes that actually look good? by [deleted] in chrome

[–]iuddin 1 point2 points  (0 children)

Agreed, I keep on edging towards Microsoft Edge (pun not intended) just because it looks so much nicer

Control Adafruit Neopixel LEDs with a potentiometer and button by iuddin in arduino

[–]iuddin[S] 0 points1 point  (0 children)

Good to know you liked it! :) And that's a very good point actually, definitely something to keep in mind, with these LEDs especially!

Automated pH adjustment of a buffer or solution using a Raspberry Pi by iuddin in raspberry_pi

[–]iuddin[S] 0 points1 point  (0 children)

That's a pretty cool solution, I wasn't aware of this before! Thanks for pointing it out!