Werner changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Upcoming release talk at July 4th 2pm GMT - don't miss it :) | Github: github.com/armbian | Commits: #armbian-commits | Forums Feed: #armbian-rss | Type 'help' for help | Logs: -> irc.armbian.com
LanDi has quit [Remote host closed the connection]
silver_hook has quit [Ping timeout: 265 seconds]
<lanefu>
fizikz: different governor... its governor for the DMC that we disabled.
silver_hook has joined #armbian
ChriChri_ has joined #armbian
ChriChri has quit [Ping timeout: 258 seconds]
ChriChri_ is now known as ChriChri
DaRock has joined #armbian
xecuter has quit [Quit: God Nite]
<fizikz>
lanefu: nice, more options. i didn't know there are other governors
xecuter has joined #armbian
<lanefu>
I didn't either
<lanefu>
i'm kinda fact checking that now... i'm not sure that driver is being used.. getting over my head reading about it
sunshavi has quit [Remote host closed the connection]
<lanefu>
well.. it worked.... and the single core is a tad bit faster than when i tested disabled
<lanefu>
but really numbers are pretty identical overall
<fizikz>
yeah it looks consistent
<fizikz>
that's with the governor approach?
<lanefu>
yeah that's setting the "performance" governor for the exynos dynamic memory controller
<lanefu>
please dont mistake me for knowing what i'm truly talking about.. but yeah that setting seeems to work
<fizikz>
and that's without the DMC feature disabled right? ;)
<lanefu>
it's using `simple_ondemand` by default and it seems to... suck lol
<lanefu>
correct that's without DMC disalbed.. aka DMC enabled
<fizikz>
well, at least we know that works. might be a simple workaround that is easy to toggle once DMC is fixed properly, hopefully in a couple of months
<lanefu>
well shit, yeah i guess i just wasted 2 hours on that doing due dilligence
<fizikz>
thanks for doing it anyway. for thoroughness and curiosity.
<lanefu>
word thanks
FesterJester has joined #armbian
<Tonymac32>
due diligence is never time wasted
<Tonymac32>
and you learned things ;-)
<lanefu>
true. i know a lot more about dmc now
<Tonymac32>
check my twitter, I had to talk about Crowd Supply
<Tonymac32>
The ghosting hit all-time record
<lanefu>
soooo frustrating
<Tonymac32>
I sent them a pointed poke on the issue today, it has been 28 days since they promised an updated PO/instructions on shipment. And that's ignoring the fact I offered a partial shipment to cover outstanding pre-orders in April
<Tonymac32>
Anyway, I might have to eat the stock and refund them if they get too mad about it, I honestly don't know what their response might look like
<lanefu>
how many boards do you have
<Tonymac32>
~ 150
<lanefu>
better than 1000, but still a lot
<Tonymac32>
yeah, I mean that's why I crowd funded, and that's why they're so expensive, volume is low
* Tonymac32
starts reading up on compliance with export regulations for crypto devices
<lanefu>
just sell 10 as a limit production audiophile device at 5k a pop
<Tonymac32>
LOL
<lanefu>
Obsidian DSP32
<Tonymac32>
that thing is not an electrically quiet beast. It is DEFINITELY quieter than the Pi 0 W, but I wouldn't be able to swing that sales pitch hahaha
<lanefu>
lol
<lanefu>
ooo now that tasmota is in beta for esp32 maybe i'll put mine to work
<Tonymac32>
I have to say, it unquestionably outperformed my expectations concerning the internal DAC
<lanefu>
ha
<lanefu>
so that jack really i a headphone jack?
<lanefu>
i meant to ask
<Tonymac32>
it's a "line out"
<lanefu>
and the esp32 has an onboard DAC?
<Tonymac32>
yep, fed directly from the I2S
<lanefu>
wow
<lanefu>
did you have to do anything to get the signals to linelevels?
<Tonymac32>
the issue you might see depending on your amplifier, is that the DAC is 3.3V, so anything demanding a standard line in won't like the excess
<Tonymac32>
so no lol
<lanefu>
so if anythign htey're hot
<Tonymac32>
yeah, but cutting down the V means losing resolution
<Tonymac32>
my crappy headphone tube amp does very well because it is expecting speaker level
<lanefu>
hmmm so my 90's cheapo pioneer receiever may not like it so much
<lanefu>
with a "laserdisc" audio input
<Tonymac32>
well, load up karadio32 and start with the amplitude low and incrememnt until you start getting distortion
<Tonymac32>
it is honestly completely dependant on the impedance of that line in
<Tonymac32>
My Pioneer has LD/DVD labelled on an input
<Tonymac32>
haha
* Tonymac32
has held a laserdisc
LanDi has quit [Quit: Fui!]
<lanefu>
karadio32 looks cool
<lanefu>
trying to figureout what codecs it supports
<Werner>
That is the cloud translation api. I have a test account for the whole compute engine from google with 300$ testing funds valid for 275 days remaining
<Werner>
So if it generates cost it is not so dramatic for a while
<IgorPec>
probably we need it just for meetings
<Werner>
Lets just hope they do not expect me to pay 45$ per hour just for having it enabled xD
<IgorPec>
werner :) haha. you need to add credit card?
<Werner>
Yes. You need to do that anyways so everybody can have a test account only once.
<IgorPec>
mrueg: autotranslation is desirable, yep
<Werner>
,translate --to eng 讓我們打乒乓球
<ArmbianHelper>
Let's play table tennis [zh-TW~>eng]
<Werner>
Impressive
<lanefu>
Very
<IgorPec>
yep, now how to make this automatic?
<IgorPec>
to create two feeds in separate channels, armbian-ru and armbian-cn
<Werner>
I think it is not a good idea to have it automatic since every message must be sent to api to detect whether it is english or not. And then there might be false positives and false negatives
<IgorPec>
we need this service for meetings only
<Werner>
But I may have a workaround for that. I'll create a command like .t that translate into ,translate --to eng
<Werner>
So if a forgein wants to message he uses .t as prefix and its text will be translated
<IgorPec>
that's the idea. so that those folks don't need to copy paste
<IgorPec>
more advanced idea is to have two-way from those -ru -cn channels .. to appear here :)
<Werner>
Yea but in comparison that would be way more effort :P
<IgorPec>
i know :)
<IgorPec>
or probably not? echo $channel | translation > #armbian
<IgorPec>
""
<Werner>
^^
<IgorPec>
,translate --to ch hello
<IgorPec>
,translate --to cn hello
<IgorPec>
,translate --to si hello
<ArmbianHelper>
හෙලෝ [en~>si]
<IgorPec>
how to see lang codes?
<Werner>
good question
<lanefu>
>^..^<
<IgorPec>
,translate --help
<ArmbianHelper>
(translate [--from <source>] [--to <target>] <text>) -- Translate text using Google Translate API. Uses automatic language detection if source not set. No target uses the plugin default.
<IgorPec>
,translate --help source
<ArmbianHelper>
(translate [--from <source>] [--to <target>] <text>) -- Translate text using Google Translate API. Uses automatic language detection if source not set. No target uses the plugin default.
<ArmbianHelper>
great, adjective, synonym for Armbian
awf_sbrt has quit [Read error: Connection reset by peer]
Dr{Who} has joined #armbian
LanDi has joined #armbian
<Werner>
I decided to to with .. because it is more convenient
<Werner>
Start a sentence with .. and it will be sent to the translation api
<Werner>
..Hallo Welt
<ArmbianHelper>
Hello World [de~>eng]
<IgorPec>
..this is very good
<ArmbianHelper>
this is very good [en~>eng]
<IgorPec>
..ich bin igor
<ArmbianHelper>
i am igor [de~>eng]
<IgorPec>
..danes je lep dan
<ArmbianHelper>
Today is a beautiful day [sl~>eng]
<IgorPec>
..to je super. sedaj lahko pišem z maternim jezikom
<ArmbianHelper>
this is great. now I can write in my native language [sl~>eng]
<IgorPec>
.. še vedno pa imam težavo z poslušanjem
<ArmbianHelper>
but I still have a problem listening [sl~>eng]
<Werner>
..Wenn der Spaß dadurch auf Dauer nicht zu teuer wird.
<ArmbianHelper>
If this doesn't make the fun too expensive in the long run. [de~>eng]
<Werner>
I'll check after tomorrow if any cost is generated. The documentation tells something about capable to be used free. So maybe if you do not hit a certain limit it is free?
<IgorPec>
..kako bomo pa to vedeli?
<ArmbianHelper>
how will we know that? [sl~>eng]
<IgorPec>
ok
<IgorPec>
this is how i understand it ... up to xxxx characters
<IgorPec>
but per what?
<Werner>
I have no clue. We will see
<IgorPec>
ok
IgorPec has quit [Remote host closed the connection]
pseudonim has joined #armbian
<martinayotte>
.. Très intéressant !
<ArmbianHelper>
Very interesting ! [fr~>eng]
<mrueg>
.. .. .. .. Dies ist ein Test.
<ArmbianHelper>
.. .. .. This is a test. [de~>eng]
<lanefu>
.. donde esta mi pantalones ?
<ArmbianHelper>
where is my pants [es~>eng]
<mrueg>
Ah it doesn't stack ;)
<lanefu>
Werner: i've used the google $300 credit before.. its preetty safe i never got charged for anythign until i used it all up
DaRock has quit [Ping timeout: 264 seconds]
<Werner>
lanefu, I assumed that already. Though it will be interesting to know if to a certain threshold the translation api is indeed free.
<mrueg>
Werner: what api is it using? there's a free tier on GCP
<lanefu>
IgorPec: I'm brainstorm on https://armbian.atlassian.net/browse/AR-214... So my script can identify what board or board family changed... Do i just need to make some sort of input for build_all?
<ArmbianHelper>
AR-214 [Story] "CI improvements" reported by Igor Pecovnik at 2020-04-15. Status: To Do
<IgorPec>
no, build all knows everything :)
<IgorPec>
it monitors changes on patch, config and upstream sources
<lanefu>
but you're just doing that locally w/o github actions triggering anything?
<IgorPec>
it is set this way - in case you will alter one of this ... it will rebuild kernel, all bsp files and bump version
<IgorPec>
yes, that is correct. now its not tied to any action