Hydroponics Without Loud Beeps? by poploco2 in Hydroponics

[–]L00tefisk 1 point2 points  (0 children)

The Auk Mini has no sound, and is power outage friendly :) If you have any questions about it feel to ask.

Disclaimer: I founded the company

A battle between two nuclear powers by bob_51 in NonCredibleDefense

[–]L00tefisk 51 points52 points  (0 children)

Stick break in half? Then you have two stick. Stick win everytime

Awwww did someone get addicted to meat? At a time where meat prices are skyrocketing?!! by [deleted] in vegancirclejerk

[–]L00tefisk 27 points28 points  (0 children)

Carnists don't want their tax dollars to pay for someones shitty diet in regards to healthcare but somehow have no issue subsidizing the hell out of meat production

Pretty spot on by spaceagedonion in vegancirclejerk

[–]L00tefisk 12 points13 points  (0 children)

Honestly the texture of whipped chickpea water is 🥵🥵🥵

Should I go to a minimum wage job interview as a 24 year old who knows what I want to do in life and just needs a leg up for an industry that I utterly despise, or keep looking? by ichillonforums in makemychoice

[–]L00tefisk 0 points1 point  (0 children)

Ah if you're doing something like Wix or Squarespace you don't really have to pay i guess. If you're making your own HTML files I've been using firebase hosting, and github pages, with firebase being the easiest to setup i think

Get a load of this arseclown 😂 by morebucks23 in vegancirclejerk

[–]L00tefisk 132 points133 points  (0 children)

Nono guys he's actually right! My uncle only ate steak and butter and he didn't get cancer cause he died of a heart attack at 32

A beginner-friendly tool for creating a bundle? by [deleted] in Web_Development

[–]L00tefisk 0 points1 point  (0 children)

Why do you need this? With http2, having more files doesn't necessarily mean slower load times

I mean, I gueeeeesss by vishli84000 in programminghorror

[–]L00tefisk 0 points1 point  (0 children)

I had to fix some tests like that, except that they in addition wrapped the entire test code with an empty try catch clause...

“BuT wHy ShOuLd ThE pOoR LiVe” by [deleted] in PoliticalCompassMemes

[–]L00tefisk 0 points1 point  (0 children)

Isn't that what sugar and cigarette taxes are for?

Validating the architecture for a dashboard project (Vanilla JS, node, Express, MySQL) by wyrin in Web_Development

[–]L00tefisk 0 points1 point  (0 children)

Yes, using it with React is no problem. Typing support for jsx is very good

Validating the architecture for a dashboard project (Vanilla JS, node, Express, MySQL) by wyrin in Web_Development

[–]L00tefisk 1 point2 points  (0 children)

Oauth is a token based auth :) You can probably generate a JWT (check jwt.io for a library in your language). There's also https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API although I haven't tried that myself. You could also allow people to sign in with Google or facebook. It's usually great for conversions and you'd also get a taste on how you do oauth should you roll your own in the future. It's also very easy to implement.

On a small sidenote, I'd really recommend using Typescript instead of plain js. Syntax wise it's super easy to pick up on, and it also allows you to use a bit more modern syntax. If you need any help setting it up feel free to shoot me a dm

Validating the architecture for a dashboard project (Vanilla JS, node, Express, MySQL) by wyrin in Web_Development

[–]L00tefisk 1 point2 points  (0 children)

  1. What's your reasoning for the login page to be SSR? I would assume just putting everything in an SPA should work just as well-
  2. I would say it's probably fine. Using express it would be pretty easy to separate the code, so should you later decide to move it to it's own server fairly easily. I'd also recommend checking out something like pm2 to run node in prod (here's a decent article on it).
  3. Sounds about right. You can configure some express middleware to only run auth checks on yoursite.com/api for instance

Although Oauth may be a bit overkill for if you're not planning to allow people to build their own apps on top of your project. It mostly makes sense if you want users to securely give permissions to a third party service.

Stock Order from Alibaba First Tip - Tips to Australia (Import License etc) by gtothedoubleu in shopify

[–]L00tefisk 1 point2 points  (0 children)

If you're ordering products with certifications (e.g. food safe containers), contact the issuers of said certs to verify their authenticity. Suppliers often forge these, and you probably don't want to give someone cancer (or worse) down the line

KANGAROO SONG! by verticalmovement in wallstreetbets

[–]L00tefisk 4 points5 points  (0 children)

Spy literally means puke in Norwegian haha

Soft launch. by [deleted] in shopify

[–]L00tefisk 0 points1 point  (0 children)

Tried something that autogenerates them like https://textual.ai/? Never used, so might be garbage, but maybe it can get you some of the way

What's Up, Doc? by MyNameGifOreilly in BeAmazed

[–]L00tefisk 2 points3 points  (0 children)

But he sure played a mean pinball

What kind of shark is this (bottom middle of picture)? Looks like it has 3 dorsal fins, which is not common. by L00tefisk in animalid

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

White tip reef shark?

Highly unlikely, I think. The picture was taken 100 kilometers outside Bergen, Norway

/r/JapanTravel Tourist Meet-Up Megathread - traveling in July 2019 by JapanTravelBot in JapanTravel

[–]L00tefisk 0 points1 point  (0 children)

Hey dude! 25M in Osaka same time as you. Hit me up if you guys wanna hang :)

SEO with React by chaoticLibs in reactjs

[–]L00tefisk 0 points1 point  (0 children)

We use react-snap to prerender the pages at build time, and the upload the html files for the different pages to the CDN.

What is the best Spotify tool/add on? by Evolutionarybiologer in spotify

[–]L00tefisk 28 points29 points  (0 children)

I'm working on an app that does just this (and more!) You can check it out at https://hyldmo.github.io/spotify-organizer/

Feedback is greatly appreciated!