ulterno

joined 6 months ago
[–] ulterno@programming.dev 2 points 3 hours ago

The compiled binary being another script.
Just in a different language.

[–] ulterno@programming.dev 1 points 3 hours ago (1 children)

Wait, so the bash script that I broke down into multiple files because I was unable to create and use functions properly, could not be considered a script?

[–] ulterno@programming.dev 4 points 3 hours ago

Then use the cd app.

❯ which cd
cd: shell built-in command

Not even technically correct, unless...

When I press 'Reply', I am using the Reply app

[–] ulterno@programming.dev 2 points 3 hours ago

Interesting.

The word 'pan', came to me from using 3D CAD software and I considered the Jib and Truck actions as 'pan' and the original Pan would be camera rotation, which might be 'turn' (didn't use it as much so don't remember) which was less favourable than using 'orbit'.
Good to know the word origin.

Oh and btw, Dolly would not be zoom, but 'walk'.

[–] ulterno@programming.dev 0 points 3 hours ago

The name of the company is all you need as evidence.

[–] ulterno@programming.dev 1 points 3 hours ago

It tends to be hit or miss.

When I started using Odysee instead of YouTube, my page was full of "women vs men", woke culture and onlyfans-esque videos.
I realised, subscribing to a creator actually made a big difference in this case, to get them on you page, because it's not a feed (controlled by an algo), but a simple, categorised list, with the "Following" on top.

In contrast to that, the YouTube's algorithm tended to create relations between videos (using who knows how many criteria) and showed them along with videos from the subscribed and more-often-viewed channels. It used to show some pretty useful results and it would be a crime for me to downplay its usefulness.

Sadly, by the time I left YouTube, it had started putting the doomscroll content on my page, which is probably another reason for why I stopped using it.

I would call it: Another great mechanism, ruined by capitalism.

[–] ulterno@programming.dev 1 points 3 hours ago

I don't even connect firefox to a Mozilla account.
It's just not required.
I'm better of saving bookmarks and history into tarballs and porting them that way.

[–] ulterno@programming.dev 0 points 4 hours ago

But wasn't it that for most of history, there were no such pyramidal corporations and the only ones that were, were full-blown kingdoms, with the more trade-oriented ones, being more co-operative than corporate?

While trying to articulate my thoughts, I realise how lacking my historical information regarding this aspect is. I guess there might have been more corporate entities during the reconnaissance.

[–] ulterno@programming.dev 2 points 5 hours ago* (last edited 5 hours ago) (2 children)

A company^[which is basically a dictatorship by the top management, for the top management] excommunicates a worker^[that is here on paper, to work and nothing else and be paid for that] for disrupting work^[as is defined by the top management and not by any other entity] and having not worked for the amount of time the worker was disrupting the work.

At least logically sound.

It is not a community. It is not a non-profit, community oriented company. It is a company that does whatever it does, for money and power for itself ant not for anyone that gives power to it.
It is to be expected.


Why did companies start getting power over the people more than the organisations that are supposed to be for the people?

[–] ulterno@programming.dev 0 points 5 hours ago (1 children)

I'm pretty sure the Lamborghini car also took quite a bit of people-interaction. Road compliance and all, you know?

 

Screen Recording of an application window: at the bottom of a widget, the cursor changes to a resize icon. Click+Dragging the portion reveals empty white space.

 

Description, because "alt text" can't show it well:

			{
				emit differentFiles (ckFile.absoluteFilePath(),
					otherFile.absoluteFilePath(),
					FileCompareWorker::FileComparisonParams{FileComparisonParams::FileNameMatch,
						(ckFile.size() > otherFile.size()) ? FileComparisonParams::File1IsLarger
							: FileComparisonParams::File2IsLarger});
			}

After Alignment

			{
				emit differentFiles (ckFile.absoluteFilePath(),
					otherFile.absoluteFilePath(),
					FileCompareWorker::FileComparisonParams{FileComparisonParams::FileNameMatch,
						(ckFile.size() > otherFile.size()) ? FileComparisonParams::File1IsLarger
														   : FileComparisonParams::File2IsLarger});
			}
 

