Build from ports (or set up your own custom repository). Then you can disable options to remove certain dependencies. Or enable options you do want.
Package dependencies are basically set in stone, once the package has been created its...
Indeed. The ... bbcode already understands and syntax highlights a variety of languages.
At least the most common ones. Probably not for some of the more esoteric languages you've been trying though.
I have a problem upgrading/ building graphics/gimp-app. It crashes during build process (from ports' tree) with gegl.core file in /usr/ports/graphics/gimp-app/work/gimp-2.10.38/icons/Symbolic-High-Contrast/ directory.
Core was generated by...
First i want to speak about programming language.
First,first programming languages i don't find interesting.
- Carbon. It's alpha
- Hare. Does not compile
- Swift. If you want UI, GUI Toolkit, you are very very limited to specific environment...
What do you do to stay healthy. [Answers are allowed to simple, i prefer these].
Thing you eat, don't eat.
PS : I asked my doctor, what should i eat. She answered, what you like. This is in many cases what your body needs when your brain is...
The big things for me are not buying any junkfood beyond what I'm OK eating. Not eating a 3rd meal unless I'm hungry for a 3rd meal and trying to make sure that I'm drinking primarily beverages without any sugar.
My current formula's one huge meal a day, including:
Brussel's sprouts (speeds caffeine clearance).
Cooked red beets and raw arugula (supports nitrate oxide).
Large portion of steak, chicken, fish and/or eggs.
Supplements: vitamin C, creatine...
The big things for me are not buying any junkfood beyond what I'm OK eating. Not eating a 3rd meal unless I'm hungry for a 3rd meal and trying to make sure that I'm drinking primarily beverages without any sugar.
I see you, Alain De Vos, haven't tried Lazarus. It's a graphical IDE for FreePascal (Object Pascal). It comes in various flavors:
editors/lazarus-qt5
editors/lazarus-qt6
editors/lazarus-gtk2
editors/lazarus-gtk3-devel
I hope this hasn't already been posted, I did a search on 'Phoenix' but didn't find any related hits. It's a bit out of date.
https://linuxiac.com/phoenix-emerges-as-a-modern-x-server-written-from-scratch-in-zig/
This one looks like a clean-room...
My beef with C++ is that the amount of writings you have to consume to just use many of there features. Obviously for this you don't read the lawyerisms. The point being that the purely practical side is large.
I'm finding certain things don't work correctly with it. Trivial things, for instance a script that goes sudo something sudo alsothis, and if I change it to mdo -i something alsothis, it won't start to do the script till I exit. Also finding a...
I don't believe it. If the product prices duplicate due to lack of supply, adding production capacity can't be a problem.
The problem is not needing remote services because the PC at home does most of what's required. The scarcity is fabricated...
This looks like a situation where FOSS institutions need to band together and get some crowdfunding for legal advice. If writing software is a means of self-expression, does dictating how it should be written and what it must contain amount to a...
I'm using a PCI AR9462 ― if it helps in the aspect of chipset. Works very reliably with good speed, just checked with speedtest:
Download: 165.09 Mbps
Upload: 103.38 Mbps
Following on from SirDice message, possibly you were thinking of linprocfs(4) which is a Linux specific proc compat useful for the Linux Emulation layer.
Indeed. And i worked with java, when garbage collector tells, i have no time to work for you to reclaim memory, you have a big problem. In other cases garbage collection, can be fun. No need for deconstructors, manual memory management.
-XX:+UseSerialGC ran Runescape better than anything (Parallel, G1, ZGC, Shenandoah; I tried a lot of random stuff to try not use Serial up to Java 25 but it was like a 20 FPS difference :p)
I am using it right now, but it is slow, 1R1T.
It is indeed the best in OpenBSD also.
But I need it for my Desktop, not laptop, I need something faster.
Ok. Ada. Databases. Why in the world would an airframe need to access a database?
Inputs, outputs to controls, best 3 out of 5 guide the delta change in the flaps.
No need for a mysql query.
Garbage collection. That always makes me think...
Can someone recommend a Wlan USB Stick that works good with FreeBSD 14? g / n?
The one I am using, Ralink, behaves unreliable with the new AP (Router).
Note that the chipset is the important part, devices with the same model may have different...
There are Universities that begin / began with a functional languages.
I am not computer scientist, I learned first to program the pocket calculator, later FORTRAN,
took a lecture on computer architecture (real computer, without...
My beef with C++ is that the amount of writings you have to consume to just use many of there features. Obviously for this you don't read the lawyerisms. The point being that the purely practical side is large.
I'm not sure how common knowledge it is, but Stroutrup himself defined exceptions as "just another generic mechanism of program execution", not for the explicit and exclusive use of catching errors/exceptions. It seems that the restrictions on...
Interesting. I recall in one of his books(?) he mentioned that using an exception to escape a deeply nested loop was "cute" but then went on to discuss other approaches to doing so. I have no idea which though... It was certainly an earlier one...
The obvious way is to define and use a custom shell functionmain() {
./prompt -a 1 -b 2 -c 3 -d 4
}so any long parameter list is in one place only.
This can be abbreviated even further:eval ${1:+yes |} exec ./prompt foo bar able
Are you sure...
The point is that in other languages setting up exceptions is much more expensive than in C++, and actually throwing them is relatively cheaper. Common Lisp is an example. Sadly.
My beef with C++ is that the amount of writings you have to consume to just use many of there features. Obviously for this you don't read the lawyerisms. The point being that the purely practical side is large.
Just don't use exceptions for regular flow control. Apart from bad style it is also horribly slow to actually throw exceptions (as opposed to just setting them up). This is also unique to C++, the fact that unthrown exceptions are very fast...
94970 goto to 5990 uniques label, top 10 gives a serious clue about what goto is used for:
14543 err
14159 out
7788 fail
5162 end
4774 done
3715 cleanup
3663 error
1707 bad
1016 Exit
766 failed
Disabling Skia and enabling HW acceleration on Windows LibreOffice was a cool trick; latest surprised me a bit by not allowing it :p
Changelog covered it though: https://wiki.documentfoundation.org/ReleaseNotes/26.2#Graphics
Skia/HW-disabled...
So am I. They allow writing code much more clearly, because correct error raising and handling becomes either very concise (just say throw Exception('foo bar wen wrong')), or even invisible (most functions don't need try/catch blocks, because...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.