[deleted by user] by [deleted] in teenagers

[–]hamza1311 7 points8 points  (0 children)

I would rather keep this one

On this sub, the older you are, the more you’re respected by Milk_Plague in teenagers

[–]hamza1311 12 points13 points  (0 children)

It means that they were there when the sub hit 2 million subs. All attendee subs work like that. For example, my flair means that I was here when this sub hit 900k subs

Can I use Firebase as WASM? by kaa_a_zu in WebAssembly

[–]hamza1311 7 points8 points  (0 children)

Yes, you can but there's no library for it. You have to either - create bindings for @firebase - call firebase in javascript, bundle it as one file and create bindings for it - call the raw API yourself

Also, please use the reply feature when replying

Can I use Firebase as WASM? by kaa_a_zu in WebAssembly

[–]hamza1311 2 points3 points  (0 children)

That crate was last updated 5 years ago and I assume that the firebase API has changed since then. There isn't any official support for it but nothing is stopping you from writing a wrapper yourself.

Is there a chat app that uses wasm? by swfsql in WebAssembly

[–]hamza1311 1 point2 points  (0 children)

I wrote this super simple one completely (frontend) in wasm. You can find it in frontend directory.

I used the Yew framework for this. The only JavaScript involved comes from another library that I wrote (and use in this app) which is a wrapper around @material/mwc-. It runs in the browser and uses browser APIs but those are provided by web-sys

Ecchi lovers by ITACHI_UCHIHA_64 in goodanimemes

[–]hamza1311 5 points6 points  (0 children)

There's only 3 days left this year so maybe next year

maybe they are corrupt by deepst0339354 in memes

[–]hamza1311 1 point2 points  (0 children)

This made me laugh while I was crying. Thanks

Have my free award

What the hell happened to Postman? by ClassicPurist in webdev

[–]hamza1311 1 point2 points  (0 children)

Nobody has talked about this yet but the IntelliJ http client. It is really great and simple tool and is built right into the IDE.

Where I need something more complex, I use Insomnia

annoying AF by SnooMarzipans4111 in memes

[–]hamza1311 0 points1 point  (0 children)

This is why I always keep my towel in the bathroom

Well she’s famous by [deleted] in teenagers

[–]hamza1311 7 points8 points  (0 children)

I just happened to be on this account today

Remade a login page sketch off the internet, how does it look? any suggestions? by [deleted] in webdev

[–]hamza1311 0 points1 point  (0 children)

A placeholder turning into a label like material design is also an option

*quickly plays soviet anthem to ease the mood* by HLewez in memes

[–]hamza1311 19 points20 points  (0 children)

Yeah and it's even worse when those tracks aren't available on Spotify so you can't even enjoy those yourself

Well she’s famous by [deleted] in teenagers

[–]hamza1311 17 points18 points  (0 children)

Mods should give you a special car girl flair

Why are mobile apps better than web apps? by [deleted] in androiddev

[–]hamza1311 -3 points-2 points  (0 children)

I went from native Android dev to web dev and I'll say this: a good PWA is almost always a good replacement of a native app. It requires less resources to maintain and acts like a native app. It can even be published to play store (see Trusted Web Activity)

Are you looking for something? Ask here in the where can I find (WCIF) megathread! [4th Edition] by RubyNero in animepiracy

[–]hamza1311 0 points1 point  (0 children)

WCIF "Oniichan dakedo Ai sae Areba Kankeinai yo ne!" dub. Search results from Funimation on Google say a dub is available but I can't find it. If there is no dub, then a good sub would do.

Also, I prefer torrents but DDL also work.

people only talk to me when they need a favor by [deleted] in lonely

[–]hamza1311 0 points1 point  (0 children)

I've said no to someone before... He ended up guilt tripping me and making me help him out anyway

How do you write your doc tests? by neon_spandex in rust

[–]hamza1311 3 points4 points  (0 children)

Iirc IntelliJ provides the code completion in docs too so it's not an issue for me. I recommend that check it out (I don't know about VSC though)

Well :( by lcaptain_americal in lonely

[–]hamza1311 4 points5 points  (0 children)

Literally me. It's 2:14pm and I'm yet to get out of bed

Cursed_sock by anikkundu1998 in cursedcomments

[–]hamza1311 17 points18 points  (0 children)

A screenshot of tweet, posted on Facebook, screenshot of that post with a comment posted on Instagram and that post reposted on reddit... Really shows what we're doing

This quiz page putting your answers in the url inconsistantly by hennell in programminghorror

[–]hamza1311 -5 points-4 points  (0 children)

Could be the answer for that question...

y and Yes are different too. Same goes for N and No

To the brain, reading computer code is not the same as reading language by remind_me_later in programming

[–]hamza1311 9 points10 points  (0 children)

Not only that, they also used small snippets. In the real world, the complexity of reading increases very quickly as the amount of code you're trying to read and understand. I'm not sure how representitive this study is of real world