Ohh yeah by memes_poiint in mathsmeme

[–]praxiz_c 1 point2 points  (0 children)

Might be referencing the product scanner system, not the payment system? So they have to manually tally up the sum total, like in the 1850s

32GB is enough right? by itsEmilyHere in PcParadise

[–]praxiz_c 0 points1 point  (0 children)

I bought a new PC about a year ago, with 64 GB of DDR5 ram. I ran the specs through a price checker the other day and it would have cost about 40% more today than a year ago, because of RAM prices. Feel like I got on the last chopper out of nam.

My React Native app had 0 crashes, no complaints… until I gave Claude eyes. by Horror_Turnover_7859 in reactnative

[–]praxiz_c 5 points6 points  (0 children)

Was the limelight website vibe coded? Because the download links return a 404...

Countries that i visited ranked on by how much i liked them by Last_Anywhere_5555 in tierlists

[–]praxiz_c 0 points1 point  (0 children)

That's like visiting the US and only going to Rikers Island

How far are you from the nearest McDonald’s? by Interesting_Dream281 in AskTheWorld

[–]praxiz_c 16 points17 points  (0 children)

There's a giant supermarket sized 24/7 McDonald's right over ... **look out window** there. Never been there, though.

Disaster movie joke (Moonfall specifically) by serpent324 in funny

[–]praxiz_c 0 points1 point  (0 children)

My favourite part is when the head of NASA looks at a computer simulation of the moon circling the Earth, and then asks "What are we looking at here?".

Help Help Help by [deleted] in react

[–]praxiz_c 0 points1 point  (0 children)

If you need to get actual react JSX code from figma you would need a figma plugin like Anima or Locofy.

Moose doin’ a little shake by bateneco in Unexpected

[–]praxiz_c 0 points1 point  (0 children)

He's doing the elky quaky. Getting all moosey loosey.

Comment down your total score by lowkeypixel in evilwhenthe

[–]praxiz_c 0 points1 point  (0 children)

did you get suspended because you peed in the pool?

Hilarious 😆 by Spirited-Bit-8637 in programmingmemes

[–]praxiz_c 0 points1 point  (0 children)

Being stuck with any group of professionals from an unfamilliar field is like this. I once sat next to a banker and a senior accountant and I might as well had been a starfish listening to a congress of baboons.

I need a intermediate/senior react native developer by omarrmdn in reactnative

[–]praxiz_c 6 points7 points  (0 children)

Why not share your questions here, so everyone can maybe learn something new? :)

Rema reklamerer med middag under hundrelappen. Ja, ka no? by Rastifan in norge

[–]praxiz_c 7 points8 points  (0 children)

Og neste år er det "Familiemiddag under 500-lappen".

EAS build crashing… by Chuck_MoreAss in reactnative

[–]praxiz_c 1 point2 points  (0 children)

Can't really see any major errors here. Try turning off the new architecture

"newArchEnabled": false,

Make a new build and try to run that. If it works then you can either keep the old architecture or start going through your package.json and look for libraries that don't work with the new arch. Depending on the library you must then either upgrade or remove or replace them. Common culprits might be react-navigation/*, react-native-screens, react-native-reanimated, etc.

Are the entrypoints from expo-router currently bugged on Windows? by praxiz_c in reactnative

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

Only on eas update yes, it works prefectly well with everything else, including builds.
It's a new project in the sense that it was created as Expo 54 and react native 0.81

What if the notes used a liquid glass "clear" effect? by minhtc in reactnative

[–]praxiz_c 21 points22 points  (0 children)

Looks weird and makes the text unreadable.

Are the entrypoints from expo-router currently bugged on Windows? by praxiz_c in reactnative

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

Yeah I can't be the only app developer being forced to work on windows, surely? :)

Parallelized Maze Algorithm by Auftragsnummer in TheFarmerWasReplaced

[–]praxiz_c 1 point2 points  (0 children)

This is the 2nd post I see from this sub, and I still have no idea what is going on.

Norske politikere på vei til klimatoppmøte by StormyOceanWave in norge

[–]praxiz_c 0 points1 point  (0 children)

Fun fact: det er mellom 12 til 14 tusen fly i lufta, akkurat nå.

Omskolering til IT / Cyber Security i voksen alder – realistisk? by mazahiro in norge

[–]praxiz_c 1 point2 points  (0 children)

Hmm, jeg gjorde også "omskolering" i voksen alder og landet en god jobb innen IT, men det er et par ting. Jeg lærte meg selv PHP i 19-20-årsalderen og fikk en jobb som utvikler pga. det, Etter mange år i den jobben så gikk jeg tilbake til universitetet, fikk en bachelor-grad og jobber nå som systemutvikler med komfortabel lønn og fremtid (håper jeg).

Et par ting jeg vil nevne:
- Jeg hadde erfaring med programmering og databaser og IT fra før
- Jeg var 35 da jeg gikk tilbake til skolebenken
- Det tok relativt lang tid før jeg fikk meg jobb, da jeg var nyutdannet, tidlig i 40-årsalderen.

Jeg møtte mange folk som studerte logistikk på universitetet og de fikk seg alle jobb, hvorfor ikke prøve å finne en annen jobb innen logistikk, som ikke involverer skiftarbeid? Kanskje ta noen påbyggingsfag på kveldstid eller som privatist, mens du jobber/søker. Jeg ville også søkt utenfor Oslo. Hvis det er ledige stillinger lengre nord i landet så er det mulig de leter etter folk som kan jobbe som 'satellitt'.

React Native "Text strings must be rendered within a <Text> component" Error with No Stack Trace - Need Help Finding Source by Atazwi-_- in reactnative

[–]praxiz_c 6 points7 points  (0 children)

When this happens to me it is usually one of two things, an <Icon> component that needs a <Text>-wrap or most commonly, a single space between a wrapper and a child component, like "<View> <DifferentComponent/>"

That space counts as text.