The android auto equivalent for cars would be something I’d be interested in, that’s the only reason I had to reenable google on my phone. I don’t see any open source software that do it.
The android auto equivalent for cars would be something I’d be interested in, that’s the only reason I had to reenable google on my phone. I don’t see any open source software that do it.
You can’t use phone calls or texting when your family lives in the other side of the globe. Many parents are not tech savvy for them to be able to use something else if you aren’t there to set it up. Lot’s of them got into Facebook, and their friends are there, and we need to be there for them to reach us. It’s the network effect.
Also for many parents, internet = Facebook. They don’t even use emails, or any other services for that matter, maybe news websites that are bookmarked in their browser years ago by their children.
Internet looks very different without it.
I mean there’s the EWMM, emacs based windows manager. So it can absolutely do anything.
But doing something because you can, vs because it’s useful is different. I like emacs fo text edit. I open images and pdf in the process of writing documents but that’s about it.
Emacs for everything…
/jk I mean everything text.
Thank you.
In this case installing ecm-tools
(I use arch) didn’t fix it. That was the first thing I tried before making an issue.
It needed extra packages for cmake (refer to the issue for details)
Idk why all on screen keyboard come without tab key in plasma. I have a laptop while in a tablet mode I can’t use terminal at all because there’s no tab key.
Edit: issue made and fixed https://invent.kde.org/plasma/plasma-keyboard/-/issues/12
Looks like I need kde-gitlab account fpr making issues.
I couldn’t compile it,
cmake …
-- The C compiler identification is GNU 15.1.1
-- The CXX compiler identification is GNU 15.1.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:8 (find_package):
By not providing "FindECM.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "ECM", but
CMake did not find one.
Could not find a package configuration file provided by "ECM" (requested
version 6.0.0) with any of the following names:
ECMConfig.cmake
ecm-config.cmake
Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
to a directory containing one of the above files. If "ECM" provides a
separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
People copying gpt commands into terminal is bound to be fked by the troll commands, right? Please.
I don’t know how comfortable you are writing your own, but pdf saves the components with coordinates, bounding box etc so you should be able to automate it with a small script that reads pdf components directly.
Also try qpdf to convert pdf into qdf format, then you can open it in a text editor, find the element you want to remove. Look at examples of few pages, find the pattern and do regex replace. Make sure to keep a copy and check the diff before accepting it.
Can’t see instructions on how to use it, do I need to do anything non trivial on my phone? Should I test it on an old phone?
Again, you can type feet instead of ft and it’ll work. You can write ‘feet per second’ instead of ‘ft/s’ and it’ll work. Natural language has its benefits but when you have a very simple syntax model then there’s less chances of it making a mistake.
I also like it very much. I hope they make a library for it soon, I can’t wait to use it to make unit aware calculators.
I mean the syntax for gnu units is literally the same unit expression used in math. m^2, cm, m/s etc. the ft;in looks weird because it’s two units combined.
Your example in it would be units 30ft mm
, use -t
for terse results that’s just the final value.
Doesn’t even work well on a single monitor on Wayland. It gets confused with screen size or sth, fills a small area on top left with screen contents and lot of black space
I thought the gov wrote this, just a joke huh
Yeah, and there’s no plan to stabilize the ABI because it’s developing.
You can use C ABI for some data formats, but you’re limited on what you can use (mostly primitives). There’s a crate stable-abi or abi-stable that provides a way to do things to keep it stable, but since it’s external crate it has limitations.
I know it’s frustrating because I am writing something in rust that loads functions in runtime. I thought it’d be easy because programs written in C do it all the time. Rust gives a lot of advantages but working on dynamic loading hasn’t been fun. And there aren’t a lot of resources about this either.
Yup. I made a scientific analysis program. Using CLI and your own editors you can do so much. And instead of focusing on making the algorithms, I had to focus on making a GUI for months because people need things to click.
And then even with very responsive and easy GUI, with like just 5 types of “views” and probably like <5 buttons/inputs each, people are like “it seems complicated” within like 1 minutes of demo. They haven’t even tried to use it or tried to learn anything. I even modeled the views to be as similar to another software they use.
I feel like people just don’t like computers.
IIRC Same compiler version doesn’t mean the ABI will be the same. Each compilation may produce different representation of data structures in the binary. Depending on the optimization and other things.
Then you’re just running bash scripts with bash. You’re not running bash scripts with fish.