Forgot your password?
typodupeerror

Comment Re:Kubuntu (Score 1) 43

I was on Kubuntu for many years as my sole desktop.
Then I ran into trouble upgrading (though I always stuck with LTS releases, never in between ones).

I switched to Xubuntu (XFCE), and never looked back.
There are sure some areas with more functionality in KDE, but I don't miss them at all.
XFCE stays out of the way, and allows you to focus on the applications.

Comment Lecture by Subir Sarkar (Score 2) 88

The corresponding author is Subir Sarkar.

He is a professor at Oxford who has done some interesting work about the expansion of the universe is NOT accelerating.

Instead, he is saying that there is a dipole effect because earth, and the galaxy cluster that we are in, are all moving in space, and that gives the effect of accelerating expansion!

He provides compelling evidence (for a non-specialist at least) for what he says and also casts doubts on the evidence for acceleration by analyzing their data (supernovae as standard candles, and their red shift), since a dipole effect is observed on that.

If his hypothesis is confirmed by other research and observations, then the 2011 Nobel Prize for Saul Perlmutter and Adam Reiss maybe for nothing ...

Watch his lecture on Beyond The Cosmological Standard Model.

This latest paper is yet another analysis towards that.

Let us see which hypothesis is supported by the evidence, current and future ...

Comment One Solid Reason for Homework (Score 1) 192

I haven't been in the classroom since close to the year 2000, so I don't remember the study names. What I do remember is that there were studies, plural - studies, that showed that when you learn how to do a new task or learn new information, that using that information or practicing the task within 24 hours increases the chance of it being remembered by a large percentage. That's over 25 years ago for me, and I'm not going to claim it's at a certain percentage, but I know it was WELL over 50%. So if you learn a new process in Algebra, or a new move in ballroom dance, and you don't practice it within 24 hours, you have a lower chance of remembering it. But it was at least over a 50% increase in your chance of remembering it IF you reinforced it by going through it within 24 hours.

I preferred to use homework as practice - not as learning new material (although that might help if it includes reading for the next day's class). I also worked in psych treatment, which meant I taught more than one subject - I had the odd mix of science and math plus English (lit and grammar). So I'd assign reading overnight that gave us more chance for discussion (discussion, not lecture!), and the math I assigned was to use what we had learned in class. For science, I'd actually prefer to assign reading for what we had done that day, compared to what we would do the next day. That way students found the reading easier, it went faster, and they'd bring in a few questions the next day that we could review (before moving on to new material).

When I grew up, I was forced to go to a prep school where we had 3 or more hours of homework a night, plus we were required to stay for some form of athletics, so I rarely got home before 6 PM. With that in mind, I was selective about homework. For the time I was teaching in public schools (as opposed to my time teaching in treatment), the dept. heads and supervisors jumped on me for not giving enough homework or for assigning science material we had reviewed in class - pretty much everything about my homework system offended the dept heads or supervisors.

Comment Re:Ethics (Score 1) 51

2. Those who don't give a damn about ethics at all and make no bones about it.
...
People who don't give a damn aren't really a problem either, since in a world populated by mostly good people, they'll ultimately be shamed and marginalized or end up in jail.

Or, they get elected president, twice ... destroy the economy, country's reputation, and start a war they can't end.

Comment Re:4GB has been insufficient for many years now (Score 1) 116

Totally agree with you ...

But it is not only libraries, there are other factors at play, me thinks ...

Developers don't have a culture of being economical with resources.
It is not taught, nor do first jobs they get care about those aspects.
For example, don't get me started on the infinity scroll which eats up RAM like crazy, rather than a pager of Next/Previous page.

There are also the layers involved, specially with web development.
It used to be HTML only, then CSS was added, then Javascript was added for certain smarts.
Then whole frameworks were invented and used for JS.

Anyway, there is no easy way out of this.
Maybe RAM shortage will compel developers to use RAM sparingly?
Nah, that is a pipe dream ... unfortunately.

Comment Re:Or ... N100 or old Intel NUCs (Score 1) 45

But how much of that is paying for the case and power supply?

Didn't get what you meant there.

NUCs usually come with a case and a power supply.

I bought one a couple of months and it came with those, as well as RAM.
It didn't have any storage though, because it was from a corporation, and didn't want to risk selling SSDs with data on them.

Comment Or ... N100 or old Intel NUCs (Score 1) 45

Raspberry Pi's are the right fit in specific cases.
For example, you need to interface the GPIO pins to some devices.

But there are issues with it in other cases.
For example, the cost rises as you include accessories, such as a case, fan, various hats, and so on.

If you just need a low(er) power x86 platform to run a stock Linux distro, then plain mini PCs or older models of Intel/ASUS NUCs will fit the bill nicely.

You can get a 2018 NUC for ~ $100 or so.

They already come with M.2 slots, and some have SATA connectors.
They have SODIMM slots so you can upgrade RAM later if you want.

Running Xubuntu or Ubuntu Server is a breeze.

Comment Astral uv for Python ... (Score 1) 7

Some background from personal use of Astral's products ...

Astral makes a tool called uv, for Python.

It offers one solution to an important problem in the Python ecosystem.
Certain projects require certain versions of Python.
You may end up with two projects that you need on the same machine, but with different Python versions.

For example, you want to run Home Assistant and AppDaemon.
Using uv, you can have two separate virtual environments (venv) each with its own version of Python.

It is also lightning speed for pip.

So it replaces venv and pip in one go.

Home Assistant recently dropped regular user support for it being run from PIP or uv, so I moved to Home Assistant under docker.
But for developers, doing a git clone, then using uv is still very helpful.

Slashdot Top Deals

Machines certainly can solve problems, store information, correlate, and play games -- but not with pleasure. -- Leo Rosten

Working...