Skip to content

I have an idea!


  • Let's bring Atom out of hell's limbo of abandon zone
  • and why not to summon some aberrtative semi-malware-ish framework developement
  • for sure there will be usefull something for grimmfull orhestration that beats current solutions
  • maybe it is place here to invent some new ways to share data
  • but as always it must be blockchain, because it is good to have that onboard
  • at that point there will be needed some demonic augumented lovecraftian fueled work organization
  • there will be perfect environment to plant seed of angel's inteligence...

sounds like plan

well, it is in realization, so tumbs up for rise of the new cyberpunk reality ^^


Apokryf

Tworzymy fajne rzeczy za darmo i otwarcie, bo argumentacja ZA opensource jest w przytłaczającej przewadze w kontrze do wątłej argumentacji PRZECIW z naszej perspektywy.

Licząc na reklamowe akwizytorstwo, sądząc że chcemy rozwinąć powyższą wypowiedź... się przeliczycie XD

Ale możecie zapoznać się z naszymi projektami i zagwiazdkowanymi przez nas projektami:

  • (do wstawienia lista projektów)

Przekonując i jednocześnie próbując mówić bardziej po programowemu niż człowiekowemu...

Witaj świecie

Oto obiekt o nazwie Apokryf, jego dostępna funcjonalność to kooperacja w trakcie inicjatyw grupowych ze wspólnie oczekiwanymi rezultatami i kolektywnie obieranymi celami. Konstruktorem jest klasa ugruntowana na bazie wspólnej twórczości w duchu ruchu FOSS, który to jest bazową klasą konstruktora Apokryfu.

Wylistujmy kilka fragmentów pseudokodu Apokryf zawierających opisy:

  • osoby chcące tworzyć z chęcią zmian -> PRAWDA
import Population from "world";
import * as Apokryf from "https://apokryf.online";

Apokryf.Crew.list in Population.filter(
  (personX)=> personX.hasOwn("needOfCreation") && personX.creativity instanceof Function 
).filter(
  (personX)=> personX.creativity("the desire for change").feels.includes(personX.needOfCreation)
);
  • niesamowite projekty bez ograniczeń rozwojowych zamkniętości, uwzględniające przez kogo są tworzone -> PRAWDA
using Challenges;
using Apokryf;

namespace OpenSource{
  public class AwsomeProject
  {
      public string Name = "";
      public var Authors;
      public AwsomeProject(string projectname, Apokryf.Crew.MemberData ProjectCreator)
      {
          Name = projectname;
          Authors =  new List<Apokryf.Crew.MemberData>();
          Authors.Add(ProjectCreator);
          Apokryf.Projects.Add(this);
      }
      static bool DevelopeIt ()
      {
          var Contributors = Authors.toArray();
          brainstorm concept = Contributors.confronting(Challenges)/*.LimitedByClosedSource()*/;
          concept.BeginSolutionSearching(
            Apokryf.Crew.list.sumarizedSkill("creativity"),
            Apokryf.Crew.list.sumarizedSkill("experience")
          )/*.HelpFromSocietyDisabled()*/;
          while(concept.unsolved){
              //concept.ReducedThinkingCapabilities.setState(true);
              if(concept.ReducedThinkingCapabilities){
                concept.InventionIdeaLoading+= 0.1 * Contributors.length;
              }else{
                concept.InventionIdeaLoading+= 0.1 * Contributors.length + 0.1 * this.FOSS.ComunityOfProject;
              }
              if(concept.InventionIdeaLoading.LOADED == "somethingFitting"){
                  concept.CreatingProofOfWork(
                    Apokryf.Crew.list.sumarizedSkill("programming")
                  ).status++;
                  if(concept.currentSolution.READY){
                    //concept.currentSolution.TestingSolutionByTesters(outsourcedExpensiveArmyOfPeople);
                    concept.currentSolution.TestingSolutionByTesters(this.FOSS.ComunityOfProject);
                    if(concept.currentSolution.testingResult=="SUCCES") concept.unsolved=false;
                    if(concept.currentSolution.testingResult=="FAIL") concept.ResetProgress();
                  }
              }
              
          }
          this.FOSS.Release();
          this.FOSS.InformCommunity();
          return true;
    }
  }
}
  • misja kształtowania lepszej przyszłości bez lęku przed końcem świata -> w trakcie wykonywania...
SELECT TOP 25 PERCENT future FROM time WHERE NOT world_ends=true ORDER BY nicest_outcom_rating_rate DESC;
-- JK, it's for-fun coding of pseudocode, so I'm taking my quest 100% seriously non-serious >_<
-- being able to chill out where I can with keeping the seriousness of what I create is the best thing here
  • zaskakujące odkrycia o jakich nam się nie śniło
