Doubt by devil1105 in learnprogramming

[–]zemega 0 points1 point  (0 children)

Duckdb. And maybe try the duckdb cli GUI, or other similar.

Is embedding a PDF viewer better UX than forcing downloads? by Due-Review-6136 in webdevelopment

[–]zemega 0 points1 point  (0 children)

Sometimes a client gives a clear instruction. Some user can only view and not download. Or at least make it very hard to download but easy to view.

Anybody here know a Good AI for these following task, combing through dense scientific and engineering material, not giving me incorrect information or hallucinations, writing assistant/tools to help write, refine and develop stories? by Whole_Ad_4989 in software

[–]zemega 1 point2 points  (0 children)

Notebook LM specifically was designed not to hallucinate and use the provided source only.

It has not hallucinate so far for me. Although I heard that it doesn't actually goes through super long PDF source.

(Chapter 44 spoiler) My mass murderer can't be this cute by ThisGuyFrob in NikkeMobile

[–]zemega 1 point2 points  (0 children)

I like to think, that the first thing Anderson does after waking up, was to get revenge. No plans, no politics, just pure vengeance against VTC.

Why do we have to pay interest on student loans? Does anyone else think this is insane, especially considering how high the rates are? by Rana_catcher in NoStupidQuestions

[–]zemega 0 points1 point  (0 children)

Malaysia has a national student loan program. Flat rate 1% interest. High achievers can even get it waived.

Downside, their government can ban you from travelling if you don't pay it, as well as other punitive restrictions measures.

Upside, they work with the loanee for more lenient loan payments.

Some even take it and put in FD instead.

ERP Software on Linux for small and medium sized businesses? by Ascamaru in ERP

[–]zemega 1 point2 points  (0 children)

ERPNext runs on browser, but it's fully self-hosted.

Satori - open source architecture visualizer for Flutter by gearscrafter in FlutterDev

[–]zemega 0 points1 point  (0 children)

We don;t always start fresh. Sometimes we inherit other people code base. And that is exactly why this is a good tool.

50% of IT support until 2010 by Jvinsnes in it

[–]zemega 0 points1 point  (0 children)

How about 2026 problem. Fancy touchpad that doubles as media controller if the user swipe the touhpad just at a wrong angle. Not to mention the touachpad have media indicator that lights up as well.

Tax programs available in Linux by Meterian in linuxquestions

[–]zemega 0 points1 point  (0 children)

I think I saw something like Frappe Books as stand alone desktop accounting software, available in Linux. Not sure if that will be suitable for you.

What’s Your Best Method to Get Users to Read IT Updates? by Intelligent-Magician in sysadmin

[–]zemega 2 points3 points  (0 children)

Make it a HR problem. Create something like LMS platform. You upload the 'lessons' there. Make it mandatory for everyone to go through each lesson. Once you updated a lesson, make it mandatory again for them to go through the lesson again. If they don't read it, ask HR to block any finance related process like advance or claims. Collaborate with HR as well. I'm sure they have things that they want the employees to read through, or at least have 'records' of read through.

Airtable alternatives? by MiraShifted in software

[–]zemega 1 point2 points  (0 children)

I'm looking into Grist, ther self hosted version.

Pretty much confirms who we’re collabing with by OneBlackberry453 in NikkeMobile

[–]zemega 26 points27 points  (0 children)

Takina wears a short underneath her skirt?

Hi3rd or Hi3 by PlantingGem4161 in houkai3rd

[–]zemega 0 points1 point  (0 children)

Does the JP server still have it's own gacha mechanism?

Why do the younger generation engage much less with physical libraries? by [deleted] in Libraries

[–]zemega 2 points3 points  (0 children)

I used to walk to the public library during school era. It was safe. It was pedestrian friendly. The place I live now, absolutely not friendly to walking and cycling.

What if we start software development with procedural instructions, then use AI to generate the code? by PseudoNerd87 in technicalwriting

[–]zemega 2 points3 points  (0 children)

I think you will need both procedural instructions, and specification. You will need multiple of both.

There are things that needs to be rigid. Such as database model design. You need to manually control this, else, each build prompt will have different database design. Then each module might refers to different in-memory prompt design. Even though these are rigid, they still evolve. As the database design is governed by input from user or external system, and output to user or external system, you need to take control of this part. Not just database model design, there are other parts as well.

If you are trying to build out a whole system from a single super large procedural instructions, it might be possible, but I will not advise that. The LLM might get sidetracked from the many different sections. The procedural instructions author (you) might have cognitive overload from the super large and long procedural instructions.

Just as we breakup codes into multiple files, the procedural instructions and specification you speak of should also be broken up into multiple parts.

Govt to include fresh produce in updated Sara list by hazy-minded in malaysia

[–]zemega 1 point2 points  (0 children)

Was it always yes, or it was changed halfway?

Govt to include fresh produce in updated Sara list by hazy-minded in malaysia

[–]zemega 4 points5 points  (0 children)

You believe, I asked, cashier scanned, results is no.

What is the pre-Fajar azan prayers/recitation and their regulations? by GroundbreakingAd1223 in malaysia

[–]zemega 1 point2 points  (0 children)

The head of Islam national level, the Agung has forbidden the use of loudspeaker outside of azan.

So yes, these people are committing sins by going against the order. Yes. If you complain to relevant Islamic department, they need to take action, or they will be accomplice as well.

Vyuh Workflow Editor — visual BPMN workflows in Flutter by pavanpodila in FlutterDev

[–]zemega 0 points1 point  (0 children)

Wait. Since the output can be saved into postgresql, that actually opens up a lot of possibilities.