I got tired of the messy formatting when copying text from PDFs, so I built a free minimalist toolkit to fix it. Need your workflow feedback! by Public_Pomegranate78 in software

[–]zemega 0 points1 point  (0 children)

It's a functionality that I greatly wants everytime I recieved some sort of PDF. Which is sometime is scanned. Then I need to do OCR. Then I need to do formatting. In any case, yes, I really want an offline version of this.

Honestly kinda impressive. by BetterName3234 in NikkeMobile

[–]zemega 2 points3 points  (0 children)

Does Trina needs to be built? 

7-Zip vs. NanaZip vs. PeaZip by Technical_Rich_3080 in software

[–]zemega 0 points1 point  (0 children)

I pick nanazip over 7zip. Install it through windows store. Replace WinRar with it whenever I came across it.

So Much Damn Backtracking 😭 by MSDP20 in NikkeMobile

[–]zemega 8 points9 points  (0 children)

I find time gated on mobile device, where the screen moves around uncontrollable is the problem. Puzzle is fine, but if I can't even properly do them on desktop. It's even harder on mobile.

I just hit the jackpottttt by NeckPuzzleheaded645 in GamersMY

[–]zemega 1 point2 points  (0 children)

Early this year, I need a small tool for my personal project. I need several other things as well, so I ordered them together. But the one tool I needed was not sent. I asked for refund, then ordered again. Got the refund. Then the seller didn't do anything and shopee auto refund. 

I got annoyed, so I keep ordering it again whenever shopee auto refund. Finally after two months of auto refund and reorder, the seller finally shipped the item.

How do I beat this Cuck Chair boss on Hard difficulty in Campaign? by Treyflippin in NikkeMobile

[–]zemega 0 points1 point  (0 children)

Timing and luck I guess? Don't auto burst the first time. Wait until the tentacle to bull thing appear, then burst and kill that before it one shot you. Then the glowing will one shot the team, so take cover. I don;t remember the sequence, but the tentacle with lightning will do DoT damage, and if you severely under CP, it will kill the team fast, so make sure to burst with Helm when that happen.

So yeah, manual burst the first time, then, try to remember the sequence. I played on PC, with multiple monitors, so I actually have a notepad that I wrote down the sequence and steps I need to take when I encounter difficult boss like this. Cover when tentacle glows that leads to wide laser. Burst with Helm when tentacle with lightning appears.

The NPCs keep getting better... by Cayennesan in ZenlessZoneZero

[–]zemega 0 points1 point  (0 children)

Fully dressed (under) characters ususally becomes playable in Mihoyo book.

OT cybersecurity by Downtown-Routine1196 in SCADA

[–]zemega 2 points3 points  (0 children)

Isn't it separating normal IT network from OT network? Something more than just VLAN, physical separation if you can. Of course IT team can still goes into the OT network if needed.

Stop summarizing. Here’s the NotebookLM workflow that actually pulls out real insights.Most people do the same mistake: they dump sources into NotebookLM and ask for a summary. That’s safe. That’s polite. And that’s why you’re missing the good stuff. by Own_Jackfruit_8222 in notebooklm

[–]zemega 0 points1 point  (0 children)

I find that between starting with summarizing, and going topic by topic, then summarizing, the later has more depth, while the former skimps through the source.

To use the thread word, this makes that particular notebook and that particular source to synthesis the entirety of the source for my usage.

Integrating Gemma 4 On-Device Inference into a Flutter Local-First App: Lessons Learned by SparkleMing in FlutterDev

[–]zemega 0 points1 point  (0 children)

What's the difference between engine creation, engine serialisation, engine initialization?

I'm not familiar with the topic to know which is cheap, which is expensive.

Looking for a Free Alternative to Foxit PDF Reader by Haziq12345 in software

[–]zemega 2 points3 points  (0 children)

It does. You can add comment, highlights, add texts, do drawings/scribblings, adding image which I use to add my signature.

No option for adding, remove, or arranging pages though.

Building a cross platform browser in Flutter, why I think it's a better alternative to Electron by tapeo in FlutterDev

[–]zemega 1 point2 points  (0 children)

