SiFuh changed the topic of #crux-social to: Offtopic Talks | Project https://crux.nu/ | Logs: https://libera.irclog.whitequark.org/crux-social/
farkuhar has quit [Quit: nyaa~]
SiFuh_ has quit [Remote host closed the connection]
SiFuh_ has joined #crux-social
ppetrov^ has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Ping timeout: 252 seconds]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
<SiFuh> ukky: I was cutting the tree I chopped down yesterday with a hand saw today to make smaller pieces for fire wood. The carpenter came over to measure some stuff and said "Your saw is very sharp" I said "Of course, it's a saw, besides, if it was blunt, it's useless" He asked where I bought it from and then told me that shop was expensive. I said "I am prepared to pay for good tools because it makes life
<SiFuh> easier"
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
<SiFuh> ukky: Interesting BAHCO X97 is a Japanese hand saw. :-) Nice. I didn't know mine was Japanese
farkuhar has joined #crux-social
<farkuhar> zorz_ proposed some distro names: Asterix, Ovelix, ... For the multilib distro that serpente prefers, I think the name Ambidexterix is better.
<farkuhar> multilib issues were the motivation for the two patches that GazL shared in #crux last week: https://pastebin.com/DpasqqN7 and https://pastebin.com/mGa6Xxvi
<farkuhar> jue commented on GazL's patches here: https://git.crux.nu/ports/core/issues/18
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
<ppetrov^> farkuhar, how about the name SiFuX
<ppetrov^> alternatively, yenjiex
<farkuhar> So ppetrov^ has resigned himself to the continued fragmentation of the FOSS landscape?
<ppetrov^> :)
<ppetrov^> i propose to merge CRUX and Slackware... Cruxware
<ppetrov^> or Slacrux
<ppetrov^> Arch + CRUX = Arcrux
<farkuhar> My first encounter with a source-based distro was Gentoo, in 2002. A few years later I was dabbling with Lunar Linux. It didn't occur to me that all this duplication of effort (as ppetrov^ might put it) was necessarily a bad thing.
<SiFuh> Cruxware <-- Heh
<SiFuh> FakQCrux :-)
<ppetrov^> farkuhar, it's the way OSS is, whether it's bad or not, is another topic
<ppetrov^> i like the variety
<ppetrov^> Beermanix
<ppetrov^> Oultmiex
<ppetrov^> Olutmiex
<ppetrov^> sori
<SiFuh> ppetrov^: FakQ Beerman
<SiFuh> Mondai no kakushin!
<farkuhar> gimp-3.0.2/data/environ/default.env.in has @BIN_PATH@ as its only uncommented line, and BIN_PATH doesn't appear in any other source file besides data/environ/meson.build. Is `meson setup` supposed to replace @BIN_PATH@ with something specific to the system where gimp is being built?
<farkuhar> What I might try next ... Replace @BIN_PATH@ in default.env.in with a hard-coded empty string, and delete the lines from meson.build that try to set this value based on a test of platform_windows and relocatable_bundle.
<farkuhar> Hmm, that didn't work so well. Now gimp-console-3.0 complains on the penultimate build target: "The procedure 'python-fu-eval' is not a valid batch interpreter. Batch mode disabled."
<farkuhar> It's amusing that the autotools build (gimp 2.10.38) invoked configure with --disable-python, but gimp 3.0.2 is now relying so heavily on python (both for script-fu, and for the meson build itself).
<farkuhar> The upstream sources have now fully deprecated autotools builds, so the old ./configure invocation is no longer a possibility.
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
<farkuhar> Hmm, to disable the final target that was causing the segfault, all I had to do was `sed -i "/build_by_default:/s/true/false/; /install:/s/true/false/;" gimp-data/images/meson.build`. Now let's see if the resulting package is actually usable.
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
<farkuhar> Nope, it's just as crippled as when I deleted the line subdir('gimp-data/images/') from the top-level meson.build. It's time for me to give up and let the actual port maintainer take it from here.
<ppetrov^> farkuhar, have you tried a clean CRUX install?
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
ppetrov^ has quit [Quit: Leaving]
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
ppetrov^ has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Ping timeout: 252 seconds]
<farkuhar> ppetrov^: comm -23 <(prt-get listinst) <(prt-get depends gimp | awk '{print $NF}' | sort) | grep -v -F -f <(cd /usr/ports/core && ls)
<ppetrov^> ?
<farkuhar> 130 ports reported by the command above, so I guess your point about an unclean CRUX installation is worth exploring.
erilun06-mobile has joined #crux-social
<farkuhar> I'm not a big fan of the response "it builds fine in a clean container, resolve the build issues on an unclean system yourself." Why is it not a supported use-case to have the build environment be the same as the eventual deployment system? Are users really expected to set up container builds for all their software?
<farkuhar> I know darfo populates his $PKGMK_PACKAGE_DIR that way (with container builds starting from a clean core-only install), but many users won't go through the trouble to set up such a system.
<ppetrov^> farkuhar, I agree with you, and I did not mean it that way. Simply, if it builds on a "clean" system, it would be easier to narrow down what causes the problem
serpente has joined #crux-social
ppetrov^ has quit [Quit: Leaving]
_whitelogger has joined #crux-social
zorz has joined #crux-social
erilun06-mobile has quit [Ping timeout: 260 seconds]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
zorz has quit [Quit: leaving]
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
<ukky> SiFuh: agree, most tools should be expensive. Treated well, they will last must longer than we live.
<ukky> SiFuh: "BAHCO X97 is a Japanese hand saw", - I'm jealous.
<SiFuh> ukky: The guy whose tree I chopped down the other day was out the front digging a hole for his new Rambutan Tree. I came to see him. Asked him if what I did was good. I was kind of shocked at the response. He said "Yes." And continued digging the hole. Hahahaha
<SiFuh> ukky: I didn't know it was. I just checked the blade and liked it. It was only today I found it was Japanese. I paid like 40 MYR for it. SO not even expensive.
<SiFuh> Been using it for a couple of years now. Still cuts like a razor blade.
<ukky> It seems BAHCO is international brand. I have BAHCO 300 and it is Made in Sweden.
<SiFuh> Interesting
<ukky> 'Made in Sweden' is embedded into the plastic handle, on the bottom.
<SiFuh> ukky: No rust? Mine has not even a pinhead size rust spot.
<ukky> Mine has rust.
<SiFuh> ukky: How long have you owned it?
<ukky> I have it for about 20 years, give or take.
<SiFuh> ukky: I just checked the handle. It has made in Sweden also. Push cut.
<ukky> Maybe your blade is made in Japan.
<SiFuh> Yeah I was thinking that. I expected the blade to rust after first use. Especially since I have extremely high humidity here
<SiFuh> Also I never throw the original cardboard sleeve out. I always wipe the blade down and stick it back in the sleeve.
<SiFuh> The blade says TOMOKO JAPAN or something like that.
<ukky> Haha. I keep only blade protector (slim plastic cover)
<SiFuh> Bahco is a Swedish brand within the hand tool industry, which is now part of SNA Europe, part of Snap-on. Its roots go back to the industrial revolution in Sweden in the late eighteen hundreds, starting with innovations such as the pipe wrench and the modern adjustable wrench. Since then, the product range has expanded with a total assortment of products that today includes over 7000 hand tools.
<SiFuh> ukky: I always hated my father's saws. Always blunt, waste my time. So I don't even bother sharpening them. I just stash them, throw them, and by a new one.
<SiFuh> ukky: I need a thermal imager for some of the work I do here. Wife is saying "Buy it" but the prices are quite high.
<ukky> My metal saw has dull blade, as I still use original blade and made many cuts with it.
<SiFuh> Heh, blunt sucks. Cuts or not. Eventually I will get a metal smelting furnace and I can repurpose the metal.
<SiFuh> Nothing cooler than taking a hot crucible with molten metal inside and pouring into a mould to create something new.
<SiFuh> If I had my own land and not live in a town house here, I'd have already built one out the back.
<ukky> Aren't saw blades hard to melt?
<SiFuh> All you need is plenty of oxygen and you can raise any furnace to extreme temperatures
<ukky> Thermal imaging tools must be expensive.
<SiFuh> Yes, but I was looking at one that is 1.6K But there are others that are much cheaper they are just blur blur blur
<SiFuh> 1.6 MYR
<SiFuh> ulefone and blackview make many phones with FLIR built in. But the quality is not good.
* ukky is converting currency
<ukky> $370 USD is a lot for a tool. Does it woth to buy?
<ukky> s/woth/worth/
<SiFuh> I have many uses for it outside of what I want it for. But to be honest, I don't think so.
<SiFuh> ukky: How come you didn't correct 'Does'?
<ukky> I changed my mind what I wanted to say... So, 'Does' happened.
<SiFuh> I use Thermal imagining to find hot spots and wire locations inside of walls. Checking parts of engines and motors. But it can be used for many things like seeing animals or Sasquatch hiding in the jungle.
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
<SiFuh> In Au, I see people tapping walls and reading wiring diagrams for houses. I have to ways to find wires. Turn the switch on. Use a custom antenna I made (Really easy) and connect to an oscilloscope. Or use Thermal imaging.
<ukky> Thermal imaging is too expensive for such uses.
<SiFuh> ukky: Ahh but it can save your life or save huge dramas. Such as looking for underground power lines. Shorts in the mains, water pipes also are cooler and can be seen before you dig.
<SiFuh> If the pipes are under concrete though, it is harder to see.
<ukky> SiFuh: it is just an opinion. You are the boss. Only you can justify the expense.
<SiFuh> Most people assume that thermal works on heat therefore it only sees heat. Which is true, but what they don't realise is it can see cold too because of the minimal amount of heat.
<SiFuh> ukky: I didn't buy it today or the Silky Big Boy. I decided to delay it. However, I have 8 holes to drill into a wall that is live and no one knows where those wires are.
<SiFuh> ukky: I was thinking to use something more primitive to test the wire locations and use the compass my wife owns.
<ukky> So, use drill with limiter, if you know the thickness of the wall.
<SiFuh> ukky: I know how thick the wall is. I just don't know where the wires are
<ukky> Are wires going through holes in the bricks? What type of walls do you have?
<SiFuh> ukky: My plan is to pop my head into the ceiling and see where they run. Then hopefully if they are there, I can have an idea of where they pass.
<SiFuh> Probably bricks and definaletly concrete
<SiFuh> The power box is near the door, the mains is centre wall. I can only hope it goes up into the ceiling and crossed above the mains and down.
erilun06-mobile has quit [Read error: Connection reset by peer]
erilun06-mobile has joined #crux-social
<ukky> Before investing into any tool I would try to look down into wall cracks from attic.
<SiFuh> ukky: Tell you a funny one today. We are having cupboards designed for the hallway upstairs. We actually have NO cupbaords in this house so junk is everywhere. The carpenter is kind of arguing with me. He wants the cupboards to the ceiling. I said from the facier board you go down at an angle. He doesn't want to do it because it is a bit complicated. He tries to convince the wife, then the wife schools
<SiFuh> me! I said "You are forgetting something" The wife had a dead look towards me and says "What are we forgetting?" I said "The ceiling access hole. If he goes straight up. No one can get into our ceiling and I am not moving it"
<SiFuh> ukky: Can't. Want a photo?
* SiFuh back in a bit going to look and take a photo
<ukky> I believe you, when you say "I cannot"
* ukky is afk
<SiFuh> ukky: Look at the space. https://i.snipboard.io/7rsIBJ.jpg Look at the dividing wall in the ceiling. https://i.snipboard.io/MR4Y0J.jpg. Unless I less than 3cm thin. I cannot.
<SiFuh> Even if I could squeeze in. The plaster would shatter everywhere.
<SiFuh> ukky: I found an old bent hammer in there once. When I mentioned it to my Malay friends they say that it is black magic. They curse it and put inside your ceiling where you can't find it