ChanServ changed the topic of #picolisp to: PicoLisp language | Channel Log: https://irclog.whitequark.org/picolisp/ | Picolisp latest found at http://www.software-lab.de/down.html | check also http://www.picolisp.com for more information
orivej has quit [Quit: #nixos]
orivej has joined #picolisp
orivej has quit [Ping timeout: 264 seconds]
alexshendi has quit [Read error: Connection reset by peer]
<cess11> morning
<beneroth> morning
<beneroth> (NATO extension was promised not to happen)
<anjaa> never trust a westerner
<beneroth> well distrust will surely help us all...not
<beneroth> the west is going down... I mean the western values. it's a shame.
<anjaa> western values gave us intercontinental slavery and white supremacy, i'll be glad to see those values die
<beneroth> slavery was part of every human civilisation in history... I don't see how it is specific western.
<beneroth> I was referring to stuff like human rights, rule of law, democracy, privacy, tolerance.
<anjaa> those aren't specifically western
<anjaa> the industrialisation of intercontinental slavery is part of white supremacy and as such very specifically western
<anjaa> well one could argue that human rights are specifically western, but that would be because they are also part of the christian enlightenment project
<anjaa> so human rights are euro-christian
<beneroth> I don't see that this has much Christian roots. Christianity in Europe adapted to enlightenment so it could survive. It is not the same Christianity that claimed Kings were appointed by God all the centuries before.
<anjaa> still true, though
<beneroth> how to ensure to spread human rights while spreading Christianity? not possible. so lets just spread human rights, it is probably easier to get people like it when it isn't attached to a religion.
<beneroth> I would also claim that white supremacy was strengthened a lot by Christianity. People tend to forget that Jesus was a non-white jew.
<anjaa> secularism is lutheran so i don't really see the dichotomy you seem to see. something can be inherently christian, or stand on a firmly christian foundation, without being overtly clear that it is in fact a christian foundation
<anjaa> if you're interested in the subject you could read up on, say, islamic opposition to our human rights
<anjaa> western culture isn't neutral. we didn't throw away christianity, we incorporated it into our culture in sneaky ways, like secularism
<anjaa> and the idea that western culture and the western person are inherently neutral
<anjaa> human rights documents*
<beneroth> Freedom of thought, conscience and religion is part of human rights. It is not part of Christianity, not even of Protestantism by Luther who found "The Bible only is infallible" (which edition, I ask)
<beneroth> anyway, I agree, distinction for the mere value of distinction is of no use.
<tankfeeder> OMG
<tankfeeder> i've implement flood on grids
<beneroth> wut
* beneroth likes to see
<tankfeeder> task: how many regions on map
<tankfeeder> region is a group of used cells that are all adjacent, not including diagonals
<tankfeeder> back to part 2 of day 14.
<beneroth> nice.
<beneroth> interesting task. such algorithms are often needed in 3D simulations (e.g. optimal packing a container), game development and statistics.
<beneroth> nice code :D
<beneroth> bookmarked for future reference :)
<beneroth> nice recurse in all directions.
<Regenaxer> "Bitmap/Flood fill" in rosetta? Or using the 'flood' function?
<beneroth> maybe (flood) could also be used?
miskatonic has joined #picolisp
miskatonic has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
<tankfeeder> done
<tankfeeder> new one
orivej has joined #picolisp
<m_mans> Hi all
<m_mans> has anybody examples of using +Bag with +Chart?
<Regenaxer> +Bag with +Chart is the easiest, as you need no 'put' and/or 'get' function
<Regenaxer> +List +Bag that is
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
orivej_ has joined #picolisp
<tankfeeder> day 15 done.
orivej_ has quit [Client Quit]
<tankfeeder> waiting 17h for next :)
<beneroth> you need an oracle software to predict the next tasks :D
orivej has joined #picolisp
<m_mans> Regenaxer: thanks! I'll try
orivej_ has joined #picolisp
orivej has quit [Read error: Connection reset by peer]
<m_mans> I'm confused how to use +ObjView +TextField without chart :)
<m_mans> tried (gui (+ObjView +E/R +TextField) '(: nm) '(doc1 : home obj))
<m_mans> (: home obj doc1) is the object for that gui element
<Regenaxer> this is fine
<m_mans> then I got "Var" -- Undefined
<m_mans> ? 12116 SIG-11
<Regenaxer> (gui '(+ObjView
<m_mans> ohh
<beneroth> yeah such mistakes are lovely
<m_mans> hehehe
<Regenaxer> happens here too :)
<Regenaxer> no worry
<beneroth> happens to everyone I think
<m_mans> how to avoid them ^)
<Regenaxer> difficult, but found quickly usually
<beneroth> experience = knowledge & habits to find usual mistakes quicker ^^
<beneroth> or language where such mistakes are less like (don't think there are any, really)
<beneroth> or something like the lint tool, to check for such stuff automatically :)
<m_mans> yeah, maybe some custom lint tool
<m_mans> "my_usual_errors_linter"
<beneroth> the trick is, I think, this must be at least framework-specific. the general lint/pp tooling works for general picolisp, but does not check much. but you cannot check much, as it is highly framework specific...
<beneroth> e.g. a lint tool for form.l, maybe another to check a prolog expression, another custom to whatever you are doing with picolisp
<m_mans> nice, it just works. One small quote, lol
<m_mans> I must go, see you!
<beneroth> see you! have a successful day!
alexshendi has joined #picolisp
alexshendi has quit [Ping timeout: 260 seconds]
orivej_ has quit [Ping timeout: 256 seconds]
orivej has joined #picolisp
alexshendi has joined #picolisp
miskatonic has joined #picolisp
karswell has quit [Remote host closed the connection]
karswell has joined #picolisp
orivej has quit [Ping timeout: 272 seconds]
miskatonic has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
orivej has joined #picolisp