๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

What is the purpose of Order By 1 in SQL select statement

๐Ÿ“‚ Categories: Sql
๐Ÿท๏ธ Tags: Sql-Order-By

Im reading through some old code at work and have noticed that there are several views with an order by 1 clause What does this accomplish Example Create view

Thumbnail for Posts

Whats so bad about Template Haskell

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Haskell Template-Haskell

It seems that Template Haskell is often viewed by the Haskell community as an unfortunate convenience Its hard to put into words exactly what I have observed

Thumbnail for Posts

Whats the difference between ZonedDateTime and OffsetDateTime

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Java-8 Java-Time

Ive read the documentation but I still cant get when I should use one or the other OffsetDateTime ZonedDateTime According to documentation OffsetDateTime

Thumbnail for Posts

When should you NOT use React memo

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Reactjs

Ive been playing around with React 1660 recently and I love the idea of React Memo but Ive been unable to find anything regarding scenarios best suited to

Thumbnail for Posts

Which HTML elements can receive focus

๐Ÿ“‚ Categories: Html
๐Ÿท๏ธ Tags: Focus

Im looking for a definitive list of HTML elements which are allowed to take focus ie which elements will be put into focus when focus is called on them Im

Thumbnail for Posts

Why do I get NameError name is not defined or a SyntaxError or a number instead of a string when using the input function in Python 2x

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Python-2.7 Input Nameerror

I am getting an error when I try to run this simple script inputvariable inputEnter your name printyour name is inputvariable Lets say I type in dude the error

Thumbnail for Posts

Why do you need to create a cursor when querying a sqlite database

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Sqlite Database-Cursor

Im completely new to Pythons sqlite3 module and SQL in general for that matter and this just completely stumps me The abundant lack of descriptions of cursor

Thumbnail for Posts

Why does parseInt yield NaN with Arraymap

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Javascript

From the Mozilla Developer Network 149mapMathsqrt will yield 123 Why then does this 123mapparseInt yield this 1 NaN NaN I have tested in Firefox 301 and Chrome

Thumbnail for Posts

Why does z-index not work

๐Ÿ“‚ Categories: Html
๐Ÿท๏ธ Tags: Css Z-Index

So if I understand zindex correctly it would be perfect in this situation I want to place the bottom image the tagcard below the div above it So you cant see