OptionsPassword
Subject
Name
Comment
File

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [Catalog]

1 guest@cc 1969-12-31T17:00:00
why does it say "options" and not "email"?
9 posts omitted
»
11 guest@cc 1969-12-31T17:00:00
>>10
I thought tabatan said he would at some point.
»
12 guest@cc 1969-12-31T17:00:00
>>10
Admin here. If you want it I can email it to you. I still just don't feel like uploading it to anything like github yet. There's still some bugs and I think the code should be cleaned up quite a bit first before doing that.
»
13 guest@cc 1969-12-31T17:00:00
>>12
I rather like this board script and would like to see if there's anything I could contribute, that's why I'm asking.
I'd suggest uploading the source to a git host of sorts, people interested in helping development could then debug and clean the code up themselves. It'd lift some burden off your shoulders in a way. Though, that's your choice.

I've left my email address in any case.
»
14 guest@cc 1969-12-31T17:00:00
>>12
Like ESR always used to say: release early and release often.
»
15 guest@cc 1969-12-31T17:00:00
>>12
Why HTML instead of XHTML?


1 guest@cc 1969-12-31T17:00:00
What newsgroups are you subscribed to?
By news, I obviously mean Usenet.
»
2 guest@cc 1969-12-31T17:00:00
Never used Usenet. Every time I thought about starting it seemed like a lot to get into and I'd get the vibe that it was dying, so I'd just decide to wait for something new to take its place. If I'd known it would still be around after all this time I would have started over 15yrs ago.
»
3 guest@cc 1969-12-31T17:00:00
If Alt Suicide Holiday is still up, I'd like to read that
Didn't some weird thing happen and it got integrated with Google Groups?
»
5 guest@cc 1969-12-31T17:00:00
>>3
Usenet isn't centralised, google groups affects nothing. a.s.h is still up but alt.suicide.methods is more active now.


1 guest@cc 1969-12-31T17:00:00 [ImgOps] [iqdb]
File: gentoo-badge3.png (PNG, 837.0 B, 80x15)
Why not BSD instead?
»
2 guest@cc 1969-12-31T17:00:00
Because Gentoo > *


1 guest@cc 1969-12-31T17:00:00
I'm thinking about getting a new computer.
While I know nothing about computers, I spend a lot of time on them, and would like the best you guys can imagine.
I've heard good things about Linux, should I get it?
And I've heard good things about building my own computer, should I do that?
Also, is there a book I can read, preferably a .pdf, about how to start understanding computer hardware and software?
7 posts omitted
»
9 guest@cc 1969-12-31T17:00:00
>>8
Some Steam ones, and some stuff like Planescape Torment.
»
10 guest@cc 1969-12-31T17:00:00
>>9
Sounds like you probably won't need an absolute top-of-the-range super gaming PC then. Look at the minimum specifications for all the games you play, and then make sure your new PC is much, much better than that. Not only so you can play the games at an acceptably high setting, but also so you can play even more high-tech games that will come out in the future.

Do you plan to put a DVD drive in it? If you don't, you're really going to struggle to install all the drivers if you put the PC together yourself.
»
11 guest@cc 1969-12-31T17:00:00
>>10
If it's a good idea, I'll put a DVD drive in it.
»
12 guest@cc 1969-12-31T17:00:00
>>11
>>10
You don't actually need a DVD drive for installing your shit, chances are the included drivers are positively ancient and you're better off downloading them from the manufacturer pages to begin with. I'm making good use of my $30 DVD burner because I'm a giant music faggot who likes CD's, but even then I did the installation with a 8GB USB drive loaded with the installation image and the Ethernet driver, the first thing I did was installing Firefox and using that to download the newest possible drivers for everything else.
»
13 guest@cc 1969-12-31T17:00:00
Just a bit of incite -- If you know absolutely nothing about computers, Linux probably isn't for you. I mean this in a way that's not supposed to be an insult to you. The reasons most people have for linux probably wouldn't be of much relevance to the average user.
And like others have mentioned, game compatibility is an issue.

Regarding building a PC I highly recommend it. The process is extremely straightforward. They're simple to install, the only part that requires research really is the compatibility for the initial purchase. There are many communities however who can help you out, this one included.


