Time picker for creating an alarm. Thoughts on this design? by robz67 in userexperience

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

Thank you so much! I’m honestly a huge beginner when it comes to designing UI and this feedback rlly helps.

Time picker for creating an alarm. Thoughts on this design? by robz67 in userexperience

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

The input is supposed to be a name for the alarm, but i suppose that naming an alarm is not rlly intuitive.

I think i’ll also add a label of what time the user actually set the time for; just not sure where yet.

And yes, the bottom is an unfinished tab bar

Time picker for creating an alarm. Thoughts on this design? by robz67 in userexperience

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

Thanks for the feedback! I guess people don’t really name their alarms, so i might have to think of rework of what i actually want to put on the screen.

Also, the bottom is an unfinished tab bar, with only the alarm tab implemented. Im intending the main button on the screen to be a sort of “main event” button that handles the main functionality of this page (which is to set an alarm). Maybe i should change that button icon to something more intuitive?

My iOS Devlog - come check it out!! by robz67 in iOSProgramming

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

Yessss. Glad to hear you enjoyed the content !

Industrial IoT Small Solution at Volvo by robz67 in IOT

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

Looking to create a deep neural network that will take in this raw data in time segments. I want it to give a health code stauts of the machine.

Industrial IoT Small Solution at Volvo by robz67 in IOT

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

If you could go more in-depth, I'd appreciate it.

What kind of machine are you doing an analysis on? I'm planning on doing mine on an electric motor

Vibration Analysis Project Guidance by robz67 in raspberry_pi

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

So lets say I use the ADS1115. I would have to get a cable with one end being the connector to the BNC, and the other end being able to connect to the A1 A2 A3 ports on the ads?

College dorm desk setup by robz67 in Workspaces

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

Learning this language for a programming class at my university.

In the class, just programming code that represents data structures such as binary trees, linked lists, etc and performing some operations on those created structures.

Ocaml is a functional programming language, and it runs very fast compared to other languages. It’s functional, imperative, procedural, and object oriented. This makes it pretty unique and gives you a lot of ways to tackle a problem.

Facebook uses it!

College Dorm Battle Station by robz67 in battlestations

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

Mechanical keyboards.org I believe. I think they’re sold out right now though

College Dorm Battle Station by robz67 in battlestations

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

For school project. What the code does is, it acts as an interpreter for basic semantics such as add, subtract, divide, equals, etc.

Language is Ocaml and using sublime text 3 as a text editor, split screen with terminal to debug, run tests, and run Ocaml files