# let's do some AI stuff!!!!! 
docker run -it --rm -v $(realpath ~/notebooks):/tf/notebooks -p 8888:8888 tensorflow/tensorflow:latest-jupyter
  • radość z efektów pracy i to boskie uczucie delektując się owocem swej kreacji.
from feelings import Happieness, Fullfilment, LIKE_A_GOD
import YOU

def experienceHandler(self, result, effects):
  if result:

    YOU.feel(Happieness.surprised).from("oh, it's alive?")

    for eachEffect in effects:
      YOU.feel(Happieness.enjoyfull).from("___it's alive... IT'S ALIVE! ALIVE! IT'S AAALIIIVEEE!___")
      YOU.feel(Fullfilment.successOfChosenGoals).from("I'm awsome programmer")

    YOU.feel(LIKE_A_GOD).from("enjoying results after act of creation")
      
  else:
    YOU.inspect(result)
    YOU.learning_from(effects)
    YOU.Task.use_tool("computing device able to play YT").perform_action("play 'never gona give u up' by Rick Astley ").Execute()
    YOU.motivation("repeat until results are true")

    YOU.feel(Happieness.small).from("new knowledge possesion")
    YOU.feel(Fullfilment.selfDevelopment).from("visible progress experiencing")

  return True

YOU.whilePerforming("act of creation").onOccuring("results", experienceHandler)

OpenSource jest wszędzie.

Ale dopiero dostrzegając faktycznie jak bardzo to wszędzie już jest zauważamy swoją dotychczasową ograniczoną spostrzegawczość na tą nową rzeczywistość.

więcej o FOSS

Popular repositories Loading

  1. .github .github Public

  2. space-editor space-editor Public

    Forked from atom/atom

    :atom: The hackable text editor

    JavaScript

  3. atom-flight-manual.atom.io atom-flight-manual.atom.io Public

    Forked from atom/flight-manual.atom.io

    📖 Documentation for Atom, generated by nanoc, hosted by GitHub Pages

    SCSS

  4. atom-atom.io atom-atom.io Public

    Forked from atom/atom.io

    🌐 A place for feedback on the atom.io website and package API

  5. atom-settings-view atom-settings-view Public

    Forked from atom/settings-view

    🔧 Edit Atom settings

    CoffeeScript

  6. atom-teletype atom-teletype Public

    Forked from atom/teletype

    Share your workspace with team members and collaborate on code in real time in Atom

    JavaScript

Repositories

Showing 10 of 67 repositories
  • wekan Public Forked from wekan/wekan

    The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only.

    JavaScript 0 MIT 2,927 0 0 Updated Mar 7, 2025
  • __github__gitignore Public Forked from github/gitignore

    A collection of useful .gitignore templates

    0 CC0-1.0 84,338 0 0 Updated Mar 3, 2025
  • .github Public
    0 0 1 (1 issue needs help) 0 Updated Feb 27, 2025
  • coolify Public Forked from coollabsio/coolify

    FOR CHOP FORK - splitting and refactoring of separed partials is needed

    PHP 0 Apache-2.0 2,299 0 0 Updated Feb 24, 2025
  • directus Public Forked from directus/directus

    WARNING - non-common license! The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.

    TypeScript 0 4,212 0 0 Updated Feb 24, 2025
  • posthog-foss Public Forked from PostHog/posthog-foss

    PostHog FOSS is a read-only mirror of PostHog, with all proprietary code removed. NOTE: This repo is synced automatically from the main PostHog repo. Please raise any issues and PRs there.

    TypeScript 0 MIT 66 0 0 Updated Feb 24, 2025
  • node-red Public Forked from node-red/node-red

    Low-code programming for event-driven applications

    JavaScript 0 Apache-2.0 3,561 0 0 Updated Feb 24, 2025
  • dolibarr Public Forked from Dolibarr/dolibarr

    Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). it's an open source Web application (written in PHP) designed for businesses of any sizes, foundations and freelancers.

    PHP 0 GPL-3.0 2,919 0 0 Updated Feb 24, 2025
  • openhab-docker Public Forked from openhab/openhab-docker

    Repository for building Docker containers for openHAB

    Shell 0 EPL-2.0 132 0 0 Updated Feb 23, 2025
  • homer Public Forked from bastienwirtz/homer

    A very simple static homepage for your server.

    Vue 0 Apache-2.0 834 0 0 Updated Feb 23, 2025

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…