1 guest@cc 1969-12-31T17:00:00
Here's an example of what's wrong with software today.

* https://github.com/laneb/congruence_solver

Some guy made a program that takes an equation and tries x=1,x=2,x=3,.. up to some limit to check if it can solve it.

Like, the entire computation is literally a for loop.

That's fine but let's see what he did to acheive this goal...
19 posts omitted
»
21 guest@cc 1969-12-31T17:00:00
>>20
Like what?
»
22 guest@cc 1969-12-31T17:00:00
>>20
>fun dialog boxes


ok...
»
23 guest@cc 1969-12-31T17:00:00
>>22
you've got more imagination than that!
»
24 guest@cc 1969-12-31T17:00:00
>>1,4
The project is written in ruby, which is optimized for modern computers.
Which means that because of the abundance of resources it is not optimized at all.
»
25 guest@cc 2019-05-04T19:53:11
>>5
Yeah. Work buddies keep making projects with bunch of useless files. Really bad, keep trying to force me to use an IDE.


1 guest@cc 1969-12-31T17:00:00
ITT we create a python3 script 1 line at a time

Rules:
・ Use this character "→" to indicate each level of indentation (to make it clear, since python relies heavily on indentation)
・ Valid additions must be wrapped in [ cb ] tags
・ Only 1 line of code per post
・ Lines that would cause a crash are not allowed unless wrapped in an appropriate "try" block
・ Game Over if the interpreter enters an infinite loop
・ You cannot start a 1 line loop that would be infinite
・ Recursion not allowed
・ No quit()'ing

As a courtesy please try not to make 2 consecutive contributions, let someone else go after you.

Line 1: def somefunction():
2 posts omitted
»
3 guest@cc 1969-12-31T17:00:00
→somefunction()
»
4 guest@cc 1969-12-31T17:00:00
>>3
>Recursion not allowed
»
5 guest@cc 1969-12-31T17:00:00
>since python relies heavily on indentation
no thanks
»
7 guest@cc 1969-12-31T17:00:00
who bump?
»
8 guest@cc 1969-12-31T17:00:00
>>7
I made a comment, deleted it because there was a mistake and then forgot to post the fixed version.

→if len(sys.argv) != 4:

I would have liked to quit it here, but we'll see what happens.


1 guest@cc 1969-12-31T17:00:00
What's the best anti-virus software?
5 posts omitted
»
7 guest@cc 1969-12-31T17:00:00
>>4
I do.
»
8 guest@cc 1969-12-31T17:00:00
>>4
I don't. Fuck those two.
»
9 guest@cc 1969-12-31T17:00:00
>>8
Wow, what an asshole.
»
10 guest@cc 1969-12-31T17:00:00
Common Sense 2017
»
11 guest@cc 1969-12-31T17:00:00
Gentoo


1 guest@cc 1969-12-31T17:00:00
holy FUCK am I ever excited for 16.10
it'll have 4.8!!! unity 8 preinstalled!!!
now I'll have something to replace windows 10 !
»
2 guest@cc 1969-12-31T17:00:00
Fucking nerd hahahahah
»
3 guest@cc 1969-12-31T17:00:00 [ImgOps] [iqdb]
File: justinBeiberLinux.png (PNG, 38.34 KB, 400x110)

キタ━━━(゚∀゚)━━━!!
»
4 guest@cc 1969-12-31T17:00:00
>>3
I'd rather use moebuntu
»
5 guest@cc 1969-12-31T17:00:00
>>1
Do you like amazon botnet
»
6 guest@cc 1969-12-31T17:00:00
>using ubotnet


1 guest@cc 1969-12-31T17:00:00
Create a script that creates a random 6 char hash in every language you know. Post your script ITT.

My version (written in PHP):

<?php
echo substr(str_shuffle("aBcEeFgHiJkLmNoPqRstUvWxYz0123456789"), 0, 6);
?>
»
2 guest@cc 1969-12-31T17:00:00
Define "hash". I'll just read that as printable ASCII:

No standard library (unistd is not part of the standard)
#include <unistd.h>
#include <sys/syscall.h>