To WiFi users.

Do you reduce your router's WiFi Transmit Power to the bare minimum as required by you?

  • Do you just keep it at the default 100%
  • Did you not know you could reduce it (until now)
  • Are you not able to control "your" WiFi router because it's the ISP provided router and they didn't give you the password?
  • Do you actually require the 100% !?
 

A person, on the Gnome Issue, suggested that terminals inhibit sleep when there is stuff running in them.

Continuing from that discussion, I am trying to understand, at which point it would be desirable to implement said inhibition - terminal emulator, the shell or the program itself

Additionally:

  • We want to inhibit when running stuff like pacman, wget, cp or mv
  • We don't want to inhibit when running stuff like htop, less, watch
 

Hopefully we can get better input to the discussion here.

 

I have been thinking of a controller like this, which would be pretty fun to use for space games.

The ellipsoid marked as "Hand Piece", is supposed to be braced to the frame with motion encoders and need to push back the Hand Piece to the 0 position in case the user stops adding force in any direction.

Additionally, the hand piece can also have 5 buttons, 2 placed for the thumb and 3 placed for the 3 longer fingers each, with the button for the middle finger being a scroll wheel.

This should make up for actions like, Primary and Secondary fire, Target lock and cruise control adjustment, hence freeing the second hand for controlling utilities on the keyboard, or eating snacks. Whichever you prefer.

 

I have a multiboot system. One of the installed OS's does not use the NVMe SSD installed on the motherboard at all.
At the time of taking the screenshot, all the SSD partitions are unmounted, so apart from detection, the SSD is mostly unused.

  • I would like the temps to drop down to SYSTIN (≈35°C) levels.
  • I know, it's right next to my GPU, but I am not doing anything GPU intensive, the GPU temps are ~37°C ^[apart from GPU memory, which is 48°C due to the awful AMD 7th gen Zero RPM, which has no workarounds on Linux]

For the unmounted and unused HDDs, I just use hdparm -Y, but there seems to be nothing in terms of that for the SSD. And even though I appreciate the additional heat in winters, this is going to be too expensive for me. I'd rather burn some cheap Nichrome than my data storage device.

I checked out a Debian forum thread and from that, I checked the following:

❯ sudo nvme get-feature /dev/nvme0 -f 2 -H
get-feature:0x02 (Power Management), Current value:0x00000004
        Workload Hint (WH): 0 - No Workload
        Power State   (PS): 4

Showing it is already in the lowest power state.

Update: I probably checked that at the wrong time before. Did so again after Sleep and realised the Power State was 0. So just need to make sure the Power State went back to 4 after wake.

I have no active cooling setup for the SSD from my side. This becomes relevant soon.

  • Checking the SSD temps (using the same widget as in the image), the temperature on Sensor 2 starts out at ~40°C (after a normal reboot) and slowly increases to >50°C as shown at the start of the graph. Power State (PS) is still 4.

  • Running KDE partitionmanager, which probably does some reading to check the partition information, at 50°C stage, causes a temperature drop, as shown in the image.

  • Running KDE partitionmanager right after reboot, when the temperature is increasing very sloowly, seems to do nothing significant.


  • Turns out that after a few minutes of System Standby, the SSD doesn't return to PS: 4, so I have the culprit.
  • Running partitionmanager after that causes it to go back to PS: 4

So we have a solution! All I need to do is run partitionmanager on wake. nlol jk


Motherboard: MSI MAG X570S TORPEDO MAX (MS-7D54)
SSD: Samsung 980 512GB (correct firmware, bought long before the fakes started coming out)

 

Until he actually had to use it.

Took 2 hours of reading through examples just to deploy the site.
Turns out, it is hard to do even just the bash stuff when you can't see the container.

view more: next ›