I meant more like my code is inefficient hahaha, i’m not really paying attention to any optimization right now, as it’s just a home project
- 0 Posts
- 12 Comments
I can use react to build something, but fuck is it inefficient. Still learning though, as i’m just creating my first frontend and it’s for a hobby project anyway, so performance doesn’t matter.
nero@lemmy.worldto Mildly Infuriating@lemmy.world•In a world full of spam, and then you read thisEnglish15·2 years agoBecause it sounds like a stupid joke about a can of spam i assume
I have 3 monitors currently, two for coding, and one for things like spotify, discord, etc. Stuff i don’t have to access a lot basically. Also, it looks cool.
Because it’s uncomfortable to have a toaster strapped to your face for 8 hours
To add onto this, you can also have:
<div> </div>
And style it with:
div { background-color: red; }
just using the html tags without a . or #
nero@lemmy.worldto Mildly Infuriating@lemmy.world•Trying to browse in landscape mode.English502·2 years ago‘Pedestrians walk past manhole cover that wasn’t shot into space’
Doesn’t that just make it a manhole cover
nero@lemmy.worldto Mildly Infuriating@lemmy.world•Websites telling me what I can do with my own browser so they can have their pointless cookiesEnglish1·2 years agoThey can see what you visited though
Unless you want it to keep asking the question of course**
Know you probably don’t care, but you can do a while loop using while True: <code>
Which is the same as you using a statement which equals to true.
Thought i don’t think you need it for what you’re doing currently.
You basically got it yeah. You can do x % 2 and check if that is 0, as % calculates the remainder (in python at least)
It sorts them based on their unicode character, not the actual numbers. 1 is U+0031, 2 is U+0032, etc.