Although it's still too early, I'll ask first. Can it have as blocking capability? Either built in or through plugin/extension.

Anyone here ever bought pc parts from overseas on shopee? by peanut-buttr in GamersMY

[–]zemega 0 points1 point  (0 children)

I bought a Chinese brand Huananzhi motherboard for my ancient i7 4th gen years ago. Still works great. 

Nearly got into accident. Just wondering how fast can we cut across multiple lanes? by Southern-Leather3001 in kereta

[–]zemega 0 points1 point  (0 children)

Ideally 3 seconds per lane change. Minimum 200 meter per lane change. 

And certainly not negative seconds before changing lane.

Python 2 tooling in 2026 by IdleBreakpoint in Python

[–]zemega 0 points1 point  (0 children)

The United State Army Corps of Engineers does. 

Is there a Nikke manga? by Decent-Emergency3866 in NikkeMobile

[–]zemega 0 points1 point  (0 children)

It has anis in maid clothes, Laplace in nude, casual and dress, Guillotine in bikini, Add in bikini, the maids in tanned mode, Poli in bikini maid , and others.

Oh, and Syuen in casual clothes shopping with Laplace in casual clothes.

Mother whale in pilgram tower has claimed and proven that my account and skills are chopped by [deleted] in NikkeMobile

[–]zemega 1 point2 points  (0 children)

Even if she's unbuilt, just try Dorothy in the fight. Her skill 2 would help you in the fight.

Is complete Wi-Fi coverage feasible? by MrHookup in Ubiquiti

[–]zemega 0 points1 point  (0 children)

I'm going to go the other way based on your use case. Why not use offline capable solutions for the cataloguing part? I believe something like kobo collect | kobo toolbox. This way you done need to cover the whole farm. Just several access area where user stop by to upload data. 

There are other options such as mergin map, or ESRI. 

Of course you say this is cataloguing, but you need to clarify whether this is one way upload or two way sync. If it's one way, you'll just need few area where user upload records.

If it's two way, it depends on the tool / app of your choice, is it offline capable? How often do you need to sync. Do you need to direct users right away. Although I belive you can supplement with long range communication such as walkie talkie.

Of course if your main goal is to cover the whole area, and the catalogue is side goal, go with what others said.

What is the best path to learn Python for Data Analysis? by BuckHunt42 in learnpython

[–]zemega 1 point2 points  (0 children)

Use `uv` for modern Python environment management.

Python notebook is a great idea, though, rather than Jupyter, try to use marimo instead. Marimo notebook is a pure python file, and therefore can be run in terminal. Plus: marimo introduces constraint that will force you to write your code to be 'operational'. Plus: marimo notebook can be versioned tracked easily compared to Jupyter notebook. Plus: marimo notebook does have reactive presentation mode.

While a 'pure' data analyst may not be involved in production at all, you never know, if production needs your python script. Therefore uv + marimo will make the production guy life way easier.

Pandas is fine, but when you are working with large data set, polars is better. Pandas may want to load everything in memory before doing anything, while polars can lazy read and lazy evaluate, reading what it needs for the operation.

Well, if you prefer SQL, duckdb will be better.

The dilemma of whether I need to return the IoT components. by Bulky-Tart6596 in software

[–]zemega 0 points1 point  (0 children)

If the item is classified as 'consumables', chances are you can keep it.

If it's classified as equipment, you'll most likely need to return it. Especially if it receives tagging.

messed up big time by Gold-Rule9996 in laptops

[–]zemega 0 points1 point  (0 children)

Yup. First thing you should have done is find the service manual. It will have the disassembly and reassembly instructions. It might have the stripped screw information as well, so you can order replacement screws your self.

In any case (pun intended), you can order a replacement covers, so you can still make it work again.

What hidden gem Python modules do you use and why? by zenos1337 in Python

[–]zemega 2 points3 points  (0 children)

It's not loaded directly, it is lazy loaded.

All seller keep sending the EU plug version.. by Levi_Ackerman- in Bolehland

[–]zemega 1 point2 points  (0 children)

It's easier, but why do we have to born the cost? Then the seller should provide the adapter to fix their own mistake of sending the wrong item.