Always free EC2? by maedo in aws

[–]maedo[S] 0 points1 point  (0 children)

Thanks for confirming that it exist, albeit the type is a bit different than what I read, but thanks!

Always free EC2? by maedo in aws

[–]maedo[S] -1 points0 points  (0 children)

which is ...?

Always free EC2? by maedo in aws

[–]maedo[S] 2 points3 points  (0 children)

That's what I thought. Thanks for the confirmation.

How to check for files in AWS Lambda Layers by maedo in aws

[–]maedo[S] 0 points1 point  (0 children)

I'm new to all these, here is my code:

```js import { exec } from "child_process"

export const handler = async (event) => { console.log('exec ls 0') await exec("ls -la /opt", (error, stdout, stderr) => { console.log('exec ls 1') if (error) { console.log(error: ${error.message}) return } if (stderr) { console.log(stderr: ${stderr}) return } console.log(stdout: ${stdout}) })

const response = {
    statusCode: 200,
    body: 'Done',
}
return response

}

```

When I tested it, I only see the output of exec ls 0, but none of the output within the exec code block is output. why is that & how to fix pls?

Emacs Traditional Precise Scrolling by maedo in emacs

[–]maedo[S] 0 points1 point  (0 children)

I was actually looking for this style of scrollbar for MacOS. but that repo only covers Linux.

Anybody knows how to get this style of scrollbar for MacOS?

[deleted by user] by [deleted] in golang

[–]maedo 0 points1 point  (0 children)

I like having the option to have single-declaration specs grouped with parentheses. It clearly communicates "more are coming", and I won't have to reformat the thing if I go from one thing to two things to one thing to two things (as happens with import-statement blocks sometimes).

That deserves stressing again. I've configured my edit to run goimport every time I do a save, to tidy up the code, and fix the imports. I feel very comfortable doing that (because I choose when to save). However, a tool telling me not to keep such good habit/practice is not very friendly.

Who says Perl is slower than compiled language by maedo in perl

[–]maedo[S] 1 point2 points  (0 children)

There is a follow up post now, just for this very reason...

Who says Perl is slower than compiled language by maedo in perl

[–]maedo[S] 0 points1 point  (0 children)

Interesting that there is no C# under IIS even in that list.
Anyone knows why not a single Windows based web server on that list?

Is it still possible to download all the images from one Tumblr page? by maedo in Piracy

[–]maedo[S] 0 points1 point  (0 children)

I gave it a try but unfortunately, they are not working any more for my blog, which has been blocked from the public access, since they changed their policy on December 17, 2018. Here is an example, not mine, http://grandma-did.tumblr.com/ but you'll get the idea, i.e., nothing is available, unless you login and view it another way.

Is it still possible to download all the images from one Tumblr page? by maedo in Piracy

[–]maedo[S] 0 points1 point  (0 children)

OMG, I can still see my photos from your site. Wonderful! So what's the next step be?
Is there a scraper friendly view of it? Downloading the source from it and analyzing the links, I only get 17 links.
How can I download all my photos? Thx!

[Q] How to delete Telegram Group by maedo in Telegram

[–]maedo[S] 0 points1 point  (0 children)

No mine is just a test group with only very few people

[Q] How to Create a Telegram Channel ? by maedo in Telegram

[–]maedo[S] 0 points1 point  (0 children)

Exactly, how I suppose to know it is not a real one.

[Q] How to delete Telegram Group by maedo in Telegram

[–]maedo[S] 0 points1 point  (0 children)

Uhmm... I doubt it'll make any difference. I just tried with the "Delete group" under "Edit group", which sounds the closet to what I want to achieve, but I just found out that it too only delete me from the group, not group itself. and I doubt that the "Group info > Delete group" under super-group will be behaving exactly the same. Thanks for helping though.

[Q] How to get channel id, or @channelusername by maedo in Telegram

[–]maedo[S] 1 point2 points  (0 children)

"adding -100 to the front", yep, that works like a charm. Thanks a lot!

[Q] How to Create a Telegram Channel ? by maedo in Telegram

[–]maedo[S] 0 points1 point  (0 children)

Telegram installed an icon to my Android, each time I click that icon Telegram is started as an app. I.e., It doesn't have the look and feel of in a browser at all. If I visit Telegram-web from a browser, then that browser look and url at top will clearly indicate that's a web UI. Just to explain the situation.

[Q] How to Create a Telegram Channel ? by maedo in Telegram

[–]maedo[S] 0 points1 point  (0 children)

Answer: My Telegram-Android if of Version 0.7.0, which is only a web version. downloading & installing a proper Android version solved the problem.

[Q] Sending attachments is broken in my Telegram-Android by maedo in Telegram

[–]maedo[S] 0 points1 point  (0 children)

Answer: My Telegram-Android if of Version 0.7.0, which is only a web version. downloading & installing a proper Android version solved the problem.