How hard could it be?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFA
    Faresh
    3d ago 100%

    you’re not usually directly accessing/working on the hardware

    I mean, you are. Sure, there's a layer of abstraction when doing tasks that require the intervention of the kernel, but you are still dealing with cpu registers and stuff like that. Merely by writing in assembly you are making your software less portable because you are writing for a specific ISA that only a certain family of processors can read, and talking with the kernel through an API or ABI that is specific to the kernel (standards like Posix mitigate the latter part somewhat, but some systems (windows) aren't Posix compilant).

    5
  • How hard could it be?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFA
    Faresh
    3d ago 98%

    Writing it in assembly would make it pretty much the opposite of portable (not accounting for emulation), since you are directly giving instructions to a specific hardware and OS.

    52
  • Minetest breaks the chains of being a Minecraft clone with a new name — Luanti
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFA
    Faresh
    3d ago 100%

    Thanks! Yeah, typescript was just an example that I gave because it was made to tackle the perceived problems in javascript. I never used it myself and just mentioned it to explain the idea I was getting at.

    1
  • The developer of Rogue Legacy has officially released its source code 'in the pursuit of sharing knowledge'
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFA
    Faresh
    4d ago 71%

    toothbrush was talking both about free software and open source and you claimed that Stallman disagreed with the notion that free software must allow to be used without restrictions (which I misread as run in toothbrush's comment and only now realized that they weren't talking about running)

    That's why I talked about free software, but I'm sure at least the commercial use part also applies to open source (since business is mentioned as an example in the point about discrimination against field of endeavor in the OSD)

    3
  • The developer of Rogue Legacy has officially released its source code 'in the pursuit of sharing knowledge'
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFA
    Faresh
    4d ago 87%

    https://www.gnu.org/philosophy/free-sw.html#four-freedoms

    What is Free Software? - GNU project

    The four essential freedoms

    A program is free software if the program's users have the four essential freedoms: [1]

    • The freedom to run the program as you wish, for any purpose (freedom 0).
    • The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.
    • The freedom to redistribute copies so you can help others (freedom 2).
    • The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.

    I don't know however if it is illegal to use the source code without having bought the game first, so I don't know if toothbrush is correct with their point.

    Something that I find could prevent it from being called free or open-source software is the fact that you are not allowed to make derivative works for comercial use.

    You may not alter or redistribute this software in any manner that is primarily intended for or directed toward commercial advantage or private monetary compensation. This includes, but is not limited to, selling altered or unaltered versions of this software, or including advertisements of any kind in altered or unaltered versions of this software.

    -- https://github.com/flibitijibibo/RogueLegacy1/blob/main/LICENSE.md

    “Free software” does not mean “noncommercial.” On the contrary, a free program must be available for commercial use, commercial development, and commercial distribution. This policy is of fundamental importance—without this, free software could not achieve its aims.

    -- https://www.gnu.org/philosophy/free-sw.html#selling

    6
  • You should be using an RSS reader.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFA
    Faresh
    5d ago 100%

    Btw, what is a non-local RSS reader? I have come across multiple that RSS readers that advertise being "self-hosted" and I'm confused about that since in my mind RSS readers are simply clients that periodically query different servers for an .rss file, so I'm confused about where there is anything to host besides the host of the .rss feed.

    16
  • Minetest breaks the chains of being a Minecraft clone with a new name — Luanti
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFA
    Faresh
    5d ago 100%

    I recognize you and your profile picture from some quite popular Luanti mods. :D I have a question regarding making content for Luanti:

    I've been interested in maybe some day making a game for Luanti, but I don't really like Lua (I for example imagine that undefined variables evaluating to nil rather than directly throwing an error, identifiers by default being public, and absence of static checking of possibility of null dereference before runtime to be things that can cause quite some annoying bugs). Is there some popular X to Lua transpiler that you've heard people using? Something like what Typescript is to JS or Kotlin/Clojure/Scala to Java (not exactly the same thing since they all compile directly to jvm bytecode rather than java, but you get the point).

    I hope I'm not insulting you by asking such a question.

    1
  • How to use Jetbrains Compose with a single target?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFA
    Faresh
    6d ago 100%

    At least when I did some Advent of Code challenges with Kotlin, I didn't need to touch common. I was able to use java classes (which aren't available in common) simply by importing them and I only had a single code file in the project.

    1
  • Introducing Our New Name | Minetest rebrands to Luanti
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFA
    Faresh
    6d ago 100%

    Yeah I also never reached the end, though I imagine if playing multiplayer, with enough players and time, that then at some point there won't be any untouched land.

    1
  • cross-posted from: https://lemmy.ml/post/21390036 > I finished reading the Kotlin documentation (§[Concepts](https://kotlinlang.org/docs/basic-types.html)) and > want to do something now. I was thinking about making a > desktop app with a GUI. For that people seem to recommend > Jetbrains Compose. > > It seems however that the guides (https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-create-first-app.html) to set > up such a project assume I have more than one target. I however > don't and thus don't need to divide my project into common > code, ios code, wasm code, etc. I only need to compile my project for the JVM, since I'm only intending to support > Linux and BSD. I don't have much > experience with the Java/Kotlin-centric build systems and I > would like to avoid investing too much time into it (since for > now I would like to spend more time writing that app, preferring to learn Gradle later in my journey), so I > thought about just generating a template as recommended by the guides (using https://kmp.jetbrains.com/) and to just remove everything that doesn't matter for my > project. However, since I don't have much experience with > Gradle yet, I don't know what exactly the changes are that I need to make to the build script > > ::: spoiler Generated code > ```kotlin > import org.jetbrains.compose.desktop.application.dsl.TargetFormat > > plugins { > alias(libs.plugins.kotlinMultiplatform) > alias(libs.plugins.jetbrainsCompose) > alias(libs.plugins.compose.compiler) > } > > kotlin { > jvm("desktop") > > sourceSets { > val desktopMain by getting > > commonMain.dependencies { > implementation(compose.runtime) > implementation(compose.foundation) > implementation(compose.material) > implementation(compose.ui) > implementation(compose.components.resources) > implementation(compose.components.uiToolingPreview) > implementation(libs.androidx.lifecycle.viewmodel) > implementation(libs.androidx.lifecycle.runtime.compose) > } > desktopMain.dependencies { > implementation(compose.desktop.currentOs) > implementation(libs.kotlinx.coroutines.swing) > } > } > } > > > compose.desktop { > application { > mainClass = "org.example.project.MainKt" > > nativeDistributions { > targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb) > packageName = "org.example.project" > packageVersion = "1.0.0" > } > } > } > ``` > ::: > > What resources should I look at to quickly create a kotlin Compose project > targeting only the JVM? (maybe a gradle crashcourse????) > > --- > > Unrelated, but if you want you can also share your opinion regarding the use of Compose vs JavaFX vs Swing for this situation

    1
    2

    I finished reading the Kotlin documentation (§[Concepts](https://kotlinlang.org/docs/basic-types.html)) and want to do something now. I was thinking about making a desktop app with a GUI. For that people seem to recommend Jetbrains Compose. It seems however that the guides (https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-create-first-app.html) to set up such a project assume I have more than one target. I however don't and thus don't need to divide my project into common code, ios code, wasm code, etc. I only need to compile my project for the JVM, since I'm only intending to support Linux and BSD. I don't have much experience with the Java/Kotlin-centric build systems and I would like to avoid investing too much time into it (since for now I would like to spend more time writing that app, preferring to learn Gradle later in my journey), so I thought about just generating a template as recommended by the guides (using https://kmp.jetbrains.com/) and to just remove everything that doesn't matter for my project. However, since I don't have much experience with Gradle yet, I don't know what exactly the changes are that I need to make to the build script ::: spoiler Generated code ```kotlin import org.jetbrains.compose.desktop.application.dsl.TargetFormat plugins { alias(libs.plugins.kotlinMultiplatform) alias(libs.plugins.jetbrainsCompose) alias(libs.plugins.compose.compiler) } kotlin { jvm("desktop") sourceSets { val desktopMain by getting commonMain.dependencies { implementation(compose.runtime) implementation(compose.foundation) implementation(compose.material) implementation(compose.ui) implementation(compose.components.resources) implementation(compose.components.uiToolingPreview) implementation(libs.androidx.lifecycle.viewmodel) implementation(libs.androidx.lifecycle.runtime.compose) } desktopMain.dependencies { implementation(compose.desktop.currentOs) implementation(libs.kotlinx.coroutines.swing) } } } compose.desktop { application { mainClass = "org.example.project.MainKt" nativeDistributions { targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb) packageName = "org.example.project" packageVersion = "1.0.0" } } } ``` ::: What resources should I look at to quickly create a kotlin Compose project targeting only the JVM? (maybe a gradle crashcourse????) --- Unrelated, but if you want you can also share your opinion regarding the use of Compose vs JavaFX vs Swing for this situation

    1
    0
    Introducing Our New Name | Minetest rebrands to Luanti
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFA
    Faresh
    7d ago 71%

    I'm so confused when people say that. It's a short name without any difficult consonant clusters. What in it doesn't roll off the tongue?

    3
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSA
    Jump
    Free bejeweled ATM (no cash)
    #godot #GodotEngine
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFA
    Faresh
    1w ago 100%

    That code was C++ or something like that. Not GDScript.

    I tested this on Godot 4.2.1. You can write identifiers using a different writing system other than latin and you are allowed to have emojis in strings, but you aren't allowed to use emojis in identifiers.

    9
  • #godot #GodotEngine
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFA
    Faresh
    1w ago 100%

    I think they exclude some unicode characters from being use in identifiers. At least last I tried it wouldn't allow me to use an emoji as a variable name.

    9
  • Life imitates art?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFA
    Faresh
    1w ago 100%

    I tried the audio once. I could hear less than half of the needed numbers. I don't know how blind people are supposed to pass google captchas if the audio challenge is so garbled.

    4
  • flatearth
    Flat Earth Faresh 6mo ago 74%
    PR🌚🌚F
    13
    4

    cross-posted from: https://lemmy.ml/post/13221450 > This is a of a post made during a time where outgoing federation for lemmy.ml was broken. I hope lemmy.ml readers will forgive me for shoving my filthy little words under the shining gaze of their precious and observant eyes for a second time. > > --- > > I have a Kindle Paperwhite (7th generation). (*Stallman weeps*) It appears people generally customize their kindle beyond Amazon's original design by jailbreaking it. But I was wondering if I could replace the entire system on the kindle by a new one, for even more hacking fun. > > It appears Kindle Paperwhites run on ARM processors, so there should be plenty of compatible software. However, it appears flashing the ROM of kindle only appears in the context of something called the *Kindle Fire*. Why is that? Is there any reason ROM flashing for the paperwhite kindles isn't common? The only reasons I could think of is that disassembling and reassembling the kindle paperwhite is kinda annoying (especially with the glue holding the case together) and that maybe not everyone has a board to externally flash ROMs. I've also thought that maybe the ROM is write-protected or that the software is signed and that the Kindle will refuse to boot off of anything that hasn't received Jeff's blessing. Is there any existing guide on flashing a custom ROM? Have any ROMs been created already? > > Maybe my foolish self has not searched good enough and hasn't found the discussions on ROM flashing of other kindle models, but in any case I think it's good to have this discussion on here on Lemmy too even if it potentially already exists somewhere else on the internet, so that other fools like me may come across your wisdom and be enlightened. > > If this is complete and utter nonsense what I'm babbling about, can I at least somehow download the firmware and software running on the kindle from the device, so that I may poke and probe it with my disgusting, dirty little fingers, defiling Amazon's intellectual property? > > --- > > I hope that you have a good day and that the following days be good too. If I am stupid for even mentioning the idea of a good day, I wish that some day our suffering may end and that a good day be something we all can look forward to.

    22
    1

    This is a of a post made during a time where outgoing federation for lemmy.ml was broken. I hope lemmy.ml readers will forgive me for shoving my filthy little words under the shining gaze of their precious and observant eyes for a second time. --- I have a Kindle Paperwhite (7th generation). (*Stallman weeps*) It appears people generally customize their kindle beyond Amazon's original design by jailbreaking it. But I was wondering if I could replace the entire system on the kindle by a new one, for even more hacking fun. It appears Kindle Paperwhites run on ARM processors, so there should be plenty of compatible software. However, it appears flashing the ROM of kindle only appears in the context of something called the *Kindle Fire*. Why is that? Is there any reason ROM flashing for the paperwhite kindles isn't common? The only reasons I could think of is that disassembling and reassembling the kindle paperwhite is kinda annoying (especially with the glue holding the case together) and that maybe not everyone has a board to externally flash ROMs. I've also thought that maybe the ROM is write-protected or that the software is signed and that the Kindle will refuse to boot off of anything that hasn't received Jeff's blessing. Is there any existing guide on flashing a custom ROM? Have any ROMs been created already? Maybe my foolish self has not searched good enough and hasn't found the discussions on ROM flashing of other kindle models, but in any case I think it's good to have this discussion on here on Lemmy too even if it potentially already exists somewhere else on the internet, so that other fools like me may come across your wisdom and be enlightened. If this is complete and utter nonsense what I'm babbling about, can I at least somehow download the firmware and software running on the kindle from the device, so that I may poke and probe it with my disgusting, dirty little fingers, defiling Amazon's intellectual property? --- I hope that you have a good day and that the following days be good too. If I am stupid for even mentioning the idea of a good day, I wish that some day our suffering may end and that a good day be something we all can look forward to.

    60
    15
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRE
    Red Pill Faresh 12mo ago 11%
    Time for your breakfast.
    -7
    0

    װיפֿל האָסטו באַצאָלט פֿאַר די קאָמפּאַקטלעד? איך קען נישט לײענען מײַנע בליצבריװ! Meine Zähne sind Menschen! עס װעט באַלד שנײען! דו האָסט נישט געגעסן די געפֿילטע פֿיש! איך האָב פֿײנט מײן אַרבעט!

    3
    2

    People who struggled with procrastination and have now stopped, what made you stop procrastinating? What do you think were the factors leading or contributing to your past procrastination and how did you stop or improve the situation? Please don't answer with the "I'll tell you later" joke.

    110
    41
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Learn Programming Faresh 1y ago 100%
    How to write unit tests for software that reads files, has a GUI or uses the internet?

    Most introductions to unit testing give very simple examples of functions that simply receive some arguments and produce a result. However a lot of software has to read input from external sources, such as from the internet, from the file system, or from the user during its execution. How does one write tests for such software? For simple software that only reads a few files from the file system, I imagine can be tested by writing some files for the test to give to the tested program, but what if it becomes more complex? Or what if you are trying to test a web scrapper for a website, would the tests run a web server and simulate the targetted website? Or for the GUI, how would one test that the user can see what they are supposed to see, when they click a certain way at a certain time? Maybe the parts that read the data shouldn't be tested and only the functions that code relies on should be tested? I don't know.

    3
    3

    I don't see the backups in my drive, but I also want a copy of them on my desktop.

    2
    0

    cross-posted from: https://lemmy.ml/post/410209 > I have two questions regarding the election of the deputies to the supreme people's assembly in the DPRK. > > --- > In the [English translation of the nation's constitution I'm using](https://www.hrnk.org/uploads/pdfs/DPRK_Constitution.pdf) (article 34.) it says: > > The Supreme People's Assembly is composed of deputies elected on the basis of > universal, equal and direct suffrage by secret ballot. > > And in the translation of the law document [*Deputy Elections for People's Assemblies at Each Level Law of the Democratic People’s Republic of Korea (2010)*](https://www.lawandnorthkorea.com/laws/deputy-elections-for-peoples-assemblies-at-each-level-law-2010) (article 5.) it says: > > Deputy elections for People's Assemblies at each level shall be done by the method of secret ballot. Constituents shall be guaranteed the freedom of voting for or against. No one may require the publication of the fact of having voted for or against a constituent, and may not place pressure on or retaliate against someone related to the vote. > > And again in article 64.: > > Votes shall be done by method of secret ballot. If constituents agree, they shall not make a marking, and if they oppose, they shall horizontally strike out the name of the candidate. > > And most most relevant to my question in article 65.: > > In cases where constituents agree or make a mark of opposition in their vote, no one may enter or look into the polling rooms. > > All these articles seem to indicate to me that the vote is secret, and at the time of the casting of the vote no one else but the voter is allowed to be in the polling room. > > However [in videos depicting these elections](https://yewtu.be/watch?v=HbYItXAcV3M) we see some citizens entering the booth and casting their vote. This means there is a camera in the same room they are casting their vote. Doesn't this violate the principle of secret ballot stipulated by the constitution? One could argue that the citizen could have chosen to approve or reject a candidate in a separate room from where they cast their vote, but article 56. says this: > > Polling rooms shall be set up by 3 days before the election day so that the confidentiality of votes can be guaranteed. The polling room shall have a polling box and writing supplies. Election halls may be decorated with things like flags and flowers. > > If writing supplies and a polling box are supposed to be in the same room then that means that they are supposed to choose to approve of reject a candidate in the same room they cast their vote, so that means that in the video we are able to see whether they approved or rejected the candidate (one leaves it empty to approve a candidate and crosses out their name to reject), which means the principle of secret ballot was violated. > > The citizens seen in the polling room all were wearing medals or pins, which leads me to believe they were members of a party or had some official position. Could that be the reason we see them, considering it's pretty obvious whether they are going to approve or reject a candidate? > > Q: Why do we see citizens in the video casting their vote, if the ballot is supposed to be secret? > > --- > In many news it is said there is only one candidate per electoral precinct: > - [https://www.bbc.com/news/world-asia-47492747](https://www.bbc.com/news/world-asia-47492747) > - [https://www.scmp.com/video/asia/2189528/everyone-votes-there-no-choice-north-korean-elections](https://www.scmp.com/video/asia/2189528/everyone-votes-there-no-choice-north-korean-elections) > > Where can I find a source for whether or not there was more than one candidate up for election in each precinct? > > The document I mentioned earlier seems to indicate that there can be more than one candidate in a precinct up for election (otherwise why even make the election, besides serving as a census of the population?) (article 42 (Number of candidates for deputy to be registered at the electoral precinct)): > > The number of candidates for deputy registered with each electoral precinct at deputy elections for People’s Assemblies at each level shall not be restricted. > > If there was only one candidate up for election in each precinct, why weren't there more? Article 35: > > Candidates for deputy for People's Assemblies at each level shall be recommended directly by constituents, or recommended jointly or alone by the Party or by social organizations. The person making the recommendation must inform the recommended candidate for deputy to the district election committee. > > Article 36: > > Candidates for deputy recommended for People's Assemblies at each level may only be registered as candidates for deputy in the relevant electoral precinct by going through a deliberation over their qualifications at a meeting of more than a hundred constituents. The constituent meeting for the deliberation on qualifications of candidates for deputy shall be organized by the district election committee. > > Article 39: > > The registration of candidates for deputy by People's Assemblies at each level shall be decided by the agreement of more than half of the participants at the constituent meeting for deliberating on the qualifications of the candidates. > > Assuming that in article 35 "constituents" here means means members of the 100+ people chosen by the election committee (I'm assuming they are random citizens of the precinct, but I don't see anywhere anything about how those 100+ members of the constituent meeting are chosen, so this could be the source of my confusion), then citizens could bring up a potential candidate that they consider better represents them than the one brought forth by the DFRF. I would be surprised if that were the case and not have even a single instance where there was more than one candidate up for election (even if the country were to have an extremely unanimous view on who best represents them, I find it hard to imagine there isn't a single case where there was more than one candidate up for election). > > If we consider that the potential candidate has to be approved with a vote with an approval greater than 50% by the constituents in order to be registered as a candidate, then maybe one could say that maybe there were more potential candidates brought up but in the end it was decided to approve only one person to be registered as a candidate. But wouldn't that be an abuse of the system? I am interpreting the role of that constituent meeting to be the filtering out of candidates that do not meet the requirements to run for election, not to choose for the whole population of the precinct what candidate should win. > > Q: Do these elections really only have a single candidate up for election per precinct, and if yes, why aren't there more?

    1
    0

    I have two questions regarding the election of the deputies to the supreme people's assembly in the DPRK. --- In the [English translation of the nation's constitution I'm using](https://www.hrnk.org/uploads/pdfs/DPRK_Constitution.pdf) (article 34.) it says: > The Supreme People's Assembly is composed of deputies elected on the basis of universal, equal and direct suffrage by secret ballot. And in the translation of the law document [*Deputy Elections for People's Assemblies at Each Level Law of the Democratic People’s Republic of Korea (2010)*](https://www.lawandnorthkorea.com/laws/deputy-elections-for-peoples-assemblies-at-each-level-law-2010) (article 5.) it says: > Deputy elections for People's Assemblies at each level shall be done by the method of secret ballot. Constituents shall be guaranteed the freedom of voting for or against. No one may require the publication of the fact of having voted for or against a constituent, and may not place pressure on or retaliate against someone related to the vote. And again in article 64.: > Votes shall be done by method of secret ballot. If constituents agree, they shall not make a marking, and if they oppose, they shall horizontally strike out the name of the candidate. And most most relevant to my question in article 65.: > In cases where constituents agree or make a mark of opposition in their vote, no one may enter or look into the polling rooms. All these articles seem to indicate to me that the vote is secret, and at the time of the casting of the vote no one else but the voter is allowed to be in the polling room. However [in videos depicting these elections](https://yewtu.be/watch?v=HbYItXAcV3M) we see some citizens entering the booth and casting their vote. This means there is a camera in the same room they are casting their vote. Doesn't this violate the principle of secret ballot stipulated by the constitution? One could argue that the citizen could have chosen to approve or reject a candidate in a separate room from where they cast their vote, but article 56. says this: > Polling rooms shall be set up by 3 days before the election day so that the confidentiality of votes can be guaranteed. The polling room shall have a polling box and writing supplies. Election halls may be decorated with things like flags and flowers. If writing supplies and a polling box are supposed to be in the same room then that means that they are supposed to choose to approve of reject a candidate in the same room they cast their vote, so that means that in the video we are able to see whether they approved or rejected the candidate (one leaves it empty to approve a candidate and crosses out their name to reject), which means the principle of secret ballot was violated. The citizens seen in the polling room all were wearing medals or pins, which leads me to believe they were members of a party or had some official position. Could that be the reason we see them, considering it's pretty obvious whether they are going to approve or reject a candidate? Q: Why do we see citizens in the video casting their vote, if the ballot is supposed to be secret? --- In many news it is said there is only one candidate per electoral precinct: - [https://www.bbc.com/news/world-asia-47492747](https://www.bbc.com/news/world-asia-47492747) - [https://www.scmp.com/video/asia/2189528/everyone-votes-there-no-choice-north-korean-elections](https://www.scmp.com/video/asia/2189528/everyone-votes-there-no-choice-north-korean-elections) Where can I find a source for whether or not there was more than one candidate up for election in each precinct? The document I mentioned earlier seems to indicate that there can be more than one candidate in a precinct up for election (otherwise why even make the election, besides serving as a census of the population?) (article 42 (Number of candidates for deputy to be registered at the electoral precinct)): > The number of candidates for deputy registered with each electoral precinct at deputy elections for People’s Assemblies at each level shall not be restricted. If there was only one candidate up for election in each precinct, why weren't there more? Article 35: > Candidates for deputy for People's Assemblies at each level shall be recommended directly by constituents, or recommended jointly or alone by the Party or by social organizations. The person making the recommendation must inform the recommended candidate for deputy to the district election committee. Article 36: > Candidates for deputy recommended for People's Assemblies at each level may only be registered as candidates for deputy in the relevant electoral precinct by going through a deliberation over their qualifications at a meeting of more than a hundred constituents. The constituent meeting for the deliberation on qualifications of candidates for deputy shall be organized by the district election committee. Article 39: > The registration of candidates for deputy by People's Assemblies at each level shall be decided by the agreement of more than half of the participants at the constituent meeting for deliberating on the qualifications of the candidates. Assuming that in article 35 "constituents" here means means members of the 100+ people chosen by the election committee (I'm assuming they are random citizens of the precinct, but I don't see anywhere anything about how those 100+ members of the constituent meeting are chosen, so this could be the source of my confusion), then citizens could bring up a potential candidate that they consider better represents them than the one brought forth by the DFRF. I would be surprised if that were the case and not have even a single instance where there was more than one candidate up for election (even if the country were to have an extremely unanimous view on who best represents them, I find it hard to imagine there isn't a single case where there was more than one candidate up for election). If we consider that the potential candidate has to be approved with a vote with an approval greater than 50% by the constituents in order to be registered as a candidate, then maybe one could say that maybe there were more potential candidates brought up but in the end it was decided to approve only one person to be registered as a candidate. But wouldn't that be an abuse of the system? I am interpreting the role of that constituent meeting to be the filtering out of candidates that do not meet the requirements to run for election, not to choose for the whole population of the precinct what candidate should win. Q: Do these elections really only have a single candidate up for election per precinct, and if yes, why aren't there more?

    2
    0

    Is there any way to use Emacs for collaborative editing, while there is at least one person who doesn't use emacs, but rather some popular IDE? It should also be possible to edit multiple files at the same time. Other solutions seem to expect all people to be using Emacs.

    1
    1
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
    What meals do you know which aren't too time consuming to prepare (or if they are last for a very long time), are cheap and whose ingredients are easy to acquire?

    Bonus if it isn't just mainly carbon-hydrates and if the ingredients don't need to be used immediately (unless the meal itself when done can last for many days). I'm getting tired of tuna masala spaghetti.

    9
    8
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearEM
    email Faresh 3y ago 100%
    How do I only sign a mail with mailvelop on Posteo?

    I only see the option to encrypt the mail. ![](https://lemmy.ml/pictrs/image/e24f7dcb-58f3-48aa-aaf3-fa358eff33f3.png)

    1
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRE
    Red Pill Faresh 3y ago 100%
    The reddest of pills
    1
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRE
    Red Pill Faresh 3y ago 100%
    Red pills or something, IDK I'm colourblind.
    1
    0