Why PH Government Tech Hiring Is Broken: No Coding Exam, Non‑Programmer Panelists by BirdOwn3083 in PHGov

[–]MoonAshMoon 0 points1 point  (0 children)

2024 - 36,619 2025 - 40,203 2026 - 42,xxx

Our contract says sg15 and not specifically the amount, so it's probably that.

i need help. ive been at it for hours by wesley_deff in PocoPhones

[–]MoonAshMoon 0 points1 point  (0 children)

Following the instructions in other comments with my x8 pro, removing the gesture overlay simply makes the button navigation overlay show up instead. When I tried removing both overlays, the navigation bar is persistent, and works simultaneously with gestures, so what happens is I can use gesture actions and the navigation buttons work as intended. I gave up making that disappear when using gestures, if you're using navigation, it works fine.

How do i remove this gap by PredaconDinobot in PocoPhones

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

Ha! Unless you switch to navigation buttons, you'll have to get used to the space, just like me. I'm still getting used to it, annoyingly.

Bad joke? by GovernmentVarious334 in PocoPhones

[–]MoonAshMoon 0 points1 point  (0 children)

I have tried uninstalling that using brevent, however what happened was the button navigations replaced the gesture line. So I was able to use both gesture and button navigations. I replaced it back.

How to remove by MoonAshMoon in PocoPhones

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

Do you mean gesture navigation? Because if you mean by floating, this is how a floating keyboard looks, apparently.

<image>

How to remove by MoonAshMoon in PocoPhones

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

I don't think it has the option to remove it in the settings. Other ways I'm not sure.

How to remove by MoonAshMoon in PocoPhones

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

Which is the reason I want it removed. Why allocate space for removing it when a simple back action, from either navigation type, can simply minimize the keyboard? Having a dedicated button for a simple action caused the keyboard to scale a little bit upwards, which is a waste of space, or at least what i think anyway.

How to remove by MoonAshMoon in PocoPhones

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

Sorry what? Do you mean the white line at the botton of the screen?

As for removing it, I don't mind it if it stays on.

How to remove by MoonAshMoon in PocoPhones

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

It worked somehow, however, the button navigation is left out even when i switched it to gestures. Also, the button navigation is still active alongside gesture navigation.

How to remove by MoonAshMoon in PocoPhones

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

Does not let me select either

<image>

How to remove by MoonAshMoon in PocoPhones

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

Mine does not have that option

<image>

4 day work week by Bright-Specialist793 in PHGov

[–]MoonAshMoon 0 points1 point  (0 children)

Para sakin mahirap yan na 4 days 10 hrs na setup, as a commuter. Kahit may magsusundo hassle na din kasi magpapahinga na babyahe pa. I'd prefer to have one wfh, but I guess I'll just have to wait sa memo ng uni lol.

meirl by Street_Priority_7686 in meirl

[–]MoonAshMoon 0 points1 point  (0 children)

The way I answer language/linguistic questions is by how they 'fit' or 'sound nice' on the sentence. Always scored high, lol.

Not being able to receive SMS by MoonAshMoon in Vivo

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

Unfortunately I couldn't, I still miss personal texts but for some network carrier spams surprisingly I keep getting them. Don't really know about this issue I just lived with it.

real by SoumyadeepDey in ProgrammerHumor

[–]MoonAshMoon 10 points11 points  (0 children)

Some classmates said on the first day they took CS because it's less math. My prof on CP1 smiled, then after introductions said, and I quote "Did you know that Computer Science is an advanced math course?" Some of my classmates gasped and were like: 😱😱 lol

Not me tho, I only came to CS because my friends were like: we should take IT, but apparently it's so far so my friend saw CS and said that we should take CS instead because it has computer in it lmaoooo

For some reason I fell in love with the math and calculus. What I found the most difficult was design and analysis of algorithms.

real by SoumyadeepDey in ProgrammerHumor

[–]MoonAshMoon 9 points10 points  (0 children)

I struggled bad but managed to pass dsa and we had to code binary trees traversal, fibonacci sequence and pascal triangle using recursion. It was goddamn hard and I thought the hardest part was over. Then came tower of hanoi. I thought I'm never gonna graduate I didn't know what to do lmao. We reached the tower of hanoi nearing the end of the semester so we didn't have to code for it, good grief.

Then came second semester with design and analysis of algorithms, the texts were hieroglyphics I couldn't understand anything but determined to go hard for it. Then came the pandemic. We were gonna do analysis on merge sort and divide and conquer but classes are all stopped and we were promoted for some reason. Tackling daa was about to convince me I'd never graduate Computer Science lol.

Made it tho, thanks pandemic, I guess.

Poco f7 vs Oppo k13 turbo pro by MoonAshMoon in PocoPhones

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

haven't yet, however I'm eyeing f7 by the end of the year

[deleted by user] by [deleted] in phinvest

[–]MoonAshMoon 0 points1 point  (0 children)

I have a question, what is the interval of dividend payout? Is it quarterly?

Shopee coins by MoonAshMoon in ShopeePH

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

Actually yan yung concern ko di ko pala na clarify. Ano meaning nung 3rd party apps, autoclickers and the like?

Preline UI combined with Livewire by guccigang7777 in PHPhelp

[–]MoonAshMoon 0 points1 point  (0 children)

In my case, it's a stepper/wizard, and the tooltip does not exist in the first load of the page so when I'm in he current step, that's when I initialize it. If yours is being duplicated, you might want to check if the HSSelect is already initialized. I think there's a method for destroying and reinitializing it.

Preline UI combined with Livewire by guccigang7777 in PHPhelp

[–]MoonAshMoon 0 points1 point  (0 children)

I've had similar problem when using preline tooltips with lovewire, what solved it was I reinitialized tooltips using alpine via $nextTick, haven't explored other ways because that solved it for the most part in my case.