#define stdout 2
int main()
{
\tunsigned char buf[7];
\tint offset = sizeof buf - 1;
\tbuf[offset] = '\n';
\tsyscall(SYS_getrandom, buf, offset, 0);
\tfor (int i = 0; i < offset; i++) {
\t\tbuf[i] %= '~';
\t\tif (buf[i] < '!')
\t\t\tbuf[i] += '!';
\t}

\twrite(stdout, buf, sizeof buf);
\treturn 0;
}

Prints random 6 char Unicode string
import System.Random
import Data.Char
main :: IO ()
main = putStrLn =<< take 6 . filter isPrint . randoms <$> getStdGen

>Post body has too many lines

gay
»
3 guest@cc 1969-12-31T17:00:00
>>2
Xorshift actually works
// compile with rustc -O to get rid of overflow checking
use std::time;

const NCHAR: usize = 6;

pub struct XorshiftGen {
state: [u64; 2],
}

impl XorshiftGen {
pub fn new() -> XorshiftGen {
let mut state: [u64; 2] = [0; 2];

let t = time::SystemTime::now();
let dur = t.duration_since(time::UNIX_EPOCH).unwrap();
state[0] = dur.as_secs();
state[1] = dur.subsec_nanos() as u64;

XorshiftGen{state: state}
}

pub fn u32(&mut self) -> u32 {
let mut x = self.state[0];
let y = self.state[1];
self.state[0] = y;
x ^= x << 23;
self.state[1] = x ^ y ^ (x >> 17) ^ (y >> 26);
(self.state[1] + y) as u32
}
}

