fozunja 1 hari lalu
induk
melakukan
dfb07fa3a3
6 mengubah file dengan 38 tambahan dan 19 penghapusan
  1. TEMPAT SAMPAH
      88x31/m0espace.png
  2. TEMPAT SAMPAH
      assets/userbar.png
  3. 4 4
      src/defs.ss
  4. 16 2
      src/faq.ss
  5. 1 0
      src/index.ss
  6. 17 13
      src/style.sass

TEMPAT SAMPAH
88x31/m0espace.png


TEMPAT SAMPAH
assets/userbar.png


+ 4 - 4
src/defs.ss

@@ -78,8 +78,8 @@
           (tr
             (td (ah "/" "FZNJ"))
             (td 'class "navbar-right" 'colspan "8"
-              (ah "/faq.xhtml" "FAQ")
-              (ah "/pc.xhtml" "My PC"))))))))
+              (ah "/faq.xhtml" "FAQ") " "
+              (ah "/pc.xhtml" "PC"))))))))
 
 (define basement
   (divc "basement"
@@ -94,10 +94,10 @@
       (title "Fozunja |" page-title)
       (link 'rel "stylesheet" 'href "/style.css"))
     (body
-      navbar
       (apply divc `("container"
+        ,navbar
         ,(divc "header"
-           (h1* page-header))
+          (h1* page-header))
         ,@content))
       basement)))
 

+ 16 - 2
src/faq.ss

@@ -76,7 +76,8 @@
   (p-card "why not forgejo"
     "Because forgejo recently added vscode and intellij idea buttons. I wouldn't like to use software which assumes that I use electron-based or just corpo-related editors/IDEs."
     "I used to use codeberg (they have own forgejo fork) for 4 years, but migrated after that change."
-    "Instance which I currently use is based on gogs.")
+    "Instance which I currently use is based on gogs. Yet recently I found that gogs developers use claude for vulnerability detection and it has toxic AGENTS.md."
+    "Next step after gogs probably will be gitweb with custom scripts because it is the simplest solution which is not stagit.")
   (p-card "why bsd"
     "Before switching to BSD I used to use various GNU/Linux and GNU-less/Linux distros for 5 years (antix, devuan, artix, alpine, chimera)."
     "The breakpoint when I switched was after Linux-the-kernel 6.17~ released and listed rust in kernel as no-longer-experimental thing."
@@ -131,8 +132,21 @@
     "In lisps it is absolutely normal, because infix operators are uncommon and usually defined with syntax rules explicitly by user."
     "Some imperative languages arguably have more noise. For example rust uses exclamation mark both for unary \"not\" and macros;"
     "ampersand for pointers and bitwise \"and\"; single-quote for lifetimes and character constants; angle brackets for binary comparison and generics, and so on.")
+  (p-card "opinion on ai"
+    "\"AI will replace developers\": AI won't replace developers any time soon. It's just a tool, and to use it properly people still need to have some knowledge of programming concepts,"
+    "otherwise they won't be able to fix content which it generates, if they are doing something seriously: it frequently reports false positives and false negatives."
+    "Microsoft apparently has lack of real intelligence, or I have no other explanation why"
+    "Windows 11 recently caused massive deaths of SSDs after announcing that huge amount of code in Windows is written by AI."
+    "Will it be cheaper to use AI? Probably not, because companies will have to pay both to ai-operators (real humans who use AI) and to AI-companies for subscriptions,"
+    "not to mention how much more expensive hardware will become because of ai data centers (that will affect everyone: business, developers, and even users)."
+    "That definitely will increase companies' expenses and lower salaries, which potentially might create migration of intelligence: some corpo-developers could resign and"
+    (escape "fond/join to") "development of ai-free alternatives of software they used to write for corporations."
+    "It is also unclear how to license code generated by AI, because it was trained on projects (code and assets) with all possible licenses:"
+    "[L]GPLv%i, BSD-%iClause, WTFPL, Apache, Zlib, public domain, decompiled proprietary code."
+    "I personally try to avoid not only software which has ai chats/assistants, but also software which has AI contributions in commit history."
+    "That's why I don't use original vim, neovim and am skeptical of gogs-based instances. All of that was about GEN-AI.")
   (p-card "opinion on rgb"
-    "Only things with rgb i have are keyboard, mouse and gpu. All of those are either set to static color or entirely disabled."
+    "Only things with rgb I have are keyboard, mouse and gpu. All of those are either set to static color or entirely disabled."
     "At that point rgb is not even that expensive, but if cheaper non-rgb versions exist and are not sacrificing any functionality I will choose those.")
   (p-card "opinion on RISC-V"
     "It's great open architecture, yet I am not running it because such platforms are quite expensive"

+ 1 - 0
src/index.ss

@@ -146,6 +146,7 @@
   (p-card "buttons"
     (map-tag b88x31 `(
       ("fznj.png"      ,my-url)
+      ("m0espace.png"  "https://m0e.space")
       ("lunya.png"     "https://lunya.pet")
       ("sel.png"       "https://selstacker.space")
       ("pc_glam.png"   "https://computer.glamour.ovh")

+ 17 - 13
src/style.sass

@@ -64,18 +64,13 @@ body
 	& + .spoiler-content
 		display: block
 
-
-.container
-	max-width: 720px
-	margin: 0 auto
-	padding: 16px
-
 .section
 	background-image: url("/assets/chesstransparent.png")
 	background-repeat: repeat
 	border: 1px solid $border
 	padding: 16px
 	margin-bottom: 16px
+	width: 688px
 	text-align: left
 	color: $fg
 	h2, h2 a
@@ -99,34 +94,43 @@ a
 	text-decoration: none
 a:hover
 	text-decoration: underline
+.userbar
+	width: 720px
+	border: $border 1px solid
+	border-bottom-width: 0px
 
 .navbar
 	table
 		width: 100%
+		padding: 8px
+	width: 720px
+	height: 38px
 	margin: 0 0 24px 0
 	white-space: nowrap
-	border-bottom: 1px solid $border
+	border: 1px solid $border
+	background-image: url("assets/userbar.png")
 
 .navbar, .basement
-	padding: 8px
 	font-size: 12px
-	background-image: url("/assets/chesstransparent.png")
+	//background-image: url("/assets/chesstransparent.png")
 	background-repeat: repeat
 	.container
 		padding-top: 0
 		padding-bottom: 0
 
+.container
+	margin: auto
+	width: 720px
+
 .basement
+	background-image: url("/assets/chesstransparent.png")
 	border-top: 1px solid $border
 	color: $fg
+	padding: 8px
 	text-align: center
 
 .navbar-right
 	text-align: right
-	a
-		margin-right: 12px
-		&:last-child
-			margin-right: 0
 
 .codeblock
 	background-color: #000000