-
nimaje
since when do irc networks use @ in their names?
-
ridcully
nimaje: to mark ops
-
nimaje
ridcully: that wouldn't be in the name *of* the irc network, my question was in response to ring0_starrs "since there is an irc network by that name too" to -hackers@
-
ridcully
sorry, i misread
-
x0x17
hi all
-
x0x17
:)
-
x0x17
hi all
-
badkat
x0x17: O.o you look suspicious
-
x0x17
yeah
-
x0x17
just has a busy day today
-
x0x17
what about you badkat
-
badkat
cool, im smoking some meth while i fuzz some cloudflare crap
-
x0x17
still using meth
-
x0x17
?
-
x0x17
stupid badkat
-
x0x17
what is fuzz
-
x0x17
fuzzing mean hacking badkat
-
x0x17
?
-
x0x17
just stay away from drug and smoke if grandma want
-
badkat
look, is the only way i can focus on this new crappy golang codebases
-
badkat
if the world comes back to C/C++ i will definitly drop meth
-
x0x17
golang ?
-
x0x17
haha
-
x0x17
i see
-
x0x17
golang ?
-
mtll
I prefer to just take the same exact, low dose of dexamphetamine every day for my adhd
-
x0x17
haha i rather code in c / c++ rather then golang
-
mtll
whenever I take high doses of stims I just end up watching porn for 5 hours. but hey, whatever works for you :P
-
badkat
i never code in non-sacred languages
-
badkat
mtll: you are from the elite club that watches p0rn in freebsd? :D
-
badkat
my broda :)
-
mtll
:D
-
x0x71a
sorry disconnect
-
x0x17
stay away from cigaratte and smoke and the rest
-
x0x17
if you want ask your governor to sponsor you for placebo for research
-
mtll
I cut out cigarettes for vaping like 10 months ago now
-
x0x17
don'tttttt
-
x0x17
you will bleed
-
x0x17
that's crazy
-
mtll
gonna quit the vaping soon too
-
x0x17
i rather smoke rather then vaping
-
x0x17
anyway since this is channel freebsd
-
x0x17
come to channel #politic
-
x0x17
for a chat
-
x0x17
before Admin complain
-
mtll
nah vaping is definitely safer. most of the really scary stuff has since been attributed to badly designed vapes and e-juice with questionable chemicals in them
-
x0x17
nono
-
x0x17
you didn't know that is from chemical
-
x0x17
not from tree
-
x0x17
stay away to put chemical to your lung
-
mtll
well, cigarette smoking has a lot more chemicals in it :P
-
mtll
anyway, to me vaping is just nicotine replacement therapy that actually worked for me, unlike patches and gum and all the rest
-
mtll
gonna quit that do soon using varenicline, then I'm out
-
ring0_starr
doesn't sound like much freebsd talk...
-
ring0_starr
anyway, for core microarchitecture-based x86 cpus, coretemp.ko exposes its readings via dev.cpu.N.temperature. for allwinner SoCs, it's dev.aw_thermal.N.cpu
-
ring0_starr
is there any utility that generalizes these readouts so that there's one consistent interface to getting the temperature?
-
x0x71a
mtll come hop in to #politic
-
x0x71a
admin already not allow us
-
mtll
#politic
-
mtll
oops
-
badkat
ring0_starr: i dont think so, AFAIK that is pretty much platform specific as in linux
-
badkat
but could be made like you say IMHO
-
dutch
Hi all. I installed FreeBSD 15.0 on an amd64 box on Thursday, May 1. I am using pkg for package management. The file /etc/pkg/FreeBSD.conf appropriately defaulted to the "current" branch. However, since that date, I have received only the message "Your packages are up to date." when trying to upgrade packages.
-
dutch
I have confirmed multiple upgrade candidates through the website. I have also tried using the alternative file /usr/local/etc/pkg/repos/FreeBSD.conf with no success. There must be something obvious I'm missing but I can't determine what it is. Any suggestions?
-
nimaje
did you install anything via pkg? why do you expect those packages to have updates?
-
badkat
dutch: only modify /etc/pkg/FreeBSD.conf
-
badkat
/usr/local -> is meant for third party software only (packages)
-
dutch
badkat: yes, i backed it out after it had no effect, thanks.
-
nimaje
no, use ucls override feature and override stuff from /etc/pkg/FreeBSD.conf in /usr/local/etc/pkg/repos/FreeBSD.conf (as pkg.conf(5) tell you too)
-
badkat
dutch: can you give us the result of "cat /etc/pkg/FreeBSD.conf|grep url" ?
-
dutch
url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest"
-
badkat
ok then when you want to know if there is updates for a package you want, go to freshports.org and check the release table on the "latest" field
-
ivy
15-current builds are fairly intermittant, the last one was on april 27, so it's expected you have no updates
-
badkat
yes you should use 14.2-release to get the most updated stuff
-
dutch
nimaje: yes, I've installed many packages. I expect them to have updates because, e.g., I have vim-9.1.1265 installed but according to the website, 9.1.1362 is available.
-
badkat
why did you choose 15.0?
-
nimaje
dutch: did you intend to install a development version instead of a release of freebsd?
-
dutch
nimaje: yes, I have newer hardware and my discrete graphics card and sound card required it.
-
dutch
ivy: ok, wasn't aware of that
-
badkat
dutch: are you sure that hardware wont work in 14.2?
-
dutch
yes
-
dutch
Thanks for the info everyone; i'll likely just play around with this system and build from ports. Thanks again, and have a nice day.
-
x0x17
hi all
-
CrtxReavr
03:59 < badkat> /usr/local -> is meant for third party software only (packages)
-
CrtxReavr
I think "third party software only" is a bit imprecise.
-
CrtxReavr
/usr/local/ is the default prefix for ports/pkg managed software installs.
-
CrtxReavr
I would very strongly advise against installing things to /usr/local (or to the / or /usr/ prefixes) that you hand compiled, or wrote yourself (and didn't install from ports/pkg).
-
CrtxReavr
Personally, I use /usr/opt/ for such things.
-
CrtxReavr
You don't want ports/pkg knocking heads with non-ports/pkg things.
-
farhan
I just installed FreeBSD on my Raspberry Pi 3. I understand that the wifi does not work on it, but I believe it uses an SDIO bus. Is there a way to list devices on that bus?
-
badkat
CrtxReavr: yes i meant that (packages) that are ports ofc
-
CrtxReavr
badkat, but there's also been device drivers and other OS features that have been distributed as ports/pkg.
-
CrtxReavr
Dunno how long you've been using FreeBSD, but there used to be a crazy list of shit in the base OS.
-
CrtxReavr
gcc, bind, & perl come to mind.
-
ivy
X!
-
ivy
rip /usr/X11R6
-
CrtxReavr
I dont' think X was ever part of base, at least not prior to 3.0 when I got my feet wet.
-
CrtxReavr
The installer had options to install X and related packages. . . and yes, the default PREFIX for X11-related things was /usr/X11R6/
-
farhan
Fun idea - GenAI platform trained on all BSD code and documentation.
-
» farhan ducks
-
CrtxReavr
I'm reminded of when some guys tried to get a BSD-centric Slashdot-alike site going.
-
CrtxReavr
I mean, they did. . . even used Slashcode running on FreeBSD. . .
-
CrtxReavr
But it never took off as a thing.
-
mzar
it's all over now
-
regis
farhan: FreeBSD is well-documented in comparison to GNU/Linux where it comes to stuff like `sysctl -d`. Linux has an abundance of undocumented tunables.
-
TommyC
Who needs documentation when you have journalctl output? :3
-
rtprio
who needs a computer when you throw the one with systemd into a lake?
-
jmnbtslsQE
-
jmnbtslsQE
not trained on the code though it seems
-
duncan
ohgod expert systems
-
duncan
anyway, this crazy paper claims modern expert systems are replacing experts with ML models. which is nonsense
-
duncan
this is a thing which died 30 years ago
-
duncan
truly, a garbage time of history
-
mzar
they will be laid off, all these supposed experts
-
armin
FreeBSD garlic 14.2-RELEASE-p3 FreeBSD 14.2-RELEASE-p3 releng/14.2-n269524-1eb03b059e56 ARMIN amd64
-
armin
doobdodoob
-
mzar
how do you like FreeBSD armin ?
-
armin
mzar: I'm a long time user, I believe my first version was 4.x
-
mzar
OK
-
armin
mzar: but it's nice yea, I like it
-
mzar
cool
-
armin
I believe that its simplicity is un-matched, there's nothing even close that does *so* much with minimal effort
-
mzar
you nailed it, it's operating system best fitted for lazy people
-
jmnbtslsQE
duncan: i don't see anything in that paper about replacing real experts. it looks to me more like to assist users and admins in being more productive (less time spent resolving issues)
-
duncan
verbatim: "Modern expert system usually uses
-
duncan
machine learning to simulate the behavior of the domain experts." - whereas the original expert systems were computer systems taking advantage of expert knowledge, not simulating expertise
-
wavefunction
I've been fighting this battle for years across multiple companies -- write better error messages. :-(
-
duncan
the difference is a bit subtle, but they didn't bother even justifying ressurecting expert systems, which died decades ago
-
wavefunction
even at current $dayjob, we're trying to "find ways to reduce SRE toil" and it's like... we know exactly how to do that: reduce complexity, plan system design better, include SRE earlier in the process... but no, we're looking at AI
-
duncan
to be clear, the notion of modern expert systems is just weird. the name is still recognisable and seems to be an easy one to resurrect with all the money sloshing around. it died for a reason
-
wavefunction
100% agree duncan
-
duncan
it is a very, very strange bandwagon to try to jump on. it was notarious
-
duncan
notorious
-
jgh
half the reason it died was the cost of getting a decent capture of the knowlege. One *might* assume that the capture done in automated fashion will work better, cheaper...
-
duncan
the whole point was quality of knowledge, not volume. so, no
-
hodapp
the other half is that large parts of what they were trying to capture were simply not covered by a deductive system
-
hodapp
and that no volume of knowledge would remedy that (compared to the performance of an inductive rather than deductive system)
-
duncan
although, amusingly the same chutzpah driving it drove expert systems, so maybe this was all inevitable.
-
jmnbtslsQE
i guess we'd have to ask the author what he meant by "simulate", and if his intention corresponds to duncan's concept of expert system
-
jmnbtslsQE
overall i'd think there would be a lot to be gained from equipping automation with AI capabilities, to shift people's attention toward more meaningful/important problems (and away from highly automate-able work)
-
jmnbtslsQE
especially in a setting like freebsd where there appears to be a bonafide shortage of labor
-
jmnbtslsQE
freebsd project i mean
-
jmnbtslsQE
(or if not automation, then just something a bit beyond an advanced search engine, that seems to be closer to what that paper talks about)
-
duncan
this isn't a paper about expert systems, but a paper about information retrieval
-
duncan
onus is on the author to write clearly..
-
bbrtj
Hey, got a weird issue with bluetooth speakers and virtual_oss. When I run virtual_oss, no error occurs, speakers show connection for a split second and then back to no connection, I can hear no audio through them. Tried most of the stuff available on the web but to no avail
-
bbrtj
actually it's not a bluetooth speaker, but a stereo, but I think it should work the same. I can connect to it via bluetooth without problem, only that virtual_oss link seems to be dropped immediately. The program continues to run until I kill it, but no audio
-
bbrtj
if I connect other device to the stereo, it shows "BT", but with freebsd connection, it shows "BT" for a split second and back to "NO BT". The LED is not blinking until I kill the program though, and then starts blinking again