fn main() {
let mut gen = XorshiftGen::new();

let chars: Vec<u8> = (33..126).collect();
let len = chars.len();

let ret: Vec<u8> = (0..NCHAR).map(|_| {
Comment too long. View thread to read entire comment.
»
4 guest@cc 1969-12-31T17:00:00
Python:
from random import choice
for i in range(6):
print(choice('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'),end='')

>>2
The current line restriction does seem pretty small now that I think about programming threads.
I'll change it from 60 to 200. Is that good or do you want it bigger? I think some line restriction is needed though since the maximum character count is 8000.


1 guest@cc 1969-12-31T17:00:00 [ImgOps] [iqdb]
File: 78786787885758.jpg (JPEG, 98.49 KB, 620x520)
How do I setup xwayland as default display server? Do I need to put weston into xinitrc? how about lightdm and my icewm? Do I need to setup these two in ~/.config/weston.ini? I'm really confuse here.
»
2 guest@cc 1969-12-31T17:00:00
xwayland is just (modified) xorg running under wayland.

wayland compositor
├── native wayland programs
└── xwayland/xorg
└── x client programs
»
3 guest@cc 1969-12-31T17:00:00
>>2

What about xweston? https://github.com/ackalker/Xweston
»
4 guest@cc 1969-12-31T17:00:00
>>3
I'm surprised this actually kind of worked. But why would you want to do that? It should just give you an X11 WM that only works with other X11 programs running under Weston. That's pretty pointless. Why not use your WM normally?


1 guest@cc 1969-12-31T17:00:00

bla bla bla requires bla bla bla
bla bla bla requires bla bla bla
bla bla bla requires bla bla bla
bla bla bla requires bla bla bla
bla bla bla requires bla bla bla
bla bla bla requires bla bla bla
bla bla bla requires bla bla bla
and so on x times 50


How do I solve this problem easier when installing packages on my tablet. I'm using manjaro openrc vanilla version? My tablet can't into internet, so I'm installing my packages through file transferring using a thumb drive. I have to transfer necessary packages from computer that have internet to my thumb drive than to my tablet.

I thought pacman -Sw command would download the needed dependencies all together. Fucking kill me pls.
»
2 guest@cc 1969-12-31T17:00:00
btw, this is my fresh manjaro installed on tablet btw.
»
3 guest@cc 1969-12-31T17:00:00
The tag is "cb" for making a code-block here instead of "code".

But wouldn't it be the same for Manjaro as Arch Linux since they use the same package manager?
https://wiki.archlinux.org/index.php/offline_installation_of_packages

These lines are for keeping the system up to date, but I wonder if you can modify it to ask for a particular package instead.
Machine without internet:
pacman -Sup --noconfirm > pkglist
take pkglist to machine with internet, run in empty directory to download everything:
wget -nv -i ../pkglist
take the downloads to machine without internet and put them in /var/cache/pacman/pkg then run:
pacman -S package-name
»
4 guest@cc 1969-12-31T17:00:00
o

I'll do it tomorrow.
I need to look back what specific packages I need to install into my tablet.


1 guest@cc 1969-12-31T17:00:00
"When people started including CI/travis, build bots, frameworks, dozens of libraries for a simple application, and so on. It's not that I don't really understand the logic of programming, it's that I don't understand why programmers make life so difficult for themselves.
It's just not fun anymore to hack away at a couple of source files without having to commit every line of code, get shat on for a simple typo by feminist non-programmers, have to implement a CoC for projects on Github, and so on. Fuck this hobby and fuck this industry."

- Jesus


1 guest@cc 1969-12-31T17:00:00
General thread for anything about unicode. Ask questions, share interesting unicode related stuff. etc.

7 posts omitted
»
9 guest@cc 1969-12-31T17:00:00
they're reinventing hieroglyphics
»
10 guest@cc 1969-12-31T17:00:00
>>8 I completly agree
»
11 guest@cc 1969-12-31T17:00:00 [ImgOps] [iqdb]
File: 1458425840873.png (PNG, 12.73 KB, 610x135)
COPY of an 8ch thread:


Fullsized image
[–]

▶Anonymous 03/19/16 (Sat) 22:17:20 No.546738>>546892 [Watch Thread]

are you ready for the selfie unicode /tech/? I can't wait until they add in a preteen girl holding up a spork.

▶Anonymous 03/19/16 (Sat) 22:23:06 No.546744

File (hide): 1458426186895.png (285.75 KB, 412x610, 206:305, 200 percent why.png)

Why not just throw in specific scenes from movies? We could sure use those

▶Anonymous 03/19/16 (Sat) 22:41:53 No.546759>>546792 >>546876

Daily reminder that Emoji was a mistake.

▶Anonymous 03/19/16 (Sat) 23:09:41 No.546786

Sure, why not, since we're adding everything else under the sun to unicode now. Tbh I don't really care that much though.

▶Anonymous Linux Mint 03/19/16 (Sat) 23:17:56 No.546792>>546876

>>546759

More than a mistake. An aggressive cancer.

▶Anonymous 03/20/16 (Sun) 01:18:26 No.546876

>>546759

>>546792

Thank the Japs for this shit.

▶Anonymous 03/20/16 (Sun) 01:50:22 No.546892

Comment too long. View thread to read entire comment.
»
12 guest@cc 1969-12-31T17:00:00
>>11
You could've just posted a screenshot of the thread, I'm pretty sure everyone knows what a selfie is. But whatever.

I don't really see the point in doing this since it's not like most people will know how to "type" emoji like that anyway (like knowing the actual keyboard alt sequence to produce it, or by using something like japanese keyboard input)
I'm sure for 99% of their usage people will just be accessing them from some built in menu in whatever they're using. Can't those sites just build whatever emoji they want as a site feature? Most people wouldn't even know the difference.
»
13 guest@cc 1969-12-31T17:00:00
>>12
You'rce totally right, i agree - emoji should just be a markup language. not part of the text system itself. its absurd..


1 guest@cc 1969-12-31T17:00:00
for(words[0]=strtok(line," \t\n");
(*nwords<MAX_WORDS)&&(words[*nwords]=strtok(NULL, " \t\n"));
*nwords=*nwords+1
);


1 guest@cc 1969-12-31T17:00:00 [ImgOps] [iqdb]
File: cyclops.png (PNG, 204.62 KB, 1265x2782)
http://cyclopslang.org/

»
2 guest@cc 1969-12-31T17:00:00
Is this just so you can piss people off by uploading your code to github in a language that uses symbols most people don't even have a font for?
»
3 guest@cc 1969-12-31T17:00:00
the name of the programming language is a stylized vagina

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [Catalog]Delete Post: